Content deleted Content added
Sophivorus (talk | contribs) mNo edit summary |
Sophivorus (talk | contribs) Add truthy check for nobold |
||
Line 692:
-- remove '''bold text''' if requested
if truthy(pageopts.nobold) then text = mw.ustring.gsub(text, "'''", "") end
text = filetext .. text
|