Difference between revisions of "Template:Notes/doc"

From LFS Manual
Jump to navigationJump to search
(Created page with "<noinclude>{{documentation subpage}}</noinclude> A notes list to be included in a top-level "Notes" section at the end of articles. The notes are currently handled in a diffe...")
 
 
Line 15: Line 15:
 
|seven
 
|seven
 
}}</nowiki>|{{references|one|two|three|four|five|six|seven}}}}<!-- Template:Mra -->
 
}}</nowiki>|{{references|one|two|three|four|five|six|seven}}}}<!-- Template:Mra -->
 +
 +
 +
{{markup|
 +
<nowiki>{{notes
 +
|1=one
 +
|4=four
 +
|6=seven
 +
}}</nowiki>|{{references|1=one|4=four|7=seven}}}}<!-- Template:Mra -->
 +
  
 
<includeonly>
 
<includeonly>
 
[[Category:Citation templates]]
 
[[Category:Citation templates]]
 
</includeonly>
 
</includeonly>

Latest revision as of 11:16, 25 June 2025

Information icon4.png This is a documentation subpage for Template:Notes.

It may contain usage information, categories and other content that is not part of the original page.

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
}}
  1. ^ one
  2. ^ two
  3. ^ three
  4. ^ four
  5. ^ five
  6. ^ six
  7. ^ seven


Markup Renders as
{{notes
|1=one
|4=four
|6=seven
}}
  1. ^ one
  2. ^ four
  3. ^ seven