Module:Sandbox/ChaoticShadow/InfoboxBuilder: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 387: Line 387:
_cell:wikitext(content)
_cell:wikitext(content)
else
else
_cell:tag('a')
_cell:span('span'):addClass('plainlinks')
:attr('href',
:wikitext(
string.format("%s?action=edit",
string.format("[%s?action=edit ?]",
tostring(mw.uri.fullUrl(mw.title.getCurrentTitle().text))
tostring(mw.uri.fullUrl(mw.title.getCurrentTitle().text))
)
)
)
)
:wikitext('?')
end
end
end
end