Difference between revisions of "Module:Sandbox/BrandonXLF/2/example"

From blackwiki
Jump to navigation Jump to search
blackwiki>BrandonXLF
m (16 revisions imported)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
function p.main (frame)
+
-- {{g7}}
return frame:preprocess(mw.text.unstripNoWiki(frame.args.CODE))
 
end
 
return {main = main}
 

Latest revision as of 09:27, 27 September 2020

Documentation for this module may be created at Module:Sandbox/BrandonXLF/2/example/doc

-- {{g7}}