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("[[%s?action=edit|?]]", mw.title.getCurrentTitle().prefixedText)
string.format(
[[
<span class=\"plainlinks\">
[%s?action=edit ?]
</span>
]],
mw.getCurrentFrame():callParserFunction{
name = 'fullurl',
args = {
mw.getCurrentFrame():callParserFunction{
name = 'FULLPAGENAME'
}
}
}
)
)
)
end
end