Content deleted Content added
m line breaks to keep long comment from side-scrolling |
The dang things can be either upper or lower case |
||
Line 29:
-- if rpage.fileExists then
if rpage.isRedirect then
return (bb.. tostring(mw.ustring.match(tostring(rpage.getContent(rpage)),"
else return rname -- not a redirect so leave the original text (for some general-purpose template use)
end
|