Difference between revisions of "Template:Admin"

From NSV13
Jump to navigationJump to search
imported>Atlanta-Ned
(Hold onto yer butts, kids.)
 
(rename Seniormin to GM)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="{{{#switch: Rank | head = color: #AA0000; | coder = color: #669900; | color: #9570c0;}}}">
+
<span style="{{#switch: {{{Rank}}}
{{{Name|No name provided}}} • {{{Feedback|No feedback link given}}} ''{{{Notes|}}}''
+
| TrialAdmin = color: #11806a;
</div>
+
| GameAdmin = color: #FFF; background: #1abc9c;
 +
| GameMaster = color: #FFF; background: #ad1457;
 +
| HeadAdmin = color: #FFF; background: #9c2323;
 +
| HeadCoder = color: #FFF; background: #9b59b6;
 +
| ProjectLead = color: #FFF; background: #32c8fd;
 +
| Host = color: #FFF; background: #9b59b6;
 +
| #default = color: #11806a;
 +
}} font-weight: bold; padding: 2px 3px; border-radius: 3px;">{{{Name|No name provided}}}</span> • {{{Rank|Peasant}}} {{#if: {{{Note|}}} | • ''{{{Note}}}''}}
  
 
<noinclude>This template is meant as a way to quickly list an administrator and relevant links.
 
<noinclude>This template is meant as a way to quickly list an administrator and relevant links.
Line 8: Line 15:
  
 
<pre>{{Admin
 
<pre>{{Admin
|Name=Hornygranny
+
|Name=name
|Rank=head
+
|Rank=HeadAdmin}}</pre>
|Feedback=[https://tgstation13.org/phpBB/viewtopic.php?f=37&t=244 Feedback Thread]}}</pre>
 
  
 
...yields:
 
...yields:
 
{{Admin
 
{{Admin
|Name=Hornygranny
+
|Name=name
|Rank=head
+
|Rank=HeadAdmin}}
|Feedback=[https://tgstation13.org/phpBB/viewtopic.php?f=37&t=244 Feedback Thread]}}
 
  
 
And default rank:
 
And default rank:
 
<pre>{{Admin
 
<pre>{{Admin
|Name=Shaps
+
|Name=name}}</pre>
|Feedback=[https://tgstation13.org/phpBB/viewtopic.php?f=37&t=4603 Feedback Thread]}}</pre>
 
  
 
...yields:
 
...yields:
 
{{Admin
 
{{Admin
|Name=Shaps
+
|Name=name}}
|Feedback=[https://tgstation13.org/phpBB/viewtopic.php?f=37&t=4603 Feedback Thread]}}
 
  
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 17:46, 21 April 2020

No name provided • Peasant

This template is meant as a way to quickly list an administrator and relevant links.

Usage[edit source]

{{Admin
|Name=name
|Rank=HeadAdmin}}

...yields: name • HeadAdmin


And default rank:

{{Admin
|Name=name}}

...yields: name • Peasant