Template:IS:Tag: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><tt><{{IS:Doc|{{{1}}}|{{{2|}}}|{{#if:{{{attr|}}}|{{{attr}}}}}}}></tt></includeonly><noinclude>==Usage==
<includeonly>{{{Doc|IS|{{{1}}}|{{{2|}}}|attr={{{attr|}}}|@={{{@|}}}}}</includeonly><noinclude>==Usage==
Template IS:Tag standardizes the depiction of element names.
Template IS:Tag standardizes the depiction of element names.
===Arguments===
===Arguments===
Line 12: Line 12:
produces
produces


<tt><{{IS:Doc|track||{{#if:name|name}}}}></tt>
{{IS:Tag|track|attr=name}}
<pre>{{IS:Tag|track|@=name}}</pre>
produces
 
{{IS:Tag|track|@=name}}
[[Category:LinkTemplate]]</noinclude>
[[Category:LinkTemplate]]</noinclude>

Revision as of 15:43, 19 June 2019

Usage

Template IS:Tag standardizes the depiction of element names.

Arguments

This template has three arguments:

  • obligatory
    • 1: the element name
  • optional
    • 2: the parent, as in this wiki some elements share their names with each other
    • attr: an attribute. If this argument is used, the link will lead directly to a certain attribute of the target element

Example

{{IS:Tag|track|attr=name}}

produces

{track

{{IS:Tag|track|@=name}}

produces

{track@name