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