Difference between revisions of "Template:2nd"

From LFS Manual
Jump to navigationJump to search
(break support)
(streak param)
 
Line 1: Line 1:
<includeonly>style="background: #dfdfdf; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}"|{{#if:{{{1|}}}|{{{1|}}}}} {{#if:{{{2|}}}|{{#ifeq:{{{break}}}|true|<br>| }}({{{2|}}})}}</includeonly><noinclude>
+
<includeonly>style="background: #dfdfdf; vertical-align: middle; text-align: {{{align|center}}}; {{#switch:{{{streak|}}}
 +
|start=border-top: 2px solid; border-left: 2px solid; border-right: 2px solid;
 +
|end=border-bottom: 2px solid; border-left: 2px solid; border-right: 2px solid;
 +
}}{{{style|}}}"|{{#if:{{{1|}}}|{{{1|}}}}} {{#if:{{{2|}}}|{{#ifeq:{{{break}}}|true|<br>| }}({{{2|}}})}}</includeonly><noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 20:58, 10 June 2024

Template Info-Icon.png

Template documentation

View - Edit

This is a table cell template used to fill cells of a table to indicate a second 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 driver'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 first and third places, use {{1st}} and {{3rd}}, respectively.

Examples

What to type What it produces
{{2nd}}
{{2nd}} 18 18
{{2nd|Second Joe}} Second Joe
{{2nd|Second Joe|joesecond123|streak=start}} Second Joe (joesecond123)
{{2nd|Second Joe|joesecond123}} Second Joe (joesecond123)
{{2nd|Second Joe|joesecond123|streak=end}} Second Joe (joesecond123)
{{2nd|Second Joe|joesecond123|break=true}} Second Joe
(joesecond123)