User:RailML Coord Common/Sandbox: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
No links are displayed in the text and only one interwiki link (the first) will be displayed in the "In other languages" section in the left panel.
No links are displayed in the text and only one interwiki link (the first) will be displayed in the "In other languages" section in the left panel.


{{#vardefine:link|{{#ifeq:{{{wiki}}}|3|wiki3:IS{{#if:|%3a{{{3}}}}}:signal|IS:signal_}}{{#if:|%23{{{attr}}}|{{#if:|%23{{{@}}}|{{#if:|%23semcon{{{semcon}}}}}}}}}}}[[{{#var:link}}|{{#if:|IS:}}signal{{#if:|@{{{@}}}}}]]
 
<syntaxhighlight lang=xml>
<baseItinerary id="bi-3">
<baseItineraryPoint id="bp-5" locationRef="op-73"> ... </baseItineraryPoint>
<baseItineraryPoint id="bp-6" locationRef="op-44"> ... </baseItineraryPoint>
<baseItineraryPoint id="bp-7" locationRef="op-35"> ... </baseItineraryPoint>
</baseItinerary>
 
<ocpsTT>
<ocpTT sequence="1" ocpRef="ocp-73"> ... </ocpsTT>
<ocpTT sequence="2" ocpRef="ocp-44"> ... </ocpsTT>
<ocpTT sequence="3" ocpRef="ocp-35"> ... </ocpsTT>
</ocpsTT>
</syntaxhighlight>

Latest revision as of 13:45, 7 November 2023

Markup Renders as
Using a specific interwiki link [[railml3:User:Thomas_Nygreen]]
will override a later instance of the interwiki template {{interwiki}}
or a later specific interwiki link. [[railml3:Main Page]]

Using a specific interwiki link will override a later instance of the interwiki template or a later specific interwiki link.

No links are displayed in the text and only one interwiki link (the first) will be displayed in the "In other languages" section in the left panel.


<baseItinerary id="bi-3">
	<baseItineraryPoint id="bp-5" locationRef="op-73"> ... </baseItineraryPoint>
	<baseItineraryPoint id="bp-6" locationRef="op-44"> ... </baseItineraryPoint>
	<baseItineraryPoint id="bp-7" locationRef="op-35"> ... </baseItineraryPoint>
</baseItinerary>

<ocpsTT>
	<ocpTT sequence="1" ocpRef="ocp-73"> ... </ocpsTT>
	<ocpTT sequence="2" ocpRef="ocp-44"> ... </ocpsTT>
	<ocpTT sequence="3" ocpRef="ocp-35"> ... </ocpsTT>
</ocpsTT>