Template:IS:Tag: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
m (hat „Vorlage:Tag“ nach „Vorlage:IS:Tag“ verschoben)
(+argument wiki)
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<tt><{{{1}}}></tt>
<includeonly>{{tag|IS|{{{1}}}|{{{2|}}}|attr={{{attr|}}}|@={{{@|}}}|wiki={{{wiki|}}}|ex={{{ex|}}}}}</includeonly><noinclude>==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==
<pre>{{IS:Tag|track|attr=name}}</pre>
produces
 
{{IS:Tag|track|attr=name}}
<pre>{{IS:Tag|track|@=name}}</pre>
produces
 
{{IS:Tag|track|@=name}}
[[Category:LinkTemplate]]
 
{{interwiki}}
</noinclude>

Revision as of 14:53, 18 May 2020

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