Template:3rd

From LFS Manual
Jump to navigationJump to search
Template Info-Icon.png

Template documentation

View - Edit

This is a table cell template used to fill cells of a table to indicate a third 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 second places, use {{1st}} and {{2nd}}, respectively. Uses {{flag icon}} internally.

Usage

{{3rd
|1             = nickname
|2             = lfsw username
|flag          = 
|streak        = 
|break         = 
}}

This template prefers inline formatting of parameters.

Parameters

Template:3rd parameters and basic guidelines
Parameter Explanation Example values Required?
1 Driver nickname. Unnamed parameter. Average Joe Optional
2 Driver LFSW username. Unnamed parameter. avgjoe123 Optional
flag Inserts a flag icon. If you set unknown, a question mark icon gets output. Hidden by default. For flag codes, see {{flag icon}}. UK, DE, unknown Optional
streak Highlights beginning or end of a streak. One of the following: start, end. start, end Optional
break Inserts a line break between the nickname and username in the output. One of the following: true, false. true, false Optional

Examples

What to type What it produces
{{3rd}}
{{3rd}} 15 15
{{3rd|Third Joe}} Third Joe
{{3rd|Third Joe|joethird123|streak=start}} Third Joe (joethird123)
{{3rd|Third Joe|joethird123}} Third Joe (joethird123)
{{3rd|Third Joe|joethird123|streak=end}} Third Joe (joethird123)
{{3rd|Third Joe|joethird123|flag=unknown}}
Third Joe (joethird123)
{{3rd|Third Joe|joethird123|flag=AD}}
Andorra
Third Joe (joethird123)
{{3rd|Third Joe|joethird123|break=true}} Third Joe
(joethird123)