Module:Sandbox/BrandonXLF/2/example
< Module:Sandbox | BrandonXLF | 2
Jump to navigation
Jump to search
Revision as of 05:37, 2 January 2019 by blackwiki>BrandonXLF
Documentation for this module may be created at Module:Sandbox/BrandonXLF/2/example/doc
function main (frame)
return frame:preprocess(mw.text.unstripNoWiki(frame.args.CODE))
end
return {main = main}