View source for Module:Technical reasons
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 mHatnote = require('Module:Hatnote')
local mHatlist = require('Module:Hatnote list')
local mArguments --initialize lazily
local p = {}
function p.technicalReasons (frame)
mArguments = require('Module:Arguments')
local args = mArguments.getArgs(frame)
return p._technicalReasons(args)
end
function p._technicalReasons (args)
--Return an error if no redirect's provided
if not args[1] then
return mHatnote.makeWikitextError(
'no redirect provided',
'Template:Technical reasons',
args.category
)
end
000
1:0
Templates used on this page:
Return to Module:Technical reasons.