Module:Luacard2: Difference between revisions

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


function dewikitext(s)
function dewikitext(s)
if s==nul then
return ''
end
return s:gsub('__PARA__', '<p>')
return s:gsub('__PARA__', '<p>')
end
end