Module:Sandbox/ChaoticShadow/InfoboxBuilder: Difference between revisions

Content added Content deleted
(Undid revision 37420 by ChaoticShadow (talk))
Tag: Undo
No edit summary
Line 383: Line 383:
_cell:wikitext(v.content)
_cell:wikitext(v.content)
elseif v.tag == 'argth' or v.tag == 'argtd' then
elseif v.tag == 'argth' or v.tag == 'argtd' then
_cell:wikitext(self:getContent(v.content))
_cell:wikitext(
self:getContent(v.content)
or
string.format("[[%s?action=edit|?]]", mw.title.getCurrentTitle())
)
end
end
end
end