注意:1.4.5 的更新内容量较大,页面上很可能仍有内容尚未更新。
如中文 wiki 信息过时,可以参考英文 wiki 对应页面。
Terraria Wiki:项目/1.4.5 获取 wiki 状态与更新指南

Template:Footnote

来自Terraria Wiki
跳转到导航 跳转到搜索
Important.svg
CAUTION: Terraria Wiki code is complex!!!
If you want to use this code on another wiki, wiki.gg staff are not able to assist you.
Please consider picking a different wiki to adapt code from, or making your own templates!
Remember that content on a wiki is more important than fancy formatting.
Template-info.svg 文档 以下文档来自Template:Footnote/doc。(编辑 | 历史

This template inserts a footnote. It is a shortcut for <ref group="lower-alpha">...</ref>. Make sure that MediaWiki:Cite link label group-lower-alpha exists (see base on Wikipedia); otherwise the footnotes are displayed as [lower-alpha 1] instead of [a].

Usage

Remember to add a new section "Footnotes" with {{footnotelist}} when transcluding this template in an article.

{{ footnote | <text> | name = <footnote identifier> }}

First unnamed parameter

Footnote text.

name

Optional, for reusing the footnote. When reusing it, the first unnamed parameter does not need to be specified again; the name is sufficient.

Examples

Code Result
{{footnote|This is a footnote.}} [a]
Reusing{{footnote|name=important|Important detail.}} a footnote{{footnote|name=important}}. Reusing[b] a footnote[b].

Footnotes

  1. This is a footnote.
  2. 2.0 2.1 Important detail.