Template:Checkuser

Revision as of 23:48, 6 March 2021 by FennecBot (talk | contribs) (Created page with "<noinclude> Checks if user has "edit" right, meaning in most cases it exist. usage: Dependent on the RightFunctions extension. <nowiki>{{Che...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Checks if user has "edit" right, meaning in most cases it exist.

usage: Dependent on the RightFunctions extension.

{{Checkuser|username}}

If the user exist value will be "1", else value will be empty.

Additional params

  • right: check for a right other than edit (defaults to "edit").
  • Then: value to show if user / right exists (defaults to 1).
  • Else: value to show if user / right doesn't exists (defaults to nothing).


Checks if user has "edit" right, meaning in most cases it exist.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
User1

no description

Unknownrequired
rightright

no description

Unknownoptional
thenthen

no description

Unknownoptional
elseelse

no description

Unknownoptional