[[User:Giacontigers|Giacontigers]] ([[User talk:Giacontigers|talk]]) 12:10, 6 February 2022 (AEDT)
== Edit request 18 September 2024 ==
{{Edit template-protected|answered=yes}}
'''Description of suggested change:'''
Allow custom text inside <code>splitN</code> for tables like [[2014 FIFA World Cup#Final standings]].
'''Diff:'''
{{TextDiff|1=<nowiki> table.insert(t,'|- style="background-color:'..result_col['black1']..'; line-height:3pt;"\n')
table.insert(t,string.rep('|',2*N_cols)..'\n')
</nowiki>
|2=<nowiki> if yesno(Args['split'..ii]) == nil then
table.insert(t,'|-\n')
table.insert(t,'|colspan='..(2*N_cols)..'|'..Args['split'..ii]..'\n')
else
table.insert(t,'|- style="background-color:'..result_col['black1']..'; line-height:3pt;"\n')
table.insert(t,string.rep('|',2*N_cols)..'\n')
end
</nowiki>
}} [[User:SocietyBox|SocietyBox]] ([[User talk:SocietyBox|talk]]) 23:46, 18 September 2024 (UTC)
:The {{param|res_col_header}} parameter allows grouping and has the benefit of positively identifying which rows the comment applies to. It's not always apparent which rows a heading like those in [[2014 FIFA World Cup#Final standings]] applies to. [[MOS:COLHEAD]] actively discourages the use of inserted summary rows like this. [[User:Nthep|Nthep]] ([[User talk:Nthep|talk]]) 13:42, 19 September 2024 (UTC)
::Thanks. Just the excuse I needed to rewrite that table. [[User:SocietyBox|SocietyBox]] ([[User talk:SocietyBox|talk]]) 23:59, 20 September 2024 (UTC)
== Help with a custom table ==
|