Content deleted Content added
we should be able to use |section= instead of |transcludesection= if we differentiate between parent and child, but checking to see if there are any pages which are already using flipped parameters Tag: Reverted |
tracking empty, removing tracking and allowing |section= to be used in both parent and template Tag: Reverted |
||
Line 19:
local team_list = {}
local jj, jjj
-- Exit early if we are using section transclusion for a different section
if( tsection ~= '' and bsection ~= '' ) then
if( tsection ~= bsection ) then
return ''
end
end
Line 661 ⟶ 660:
end
return templatestyles .. '\n' .. table.concat(t)
end
|