Template:Doc/parent3: Difference between revisions
Jump to navigation
Jump to search
[checked revision] | [checked revision] |
Ferri Leberl (talk | contribs) (Created page with "<includeonly><noinclude> First ifeq: If there is no parent, do nothing </noinclude>{{#ifeq:{{{1|}}}|||<noinclude> If this is wiki3 and the link does not go to wiki2, place the parent </noinclude>{{#ifeq:{{thiswiki}}|wiki3|{{#ifeq:{{{2|}}}|2||{{{1}}}:}}}}<noinclude> If this is wiki2 and the link goes to wiki3, place the parent </noinclude>{{#ifeq:{{thiswiki}}|wiki2|{{#ifeq:{{{2|}}}|3|{{{1}}}:}}}}<noinclude> Close the first ifeq</noinclude>}}</includeonly><noinclude> == Us...") |
Ferri Leberl (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
If this is wiki2 and the link goes to wiki3, place the parent | If this is wiki2 and the link goes to wiki3, place the parent | ||
</noinclude>{{#ifeq:{{thiswiki}}|wiki2|{{#ifeq:{{{2|}}}|3|{{{1}}}:}}}}<noinclude> | </noinclude>{{#ifeq:{{thiswiki}}|wiki2|{{#ifeq:{{{2|}}}|3|{{{1}}}:}}}}<noinclude> | ||
If this is the rtm Wiki and the link does not go to wiki2, place the parent | |||
</noinclude>{{#ifeq:{{thiswiki}}|topo|{{#ifeq:{{{2|}}}|2||{{{1}}}:}}}}<noinclude> | |||
Close the first ifeq</noinclude>}}</includeonly><noinclude> | Close the first ifeq</noinclude>}}</includeonly><noinclude> | ||
== Usage == | == Usage == |
Latest revision as of 19:48, 17 March 2025
Usage
Template supporting Template:Doc. Fits the parent to the respective wiki.
Arguments
- 1: {{{3|}}} of Template:Doc (the parent)
- 2: {{{wiki|}}} of Template:Doc
Examples
{{doc/parent3}}
returns:
{{doc/parent3|signalIS}}
returns:
signalIS:
{{doc/parent3|signalIS|2}}
returns:
{{doc/parent3|signalIS|3}}
returns:
signalIS:
{{doc/parent3|2=2}}
returns:
{{doc/parent3|2=3}}
returns: