Module:CreateButton: Difference between revisions
From Seven Sages of Rome
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
function p.hello( frame ) | function p.hello( frame ) | ||
local | local wrapper = mw.html.create( 'html' ) | ||
return tostring( wrapper ) | |||
return tostring( | |||
end | end | ||
return p | return p |
Latest revision as of 16:34, 12 February 2024
Documentation for this module may be created at Module:CreateButton/doc