Difference between revisions of "Template:Links 1"
From FollowTheScore
(New page: {{#if:{{{3|}}}| * [[{{{2}}}{{!}}{{{3}}}]]| * [[{{{2}}}]]}} {{#dpl: |debug=1 |{{#ifeq:{{{1}}}|from|linksfrom={{{2}}}|linksto={{{2}}}}} |format=,**%TITLE%,\n, }}) |
(Adding <includeonly> and starting doc) |
||
| Line 1: | Line 1: | ||
| + | <includeonly> | ||
{{#if:{{{3|}}}| | {{#if:{{{3|}}}| | ||
* [[{{{2}}}{{!}}{{{3}}}]]| | * [[{{{2}}}{{!}}{{{3}}}]]| | ||
| Line 7: | Line 8: | ||
|format=,**[[%PAGE%|%TITLE%]],\n, | |format=,**[[%PAGE%|%TITLE%]],\n, | ||
}} | }} | ||
| + | </includeonly> | ||
| + | <noinclude> | ||
| + | Function code: | ||
| + | <pre> | ||
| + | {{#if:{{{3|}}}| | ||
| + | * [[{{{2}}}{{!}}{{{3}}}]]| | ||
| + | * [[{{{2}}}]]}} | ||
| + | {{#dpl: | ||
| + | |debug=1 | ||
| + | |{{#ifeq:{{{1}}}|from|linksfrom={{{2}}}|linksto={{{2}}}}} | ||
| + | |format=,**[[%PAGE%|%TITLE%]],\n, | ||
| + | }}</pre> | ||
| + | </noinclude> | ||
Revision as of 16:50, 17 October 2007
Function code:
{{#if:{{{3|}}}|
* [[{{{2}}}{{!}}{{{3}}}]]|
* [[{{{2}}}]]}}
{{#dpl:
|debug=1
|{{#ifeq:{{{1}}}|from|linksfrom={{{2}}}|linksto={{{2}}}}}
|format=,**[[%PAGE%|%TITLE%]],\n,
}}