View source for Module:Module wikitext
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
p.text = ''
function p.main()
return p.text
end
function p._addText(text, preprocessFrame)
if preprocessFrame ~= false then
text = (preprocessFrame or mw.getCurrentFrame()):preprocess(text)
end
p.text = p.text .. text
end
return p
000
1:0
Templates used on this page:
- Template:Mbox (view source)
- Template:Tl (view source)
- Template:Twinkle standard installation (view source)
- Module:Arguments (view source)
- Module:Message box (view source)
- Module:Message box/configuration (view source)
- Module:Module wikitext/doc (view source)
- Module:No globals (view source)
- Module:Yesno (view source)
Return to Module:Module wikitext.