Template:Links 2
From Dpldemo
Template code
{{#if:{{{3|}}}|
* [[{{{2}}}{{!}}{{{3}}}]]|
* [[{{{2}}}]]}}
{{#dpl:
|debug=1
|{{#ifeq:{{{1}}}|to|linksto={{{2}}}|linksfrom={{{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}}}}
- To
{{#tree:{{Links 2|to|Wgraph}}}}
- Alias
{{#tree:{{Links 2|to|Wgraph|Foo}}}}