Module:Luacard2: Difference between revisions

From Archon Arcana - The KeyForge Wiki
Module:Luacard2
(Module:Luacard2)
(Module:Luacard2)
Line 533: Line 533:
end
end


text = stache(templates.template_base, vars):gsub('\n','')
text = stache(templates.template_base:gsub('\n',''), vars)
if(frame.args.debug==nil) then
if(frame.args.debug==nil) then
text = frame:preprocess(text)
text = frame:preprocess(text)