Content deleted Content added
m Remove lowercase {{notetag}} to fix Integer in Portal:Arithmetic |
Omit unnecessary list if showing all excerpts |
||
Line 702:
if pageopts.more then text = text .. " '''[[" .. pagename .. "|" .. pageopts.more .. "]]'''" end -- wikilink to article for more info
if pageopts.list and not pageopts.showall then -- add a collapsed list of pages which might appear
local listtext = pageopts.list
if listtext == "" then listtext = "Other articles" end
|