Difference between revisions of "Template:1st/doc"

From LFS Manual
Jump to navigationJump to search
(streak explaining)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<noinclude>{{documentation subpage}}</noinclude>
 
<noinclude>{{documentation subpage}}</noinclude>
  
This is a table cell template used to fill cells of a table to indicate a winning position. When used without parameters, it's useful in championship standings tables which contain points per round for all drivers. Two optional parameters specify the winner's name and their username, respectively. Setting parameter <code>break</code> to true, inserts a line break between the driver name and username (might come handy in packed tables, where the horizontal space is not enough).  
+
This is a table cell template used to fill cells of a table to indicate a winning position. When used without parameters, it's useful in championship standings tables which contain points per round for all drivers. Two optional parameters specify the winner's name and their username, respectively. Setting parameter <code>break</code> to true, inserts a line break between the driver name and username (might come handy in packed tables, where the horizontal space is not enough). If needed, streaks (of consecutive results of a driver, for example three wins in a row) can be highlighted by using parameter <code>streak</code>: if set to <code>start</code> the cell will have widened borders so that it is open towards the bottom, if set to <code>end</code>, it gets widened borders on sides and bottom.
  
 
For second and third places, use {{tl|code=1|2nd}} and {{tl|code=1|3rd}}, respectively.
 
For second and third places, use {{tl|code=1|2nd}} and {{tl|code=1|3rd}}, respectively.
Line 18: Line 18:
 
| {{tl|code=1|1st|Winner Joe}}
 
| {{tl|code=1|1st|Winner Joe}}
 
| {{1st|Winner Joe}}
 
| {{1st|Winner Joe}}
 +
|-
 +
| {{tl|code=1|1st|Winner Joe|joewin123|4=streak=start}}
 +
| {{1st|Winner Joe|joewin123|streak=start}}
 
|-
 
|-
 
| {{tl|code=1|1st|Winner Joe|joewin123}}
 
| {{tl|code=1|1st|Winner Joe|joewin123}}
 
| {{1st|Winner Joe|joewin123}}
 
| {{1st|Winner Joe|joewin123}}
 +
|-
 +
| {{tl|code=1|1st|Winner Joe|joewin123|4=streak=end}}
 +
| {{1st|Winner Joe|joewin123|streak=end}}
 
|-
 
|-
 
| {{tl|code=1|1st|Winner Joe|joewin123|4=break=true}}
 
| {{tl|code=1|1st|Winner Joe|joewin123|4=break=true}}

Latest revision as of 20:57, 10 June 2024

Information icon4.png This is a documentation subpage for Template:1st.

It may contain usage information, categories and other content that is not part of the original page.

This is a table cell template used to fill cells of a table to indicate a winning position. When used without parameters, it's useful in championship standings tables which contain points per round for all drivers. Two optional parameters specify the winner's name and their username, respectively. Setting parameter break to true, inserts a line break between the driver name and username (might come handy in packed tables, where the horizontal space is not enough). If needed, streaks (of consecutive results of a driver, for example three wins in a row) can be highlighted by using parameter streak: if set to start the cell will have widened borders so that it is open towards the bottom, if set to end, it gets widened borders on sides and bottom.

For second and third places, use {{2nd}} and {{3rd}}, respectively.

Examples

What to type What it produces
{{1st}}
{{1st}} 25 25
{{1st|Winner Joe}} Winner Joe
{{1st|Winner Joe|joewin123|streak=start}} Winner Joe (joewin123)
{{1st|Winner Joe|joewin123}} Winner Joe (joewin123)
{{1st|Winner Joe|joewin123|streak=end}} Winner Joe (joewin123)
{{1st|Winner Joe|joewin123|break=true}} Winner Joe
(joewin123)