2,788
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local export = {} | local export = {} | ||
function export.make_template(args, nested) | |||
if not args[i] then error("at least one argument must be given to {{temp}}") end | if not args[i] then error("at least one argument must be given to {{temp}}") end | ||
local out = {(nested and "") or "<code>", "{{[[Template:" .. args[1] .. "|" .. args[1] .. "]]"} | local out = {(nested and "") or "<code>", "{{[[Template:" .. args[1] .. "|" .. args[1] .. "]]"} |