User:RailML Coord Common/Sandbox: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
(Replaced content with "{{subst:unit|meter}}")
No edit summary
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[:category:meter|meter]][[category:meter]][[category:unit]]
{| class="wikitable"
{{interwiki}}
! Markup
! Renders as
|-
|
<nowiki>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]]</nowiki>
|
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]]
|}
 
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.
 
 
<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>