Module:Sandbox/BrandonXLF/2/example

From blackwiki
< Module:Sandbox‎ | BrandonXLF‎ | 2
Revision as of 05:37, 2 January 2019 by blackwiki>BrandonXLF
Jump to navigation Jump to search

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}