Template:IS:Doc: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
No edit summary
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>[[IS:{{{1}}}_{{{2|}}}{{#if:{{{attr|}}}|%23{{{attr}}}}}|{{{1}}}]]</includeonly><noinclude>
<includeonly>{{Doc|IS|{{{1}}}|{{{2|}}}|attr={{{attr|}}}|@={{{@|}}}}}</includeonly><noinclude>
==Usage==
==Usage==
Template IS:Doc standardizes the depiction of element names.
Template IS:Doc standardizes the depiction of element names.
Line 13: Line 13:
produces
produces


[[IS:track_{{#if:name|%23name}}|track]]
{{IS:Doc|track|attr=name}}
<pre>{{IS:Doc|geoCoord|lock|@=epsgCode}}</pre>
produces
 
{{IS:Doc|geoCoord|lock|@=epsgCode}}
[[Category:LinkTemplate]]</noinclude>
[[Category:LinkTemplate]]</noinclude>

Revision as of 15:41, 19 June 2019

Usage

Template IS:Doc 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:Doc|track|attr=name}}

produces

track

{{IS:Doc|geoCoord|lock|@=epsgCode}}

produces

geoCoord@epsgCode