Module talk:Sports table
![]() | Module:Sports table is permanently protected from editing because it is a heavily used or highly visible module. Substantial changes should first be proposed and discussed here on this page. If the proposal is uncontroversial or has been discussed and is supported by consensus, editors may use {{edit template-protected}} to notify an administrator or template editor to make the requested edit.
|
This is the talk page for discussing improvements to the Sports table module. |
|
Archives: 1, 2Auto-archiving period: 3 months ![]() |
![]() | This module does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||||||||
|
![]() | To help centralize discussions and keep related topics together, the following pages redirect here: |
|
||
This page has archives. Sections older than 90 days may be automatically archived by Lowercase sigmabot III when more than 4 sections are present. |
Winning percentage four digits
Can an option be done for goal percentage with 4 digits, for example like the win percentage with notratio setting?
I need help if there is another notratio code for goal percentage please, anyone who can help me?
Example
Pos | Team | Pld | W | L | GF | GA | PP | PCT | Qualification |
---|---|---|---|---|---|---|---|---|---|
1 | South East Melbourne Phoenix | 8 | 6 | 2 | 686 | 636 | 107.9 | 75.00 | Semi-Finals |
2 | Melbourne United | 11 | 8 | 3 | 931 | 830 | 112.2 | 72.73 | |
3 | Perth Wildcats | 10 | 7 | 3 | 880 | 809 | 108.8 | 70.00 | |
4 | Illawarra Hawks | 11 | 6 | 5 | 962 | 966 | 99.6 | 54.55 | |
5 | Tasmania JackJumpers | 11 | 5 | 6 | 834 | 837 | 99.6 | 45.45 | |
6 | Sydney Kings | 12 | 5 | 7 | 959 | 987 | 97.2 | 41.67 | |
7 | Brisbane Bullets | 10 | 4 | 6 | 844 | 880 | 95.9 | 40.00 | |
8 | Adelaide 36ers | 10 | 4 | 6 | 805 | 854 | 94.3 | 40.00 | |
9 | Cairns Taipans | 6 | 2 | 4 | 459 | 484 | 94.8 | 33.33 | |
10 | New Zealand Breakers | 11 | 3 | 8 | 866 | 943 | 91.8 | 27.27 |
Giacontigers (talk) 12:10, 6 February 2022 (AEDT)
How do I adjust goals for
On this table, it was reported that Gombe United were deducted 6 points and 6 goals, I was able to adjust the points but not the same for the goals. Jõsé hola 10:51, 4 April 2024 (UTC)
How to indicate that two teams have tied in a Sports Table module.
On my current draft page, at User:Yoblyblob/1985 Niue Soccer Tournament, the two top teams in Division 1 officially tied for a joint championship. Does anyone know how to edit the number to show them both finishing in first? Yoblyblob (Talk) :) 15:20, 30 May 2024 (UTC)
@Yoblyblob I don't think you can, but you can use the status column to show that the title was shared (see Module:Sports table/WDL#Results and status). Otherwise I think you'd have to use a normal table and not this module. Nthep (talk) 21:16, 30 May 2024 (UTC)- |pos_XXX=1 Quri.inka (talk) 17:09, 31 May 2024 (UTC)
- This is true. I'd forgotten about the
|POS=
parameter. Nthep (talk) 19:38, 31 May 2024 (UTC)
- This is true. I'd forgotten about the
Edit request 18 September 2024
![]() | It is requested that an edit be made to the template-protected module at Module:Sports table. (edit · history · last · links · sandbox · edit sandbox · sandbox history · sandbox last edit · sandbox diff · transclusion count · protection log) This template must be followed by a complete and specific description of the request, so that an editor unfamiliar with the subject matter could complete the requested edit immediately.
Edit requests to template-protected pages should only be used for edits that are either uncontroversial or supported by consensus. If the proposed edit might be controversial, discuss it on the protected page's talk page before using this template. Consider making changes first to the module's sandbox before submitting an edit request. To request that a page be protected or unprotected, make a protection request. When the request has been completed or denied, please add the |
Description of suggested change:
Allow custom text inside splitN
for tables like 2014 FIFA World Cup#Final standings.
Diff:
− | table.insert(t,'|- style="background-color:'..result_col['black1']..'; line-height:3pt;"\n') | + | 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
|
SocietyBox (talk) 23:46, 18 September 2024 (UTC)
- The
{{{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. Nthep (talk) 13:42, 19 September 2024 (UTC)