Help:UserLinks

From UnrealAdminWiki

There are a couple of ways to create a user link. Often there's no need to create an explicit link to a user. Usually you just use the signature code [[profile:575|El_Muerte]]: which automatically creates the proper user link for you.

The following codes can be used to link to a user's profile page.

Profile tag

[[profile:''id'']]

Optionally you can add a pipe to also make the actual name visible when editing the page:

[[profile:''id''|''username'']]

However the username is only there for cosmetic reasons. The last option is always used for the signature code.

User tag

[[user:''username'']]

The username can only contains valid title characters. So if the username contains a [ or ] it will not work. Therefor a little magic has been added, the following trick will always work:

[[user:?|''username'']]

Examples

[[profile:575]]
[[profile:575|some text]]
[[user:El_Muerte]]
[[user:El_Muerte|some text]]
[[user:?|El_Muerte]]


This produces:

El_Muerte

some text

El_Muerte

El_Muerte

El_Muerte

the UnrealAdmin Page
History
  • Help:UserLinks