Help:Footnotes

From Detective Conan Wiki
Revision as of 18:46, 22 November 2024 by BOBO (talk | contribs)

Footnotes is a supplementary ornament used in MediaWiki-based documenting. This can be divided into both Notes and References segments where respective information can be specified.

In short, the references section provides citations of reliable sources of any kind of information; meanwhile the scope of notes can be slightly loose as some explanatory or inferred content can be addressed. The references feature is a built-in HTML-like function that can be called directly using <ref>...</ref>, <references /> and <references>...</references> (the latter ones are analogous). To ease editing, some useful templates can be used, for example, the most common instance is the template {{reflist}} whereby it acts as a better replacement of the <references /> (yet their effects are interchangeable).

How to use it

The general format for ref tags is <ref>text</ref>. If utilised, a square-bracketed number will appear as a superscript; when the wiki user clicks on it, they will be automatically redirected to the references section. However, each ref tag can be assigned a unique identifier, using name="xx", thus it can be reused on the same page with <ref name="xx" />, rather than citing it again, which would cause unnecessary duplication within the references section.

Markup

Shinichi Kudo solves the roller coaster case<ref>Episode 1</ref>.
<references />

Renders as

Shinichi Kudo solves the roller coaster case[1].

  1. ^ Episode 1

The template {{reflist}} can be used instead of <references /> as it contains many more features. Using this template, the column width of the references' list can be regulated by assigning it with a parameter {{Reflist|xxem}}. For example, {{Reflist|30em}} will force the list columns to be of a width of 30 em.

Markup

Kenji Kodama directed the series at an early stage<ref>[https://www.ytv.co.jp/conan/staff/ Detective Conan Staff]</ref>; however, he is currently not involved in the production<ref>[https://www.ytv.co.jp/conan/news/ Detective Conan News]</ref>.

==References==
{{Reflist|30em}}

Renders as

Kenji Kodama directed the series at an early stage[1]; however, he is currently not involved in the production[2].

References