Difference between revisions of "Template:Links 1"

From FollowTheScore
Jump to: navigation, search
(New page: {{#if:{{{3|}}}| * [[{{{2}}}{{!}}{{{3}}}]]| * [[{{{2}}}]]}} {{#dpl: |debug=1 |{{#ifeq:{{{1}}}|from|linksfrom={{{2}}}|linksto={{{2}}}}} |format=,**%TITLE%,\n, }})
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<includeonly>
 
{{#if:{{{3|}}}|
 
{{#if:{{{3|}}}|
 
* [[{{{2}}}{{!}}{{{3}}}]]|
 
* [[{{{2}}}{{!}}{{{3}}}]]|
Line 4: Line 5:
 
{{#dpl:
 
{{#dpl:
 
  |debug=1
 
  |debug=1
  |{{#ifeq:{{{1}}}|from|linksfrom={{{2}}}|linksto={{{2}}}}}
+
  |{{#ifeq:{{{1}}}|to|linksto={{{2}}}|linksfrom={{{2}}}}}
 
  |format=,**[[%PAGE%|%TITLE%]],\n,
 
  |format=,**[[%PAGE%|%TITLE%]],\n,
 
}}
 
}}
 +
</includeonly>
 +
<noinclude>
 +
==Template code==
 +
<pre>
 +
{{#if:{{{3|}}}|
 +
* [[{{{2}}}{{!}}{{{3}}}]]|
 +
* [[{{{2}}}]]}}
 +
{{#dpl:
 +
|debug=1
 +
|{{#ifeq:{{{1}}}|to|linksto={{{2}}}|linksfrom={{{2}}}}}
 +
|format=,**[[%PAGE%|%TITLE%]],\n,
 +
}}
 +
</pre>
 +
 +
 +
== 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
 +
<pre width=100%>
 +
{{#tree:{{Links 1|from|Wgraph}}}}
 +
</pre>
 +
{{#tree:{{Links 1|from|Wgraph}}}}
 +
;To
 +
<pre width=100%>
 +
{{#tree:{{Links 1|to|Wgraph}}}}
 +
</pre>
 +
{{#tree:{{Links 1|to|Wgraph}}}}
 +
;<nowiki>Alias</nowiki>
 +
<pre width=100%>
 +
{{#tree:{{Links 1|to|Wgraph|Foo}}}}
 +
</pre>
 +
{{#tree:{{Links 1|to|Wgraph|Foo}}}}
 +
 +
</noinclude>

Latest revision as of 08:34, 10 August 2010


Template code

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


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 1|from|Wgraph}}}}

{{#tree:


}}

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

{{#tree:


}}

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

{{#tree:


}}