Template:REVISIONUSER2

From Hârn
Jump to navigation Jump to search

Mitchell Gore

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

The magic word {{REVISIONUSER}} gives poor formatting and fails in wikilinks if the username starts with an asterisk '*' or semicolon ';'. This template is a workaround. It is not needed if phab:T28781 is fixed.

Usage[edit source]

Use {{REVISIONUSER2}} instead of {{REVISIONUSER}}

Use {{REVISIONUSER2|pagename}} instead of {{REVISIONUSER:pagename}}

Note the pipe instead of a colon.

Example[edit source]

Suppose you want to link the last editor of User:*Treker/sandbox.

[[User:{{REVISIONUSER2|User:*Treker/sandbox}}]] produces:

User:Mitchell Gore

For comparison, [[User:{{REVISIONUSER:User:*Treker/sandbox}}]] produces:

User:Mitchell Gore

The latter fails if the last editor is *Treker and phab:T28781 is unfixed.

Usernames starting with * [1] or ; [2] are relatively rare. {{REVISIONUSER}} may work correctly if it is not in the output but only used in a test during processing.

External links[edit source]