Difference between revisions of "Template:DNF/doc"
From LFS Manual
Jump to navigationJump to search (Created page with "<noinclude>{{documentation subpage}}</noinclude> This is a table cell template used to fill cells of a table to indicate a driver did not finish the race. == Usage == <pre>...") |
|||
(One intermediate revision by one other 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 driver did not finish the race. | + | This is a table cell template used to fill cells of a table to indicate a driver did not finish the race (i.e. Retired). |
== Usage == | == Usage == | ||
Line 41: | Line 41: | ||
| {{DNF|short=yes}} | | {{DNF|short=yes}} | ||
|- | |- | ||
− | | {{tl|code=1|DNF| | + | | {{tl|code=1|DNF|<nowiki>{{</nowiki>ref|1|ref1<nowiki>}}</nowiki>}} |
− | | {{DNF| | + | | {{DNF|{{ref|1|ref1}}}} |
|- | |- | ||
− | | {{tl|code=1|DNF|2= | + | | {{tl|code=1|DNF|2=<nowiki>{{ref|1|ref1}}</nowiki>|3=short=yes}} |
− | | {{DNF| | + | | {{DNF|{{ref|1|ref1}}|short=yes}} |
|} | |} | ||
Latest revision as of 21:19, 4 July 2025
![]() |
This is a documentation subpage for Template:DNF.
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 driver did not finish the race (i.e. Retired).
Usage
{{DNF |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 |
---|---|
{{DNF}}
|
Did not finish |
{{DNF|short=yes}}
|
DNF |
{{DNF|{{ref|1|ref1}}}}
|
Did not finish[1] |
{{DNF|{{ref|1|ref1}}|short=yes}}
|
DNF[1] |