Template:Test: Difference between revisions
Jump to navigation
Jump to search
David Mason (talk | contribs) (Created page with "{{ #if: {{{1|}}} | {{ #if: {{#pos:{{{1}}}|http|}} |{{ #set: Test={{{1}}} }} | {{ #if: {{#pos:{{{1}}}|/|}} |{{ #set: Test=<nowiki>[[</nowiki>{{{1}}}<nowiki>]]</nowiki> }} ...") |
David Mason (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ #if: {{{1|}}} | | {{ #if: {{{1|}}} | | ||
{{ #if: {{#pos:{{{1}}}|http|}} | {{ #if: {{#pos:{{{1}}}|http|}} | ||
|{{ #set: Test={{{1}}} }} | | {{ #set: Test={{{1}}} }} | ||
| {{ #if: {{#pos:{{{1}}}|/|}} | | {{ #if: {{#pos:{{{1}}}|/|}} | ||
|{{ #set: Test= | |{{ #set: Test=[[{{{1}}}]] }} | ||
|{{ #set: Test= | |{{ #set: Test=[[User:{{{1}}}]] }} | ||
}} | }} | ||
}} | |||
}} | }} |