Template:UserLink: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
(Auto links to user pages if they exist)
 
(Allowed for renames)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#ifexist: User:{{{1}}} | [[User:{{{1}}}|{{{1}}}]] | {{{1}}}}}
{{#if: {{{2}}} | {{#ifexist: User:{{{2}}} | [[User:{{{2}}}|{{{1}}}]] | {{{1}}}}} | {{#ifexist: User:{{{1}}} | [[User:{{{1}}}|{{{1}}}]] | {{{1}}}}}}}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Revision as of 14:06, 7 May 2020


Template documentation[view] [edit] [history] [purge]

Using this template, you can create a link to a user page, if a page exists. If the user has a different name, a second name can be listed to rename the link.

Usage

{{UserLink | actual page link}}

{{UserLink | actual page link | shown link}}

Example Usage

{{UserLink | Bloo | Bloo___}}

{{UserLink | Dennis | Denniss}}

{{UserLink | ToffeeMax}}

{{UserLink | ZombiesOnTheBus}}

produces:


Bloo

[1]


Dennis



ToffeeMax



ZombiesOnTheBus

  1. Note, underlines within links are ignored. Linking to Bloo's User page can also be achieved using {{UserLink | Bloo___}}