Difference between revisions of "Template:5TeamRR"

From blackwiki
Jump to navigation Jump to search
blackwiki>WOSlinker
(tidy style for better HTML5 compatibility)
blackwiki>WOSlinker
(tidy style for better HTML5 compatibility)
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="{{{teamwidth|175}}}" 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
 
| style="text-align:left;" |{{{team-1|}}}  
 
| style="text-align:left;" |{{{team-1|}}}  
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
 
| style="text-align:left;" |{{{team-2|}}}
 
| style="text-align:left;" |{{{team-2|}}}
Line 27: Line 27:
 
| |{{{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
 
| style="text-align:left;" |{{{team-3|}}}
 
| style="text-align:left;" |{{{team-3|}}}
Line 36: Line 36:
 
| |{{{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
 
| style="text-align:left;" |{{{team-4|}}}
 
| style="text-align:left;" |{{{team-4|}}}
Line 45: Line 45:
 
| |{{{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
 
| style="text-align:left;" |{{{team-5|}}}
 
| style="text-align:left;" |{{{team-5|}}}

Revision as of 09:49, 24 December 2014

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=
}}