Template:Serverbox: Difference between revisions

From Graal Bible
No edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>[[Category:Template]]</noinclude>
<includeonly>{| class="darktable" style="float:right; width: 25em; text-align: left;"
<includeonly>{| class="darktable" style="float:right; width: 25em; text-align: left;"
|-  
|-  
Line 4: Line 5:


|- valign=top
|- valign=top
| '''Main Leader'''
| '''Owner'''
| {{{mlead}}}
| {{{mlead}}}


|- valign=top
|- valign=top
| '''Capital'''  
| '''Manager'''
| {{{hq|{{{capital|}}}}}}
| {{{manager}}}


|- valign=top
|- valign=top
| '''Member Races'''  
| '''Server Type'''  
| {{{races}}}
| {{{hq|{{{type|}}}}}}


|- valign=top
| '''Development Status'''
| {{{devstatus}}}
|- valign=top
| '''Hiring'''
| {{{hiring}}}


|- valign=top
|- valign=top
| '''Theater of Operations'''  
| '''Website'''
| {{{theater}}}
| {{{website}}}
 
|}</includeonly>
 
<noinclude>
This is a template displaying some common server information for your server.
If you have any suggestions that I should add to it, please leave them in [[User_Talk:Pimmeh| my talk page]].
 




== Usage ==
Add this code in your article before anything else, and fill in the placeholders.
<pre>{{Serverbox
  | name = Servername
  | mlead = Owner(s)
  | manager = Manager(s)
  | type= Server Genre (RPG/RP/Futuristic, etc.)
  | devstatus= (Alpha, Beta, Release)
  | hiring= (Yes/No)
  | website= (URL)
}}</pre>


|}</includeonly>
</noinclude>

Latest revision as of 16:21, 14 September 2014



This is a template displaying some common server information for your server. If you have any suggestions that I should add to it, please leave them in my talk page.


Usage

Add this code in your article before anything else, and fill in the placeholders.

{{Serverbox
  | name = Servername
  | mlead = Owner(s)
  | manager = Manager(s)
  | type= Server Genre (RPG/RP/Futuristic, etc.)
  | devstatus= (Alpha, Beta, Release)
  | hiring= (Yes/No)
  | website= (URL)
}}