Difference between revisions of "Template:Links 2"

From FollowTheScore
Jump to: navigation, search
(Examples: interleave)
(Add {{#switch: {{{1|from}}}| from=from |to=to | from}} for {{{1}}} = from/to)
Line 5: Line 5:
 
{{#dpl:
 
{{#dpl:
 
  |debug=1
 
  |debug=1
  |{{#ifeq:{{{1}}}|from|linksfrom={{{2}}}|linksto={{{2}}}}}
+
  |{{#ifeq: {{#switch: {{{1|from}}}| from=from |to=to | from}} |from|linksfrom={{{2}}}|linksto={{{2}}}}}
 
  |format=,**[[%PAGE%|%TITLE%]],\n²{Links 2.1¦{{{1}}}¦%PAGE%¦%TITLE%}²,
 
  |format=,**[[%PAGE%|%TITLE%]],\n²{Links 2.1¦{{{1}}}¦%PAGE%¦%TITLE%}²,
 
}}
 
}}
Line 17: Line 17:
 
{{#dpl:
 
{{#dpl:
 
  |debug=1
 
  |debug=1
  |{{#ifeq:{{{1}}}|from|linksfrom={{{2}}}|linksto={{{2}}}}}
+
  |{{#ifeq: {{#switch: {{{1|from}}}| from=from |to=to | from}} |from|linksfrom={{{2}}}|linksto={{{2}}}}}
 
  |format=,**[[%PAGE%|%TITLE%]],\n²{Links 2.1¦{{{1}}}¦%PAGE%¦%TITLE%}²,
 
  |format=,**[[%PAGE%|%TITLE%]],\n²{Links 2.1¦{{{1}}}¦%PAGE%¦%TITLE%}²,
 
}}
 
}}

Revision as of 20:59, 17 October 2007


Template code

{{#if:{{{3|}}}|
* [[{{{2}}}{{!}}{{{3}}}]]|
* [[{{{2}}}]]}}
{{#dpl:
 |debug=1
 |{{#ifeq: {{#switch: {{{1|from}}}| from=from |to=to | from}} |from|linksfrom={{{2}}}|linksto={{{2}}}}}
 |format=,**[[%PAGE%|%TITLE%]],\n²{Links 2.1¦{{{1}}}¦%PAGE%¦%TITLE%}²,
}}


Parameters

Required
  • {{{1}}}: Links from or to. Valid values: from (default), to
  • {{{2}}}: Article for creating link tree
Optional
  • {{{3}}}: Alias name for article

Examples

From
{{#tree:{{Links 2|from|Wgraph}}}}

{{#tree:


}}

To
{{#tree:{{Links 2|to|Wgraph}}}}

{{#tree:


}}

Alias
{{#tree:{{Links 2|to|Wgraph|Foo}}}}

{{#tree:


}}