Terraria Wiki
Advertisement
Terraria Wiki
Diese Vorlage ist synchronisiert-lokalisiert, d. h. sie ist mit der Version des englischen Terraria Wikis identisch. Änderungen an dieser Vorlage sollten zunächst dort vorgenommen werden.
Siehe Vorlage:Wiki admin/l10n für die Lokalisierung dieser Vorlage.
Template-info Dokumentation Die folgende Dokumentation stammt von der Seite Vorlage:Wiki admin/Dokumentation. (bearbeiten | Versionsgeschichte)
Siehe auch die englische Vorlagenseite: Template:Wiki admin. Sie enthält möglicherweise umfassendere oder aktuellere Informationen.
Important Diese Seite ist nicht oder unvollständig übersetzt.
Hilf mit, indem du den Text übersetzt und anschließend diesen Hinweis entfernst. Dies entfernt diese Seite auch aus der Liste von Seiten mit unzureichender Übersetzung.

This template is used to manage the display of administrators, moderators, etc. on Terraria Wiki:Admin-Liste.

Usage[]

The template has two modes, user registration and user display. The first mode is used to store information about a user, while the second mode is used to display the table rows for a group of users.

User registration[]

{{ wiki admin | group = <group name> | active = y/yes/n/no | user = <user name> | lang = <language spoken by the user> | flag = <displayed flag> | notalk = y/yes | displaytext = <custom text> }}

group

Name of the group that the user belongs to. This can be completely custom and is referenced in the second mode.

active

Whether the user should be displayed in the section of active users or in the section of inactive users.

user

Name of the user.

lang

Language spoken by the user. If this is an ISO 639-1/ISO 639-3 code that is recognized by {{langInfo}}, then the $flag will be set automatically. Omit this parameter if no information about the language should be displayed.

flag

ISO 3166-1 code of the country whose flag should be displayed next to the user's name. The flag's hovertext will be the language as defined by $lang. Note that there might not be a flag image available for all countries and that the country code used in a flag's file name might not be the country's ISO 3166-1 code. See Category:Flags on the Commons wiki for the full list of available flag images.

notalk

Set this parameter to suppress the display of a link to the user's talk page, e.g. if they prefer communicating via UserProfile comments.

displaytext

Custom text displayed in place of the user's name.

User display[]

{{ wiki admin | countgroup/listgroup = <group name> | active = y/yes/n/no }}

countgroup

If this parameter is set, the template will display the number of users in the specified group.

listgroup

If this parameter is set, the template will display a table row for each user in the specified group. The users are sorted alphabetically and duplicate names are discarded.

active

Whether to consider users registered as active or inactive.

Examples[]

Code Result
{{wiki admin|group=sysop|active=y|user=ActiveAdmin1}}
{{wiki admin|group=sysop|active=n|user=InactiveAdmin|lang=ja}}
{{wiki admin|group=sysop|active=y|user=activeAdmin2|notalk=y|lang=en|flag=za}}
{{wiki admin|group=moderator|active=y|user=ActiveModerator|lang=Esperanto|flag=europeanunion}}



{{wiki admin|countgroup=sysop|active=y}} 2
{{wiki admin|countgroup=sysop|active=n}} 1
{{wiki admin|countgroup=moderator|active=y}} 1
{{wiki admin|countgroup=moderator|active=n}} 0
{|
{{wiki admin|listgroup=sysop|active=y}}
|}
ActiveAdmin1
activeAdmin2 Englisch
{|
{{wiki admin|listgroup=moderator|active=y}}
|}
ActiveModerator Esperanto
Advertisement