Template:Tree

From railML 3 Wiki
Revision as of 12:00, 5 March 2021 by RailML Coord Documentation (talk | contribs) (Created page with "<includeonly>{{tag|{{{1}}}|{{{2|}}}|attr={{{attr|}}}|@={{{@|}}}|wiki={{{wiki|}}}|ex={{{ex|}}}}}</includeonly><noinclude>==Usage== Creates Tags without parent; for use in Dev...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Usage

Creates Tags without parent; for use in Dev:XMLtree

Arguments

This template has three arguments:

  • obligatory
    • 1: the subschema
    • 2: the element name
  • optional
    • 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