You are viewing the MafiaScum.net Wiki. To play the game, visit the forum.

Template:U

From MafiaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This template links to a page of the user with username {{{1}}}.

  • It will first check for a wiki page [[User:username]], and link to it if it exists.
  • If the above is a redlink, it will check if there is a wiki page at [[username]] (without the User: prefix), and link to it if it exists.
  • If the above is a redlink, too, it will link to the user's profile page on the forum.

{{{1}}}

The user name. Spaces need to be replaced with   to work properly; %20 also works but requires using the second parameter below to look good.

{{{2}}}

The displayed text. If not specified, {{{1}}} is used.

Note that this uses #ifexist parser functions (always one, and maybe two), which are considered expensive. As a result, if more than $wgExpensiveParserFunctionLimit of these are used on a page (which is 100 as of this edit), the later ones will assume the wiki pages don't exist and act accordingly. (Note that this is 100 pages checked for, not 100 template usages - so checking for the same page 100 times counts as 1.)