View source for Module:About-canon
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 mArguments --initialize lazily
local mHatnote = require('Module:Hatnote')
local mHatList = require('Module:Hatnote list')
local libraryUtil = require('libraryUtil')
local checkType = libraryUtil.checkType
local p = {}
function p.about (frame)
-- A passthrough that gets args from the frame and all
mArguments = require('Module:Arguments')
args = mArguments.getArgs(frame)
-- if args[1] == "password" then
-- return "Hello"
-- elseif args[2] == "password2" then
-- return "Hello2"
-- end
return p._about(args)
end
function p._about (args, options)
000
1:0
Template used on this page:
Return to Module:About-canon.