Content deleted Content added
Psiĥedelisto (talk | contribs) oops :-) |
Psiĥedelisto (talk | contribs) just to be safe |
||
Line 10:
page = page or ''
-- MediaWiki doesn't allow these in `page`, so only need to do for `section`
if type(section) == 'string
section = string.gsub(section, "}", "}")
end
return string.format('[[%s#%s|%s]]', page, section, display)
end
|