Module:Sandbox/ChaoticShadow/InfoboxBuilder: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 386: Line 386:
self:getContent(v.content)
self:getContent(v.content)
or
or
string.format(
string.format([[
[[
<span class="plainlinks">
<span class="plainlinks">
[%s?action=edit Edit this page]
[%s?action=edit Edit this page]
</span>
</span>
]],
]],
mw.uri.fullUrl(mw.title.getCurrentTitle().text)
tostring(mw.uri.fullUrl(mw.title.getCurrentTitle().text))
)
)
)
)