Difference between revisions of "Template:Notes"
From LFS Manual
Jump to navigationJump to search (Created page with "<includeonly><ol type="a"> {{#if:{{{1|}}} | {{reference note|1|{{{1}}} }} }} {{#if:{{{2|}}} | {{reference note|2|{{{2}}} }} }} {{#if:{{{3|}}} | {{reference note|2|{{{...") |
(No difference)
|
Revision as of 11:02, 25 June 2025
Template documentation
A notes list to be included in a top-level "Notes" section at the end of articles. The notes are currently handled in a different way compared to the public Wikipedia. The notes are only marked with an index in-content with template {{ref}}
, and then the actual references are listed using this template, in the order of ref indices in-article (make sure the indices next to statements match the referenced content).
Basic usage
Markup | Renders as |
---|---|
{{notes |one |two |three |four |five |six |seven }} |
|
Markup | Renders as |
---|---|
{{notes |1=one |4=four |6=seven }} |
|