Difference between revisions of "Template:FIN"
From LFS Manual
Jump to navigationJump to search (Created page with "<includeonly>style="background: #DFFFDF; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}"|{{#ifeq:{{{short}}}|yes|RUN|Classified}}{{#if:{{{1|}}}|<sup>{{{1...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>style="background: #DFFFDF; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}"|{{#ifeq:{{{short}}}|yes| | + | <includeonly>style="background: #DFFFDF; vertical-align: middle; text-align: {{{align|center}}}; {{{style|}}}"|{{#ifeq:{{{short}}}|yes|FIN|Finished}}{{#if:{{{1|}}}|<sup>{{{1|}}}</sup>}} |
</includeonly><noinclude> | </includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Latest revision as of 12:21, 25 June 2025
Template documentation
This is a table cell template used to fill cells of a table to indicate a driver finished the race and was officially classified.
Usage
{{FIN |1 = |short = }}
Parameters
Parameter | Explanation | Example values | Required? |
---|---|---|---|
1 | Footnote for the status reason, if any. Unnamed parameter. | Reason
|
Optional |
short | When set to yes , shown text "Did not finish" is abbreviated to "DNF".
|
yes
|
Optional |
Examples
What to type | What it produces |
---|---|
{{FIN}}
|
Finished |
{{FIN|short=yes}}
|
FIN |
{{FIN|Note}}
|
FinishedNote |
{{FIN|Note|short=yes}}
|
FINNote |