Jump to content

Module:Sports table/sub: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, nc = minor edit.

7 EyoMqungu 2024

  • curprev 18:5218:52, 7 EyoMqungu 2024 DCNFY inthetho Igalelo 4 103 bytes +4 103 Created page with "-- Subfunctions for this module that are called from the style modules local ppp = {} function ppp.colhead(ttt,width,text) -- For individual column headers local head_string if width=='auto' then head_string = '! scope="col" |'..text..'\n' else head_string = '! scope="col" width='..width..'|'..text..'\n' end ttt.count = ttt.count+1 table.insert(ttt.tab_text,head_string) return ttt end function ppp.hth(frame,Args,full_table,hth_id_list,hth_local,notes_exi..."