Difference between revisions of "Template:5TeamRR"

From blackwiki
Jump to navigation Jump to search
blackwiki>EmausBot
m (Bot: Migrating 1 langlinks, now provided by Wikidata on d:Q7217866)
m (16 revisions imported)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{| class="wikitable"
 
{| class="wikitable"
|- align=center bgcolor=#{{{color-row-top|ededed}}}
+
|- style="text-align:center;background-color:#{{{color-row-top|ededed}}};"
 
| width="15"|
 
| width="15"|
| width="{{{teamwidth|175}}}" align=left|{{{title|}}}
+
| width="{{{team-width|175}}}em" style="text-align:left;" |{{{title|}}}
 
| width="30"|{{{team-1-abbrev|{{{team-1|}}}}}}
 
| width="30"|{{{team-1-abbrev|{{{team-1|}}}}}}
 
| width="30"|{{{team-2-abbrev|{{{team-2|}}}}}}
 
| width="30"|{{{team-2-abbrev|{{{team-2|}}}}}}
Line 9: Line 9:
 
| width="30"|{{{team-5-abbrev|{{{team-5|}}}}}}
 
| width="30"|{{{team-5-abbrev|{{{team-5|}}}}}}
  
|- align=center bgcolor=#{{ #if: {{{color-row-1|}}} |{{{color-row-1}}} |ffffff }}
+
|- style="text-align:center;background-color:#{{ #if: {{{color-row-1|}}} |{{{color-row-1}}} |ffffff }};"
 
! 1
 
! 1
| align=left |{{{team-1|}}}  
+
| style="text-align:left;" |{{{team-1|}}}  
| |  
+
|style="background-color:#ededed;"|  
 
| {{{1v2|}}}
 
| {{{1v2|}}}
 
| {{{1v3|}}}
 
| {{{1v3|}}}
Line 18: Line 18:
 
| {{{1v5|}}}
 
| {{{1v5|}}}
  
|- align=center bgcolor=#{{ #if: {{{color-row-2|}}} |{{{color-row-2}}} |ffffff }}
+
|- style="text-align:center;background-color:#{{ #if: {{{color-row-2|}}} |{{{color-row-2}}} |ffffff }};"
 
! 2
 
! 2
| align=left |{{{team-2|}}}
+
| style="text-align:left;" |{{{team-2|}}}
| |{{{2v1|}}}
+
| {{{2v1|}}}
| |  
+
|style="background-color:#ededed;"|  
| |{{{2v3|}}}
+
| {{{2v3|}}}
| |{{{2v4|}}}
+
| {{{2v4|}}}
| |{{{2v5|}}}
+
| {{{2v5|}}}
  
|- align=center bgcolor=#{{ #if: {{{color-row-3|}}} |{{{color-row-3}}} |ffffff }}
+
|- style="text-align:center;background-color:#{{ #if: {{{color-row-3|}}} |{{{color-row-3}}} |ffffff }};"
 
! 3
 
! 3
| align=left |{{{team-3|}}}
+
| style="text-align:left;" |{{{team-3|}}}
| |{{{3v1|}}}
+
| {{{3v1|}}}
| |{{{3v2|}}}
+
| {{{3v2|}}}
| |  
+
|style="background-color:#ededed;"|  
| |{{{3v4|}}}
+
| {{{3v4|}}}
| |{{{3v5|}}}
+
| {{{3v5|}}}
  
|- align=center bgcolor=#{{ #if: {{{color-row-4|}}} |{{{color-row-4}}} |ffffff }}
+
|- style="text-align:center;background-color:#{{ #if: {{{color-row-4|}}} |{{{color-row-4}}} |ffffff }};"
 
! 4
 
! 4
| align=left |{{{team-4|}}}
+
| style="text-align:left;" |{{{team-4|}}}
| |{{{4v1|}}}
+
| {{{4v1|}}}
| |{{{4v2|}}}
+
| {{{4v2|}}}
| |{{{4v3|}}}
+
| {{{4v3|}}}
| |  
+
|style="background-color:#ededed;"|  
| |{{{4v5|}}}
+
| {{{4v5|}}}
  
|- align=center bgcolor=#{{ #if: {{{color-row-5|}}} |{{{color-row-5}}} |ffffff }}
+
|- style="text-align:center;background-color:#{{ #if: {{{color-row-5|}}} |{{{color-row-5}}} |ffffff }};"
 
! 5
 
! 5
| align=left |{{{team-5|}}}
+
| style="text-align:left;" |{{{team-5|}}}
| |{{{5v1|}}}
+
| {{{5v1|}}}
| |{{{5v2|}}}
+
| {{{5v2|}}}
| |{{{5v3|}}}
+
| {{{5v3|}}}
| |{{{5v4|}}}
+
| {{{5v4|}}}
| |
+
|style="background-color:#ededed;"|  
|}<noinclude>{{template doc}}
+
|}<noinclude>
 +
{{documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 15:12, 14 October 2020

1
2
3
4
5
50px Template documentation[view] [edit] [history] [purge]

Usage

{{5TeamRR
| title=
| team-1-abbrev=
| team-1=
| team-2-abbrev=
| team-2=
| team-3-abbrev=
| team-3=
| team-4-abbrev=
| team-4=
| team-5-abbrev=
| team-5=

|color-row-1= |          1v2= |1v3= |1v4= |1v5=
|color-row-2= |2v1= |          2v3= |2v4= |2v5=
|color-row-3= |3v1= |3v2= |          3v4= |3v5=
|color-row-4= |4v1= |4v2= |4v3= |          4v5=
|color-row-5= |5v1= |5v2= |5v3= |5v4=
}}