Content deleted Content added
Tom.Reding (talk | contribs) m --ws align conf |
Tom.Reding (talk | contribs) m --ce |
||
Line 155:
if currCat then
--determine current/related/adjacent cats' properties/vars/etc
local currGroup = mw.ustring.match(currCat, '^%w+') --Fish/Spiders/default/etc.
Line 269 ⟶ 270:
end --if currYDC then
--check for non-existent cats
for _, category in pairs(categories) do
local cat = mw.ustring.match(category, '%[%[Category:([%w%s]+)')
Line 276 ⟶ 278:
end
end
end
Line 284 ⟶ 287:
if toc then header = header .. '<br />' .. toc end
header = mw.text.trim(header)
header = mw.ustring.gsub(header, '^
header = mw.ustring.gsub(header, '
--append header to outString
|