Content deleted Content added
Tom.Reding (talk | contribs) m Way more |
Tom.Reding (talk | contribs) m ws |
||
Line 90:
local header = ' ' --header template(s), nav bar, and category description text; whitespace-initialized for convenience
local nav = nil
local
local description = nil
local toc = nil
Line 123:
local currCommonsWiki = currEntity.sitelinks.commonswiki
if currCommonsWiki then
local
if
local args = {
end
end
Line 242:
--TODO: test/see if a similar commons cat exists and, if so, include it in the header
if nav then header = nav end
if
if description and description ~= '' then header = header .. '<br />' .. description end
if toc then header = header .. '<br />' .. toc end
|