View source for Module:Sandbox
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.
--[[
Please do not edit this page. This page serves as a root for the sandbox.
The following below is some starter code that you may use to get started with module writing and testing. Please feel free to take this to get started on your module.
Remember to remove this top notice when copying and pasting from here to your module sandbox.
]]--
local p = {}
p.main = function(frame)
local args = frame.args
local out = ''
-- some code here
return out
end
return p
000
1:0
Templates used on this page:
- Template:Mbox (view source)
- Template:Module other (view source)
- Template:Not a sandbox (view source)
- Template:Ombox (view source)
- Module:Arguments (view source)
- Module:Documentation (view source)
- Module:Documentation/config (view source)
- Module:Documentation/styles.css (view source)
- Module:Message box (view source)
- Module:Message box/configuration (view source)
- Module:Message box/ombox.css (view source)
- Module:Sandbox (view source)
- Module:Sandbox/doc (view source)
- Module:Yesno (view source)
Return to Module:Sandbox.