Content deleted Content added
nocat |
noraw |
||
Line 24:
local out = mw.html.create('')
for k,v in pairs(args) do
local dbtemplate =
['rationale'] = 'test',
['nocat'] = 'true'
}}
--if true then return mw.dumpObject(dbtemplate) end
out:newline():wikitext(dbtemplate)
end
|