Template:Doc: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
(Created page with "<includeonly>[[{{{1}}}:{{{2}}}_{{{3|}}}{{#if:{{{attr|}}}|%23{{{attr}}}|{{#if:{{{@|}}}|%23{{{@}}}}}}}|{{{2}}}{{#if:{{{@|}}}|@{{{@}}}}}]]</includeonly><noinclude> ==Usage== Temp...")
 
No edit summary
Line 1: Line 1:
<includeonly>[[{{{1}}}:{{{2}}}_{{{3|}}}{{#if:{{{attr|}}}|%23{{{attr}}}|{{#if:{{{@|}}}|%23{{{@}}}}}}}|{{{2}}}{{#if:{{{@|}}}|@{{{@}}}}}]]</includeonly><noinclude>
<includeonly>[[{{{1}}}:{{{2}}}_{{{3|}}}{{#if:{{{attr|}}}|%23{{{attr}}}|{{#if:{{{@|}}}|%23{{{@}}}}}}}|{{#if:{{{ex|}}}|{{{1}}}:}}{{{2}}}{{#if:{{{@|}}}|@{{{@}}}}}]]</includeonly><noinclude>
==Usage==
==Usage==
Template IS:Doc standardizes the depiction of element names.
Template IS:Doc standardizes the depiction of element names.
Line 19: Line 19:


{{doc|IS|track|@=name}}
{{doc|IS|track|@=name}}
<pre>{{doc|IS|track|@=name|ex=1}}</pre>
produces
{{doc|IS|track|@=name|ex=1}}


[[Category:LinkTemplate]]</noinclude>
[[Category:LinkTemplate]]</noinclude>

Revision as of 13:02, 9 July 2019

Usage

Template IS:Doc standardizes the depiction of element names.

Arguments

This template has three arguments:

  • obligatory
    • 1: the subschema – CO, IL, IS, RS or TT
    • 2: the element name
  • optional
    • 3: 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

{{doc|IS|track|attr=name}}

produces

track

{{doc|IS|track|@=name}}

produces

track@name

{{doc|IS|track|@=name|ex=1}}

produces

IS:track@name