Template:Term/Documentation: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
(Created page with "==Purpose== Returns the proper term for any given topic in {{TLoZ|Series}}. Terms are stored using Template:Terminology/Store. ==Usage== {{NoWikiTemp|Normal|<topic>|<gam...")
 
No edit summary
Line 1: Line 1:
==Purpose==
==Purpose==
Returns the proper term for any given topic in {{TLoZ|Series}}. Terms are stored using [[:Template:Terminology/Store]].
Returns the proper singular form of a term for any given topic in {{TLoZ|Series}}. Terms are stored using [[:Template:Terminology/Store]].
 
'''Note:'''
To return the plural form of a term, see [[:Template:Plural]].


==Usage==
==Usage==
Line 16: Line 19:
| <code><nowiki>{{Terminology|ALttP|Big Key}}</nowiki></code>
| <code><nowiki>{{Terminology|ALttP|Big Key}}</nowiki></code>
| {{Terminology|ALttP|Big Key}}
| {{Terminology|ALttP|Big Key}}
|-
| <code><nowiki>{{Terminology|ALttP|Big Key|link}}</nowiki></code>
| {{Terminology|ALttP|Big Key|link}}
|-
|-
| <code><nowiki>{{Terminology|LA|Big Key}}</nowiki></code>
| <code><nowiki>{{Terminology|LA|Big Key}}</nowiki></code>
| {{Terminology|LA|Big Key}}
| {{Terminology|LA|Big Key}}
|-
| <code><nowiki>{{Terminology|LA|Big Key|link}}</nowiki></code>
| {{Terminology|LA|Big Key|link}}
|-
|-
| <code><nowiki>{{Terminology|TP|Big Key}}</nowiki></code>
| <code><nowiki>{{Terminology|TP|Big Key}}</nowiki></code>
| {{Terminology|TP|Big Key}}
| {{Terminology|TP|Big Key}}
|-
| <code><nowiki>{{Terminology|TP|Big Key|link}}</nowiki></code>
| {{Terminology|TP|Big Key|link}}
|}
|}


{{Documentation Footer}}
{{Documentation Footer}}

Revision as of 07:03, 4 April 2019

Purpose

Returns the proper singular form of a term for any given topic in The Legend of Zelda series. Terms are stored using Template:Terminology/Store.

Note: To return the plural form of a term, see Template:Plural.

Usage

    {{Term/Documentation|<topic> |<game> |link }}

  • <topic> — The name of the page of said topic. (ex: Boss Key for Nightmare Key and Big Key)
  • <game> — The game from which to fetch the term of the given topic.
  • link — Entering anything in this field will output the result as a link. (Enter link for standardization)

Example

Input Output
{{Terminology|ALttP|Big Key}} Template:Terminology
{{Terminology|ALttP|Big Key|link}} Template:Terminology
{{Terminology|LA|Big Key}} Template:Terminology
{{Terminology|LA|Big Key|link}} Template:Terminology
{{Terminology|TP|Big Key}} Template:Terminology
{{Terminology|TP|Big Key|link}} Template:Terminology
This is the documentation page, it should be transcluded into the main template page. See here for more information.