Template:Serverbox: Difference between revisions

From Graal Bible
No edit summary
No edit summary
 
(7 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
{{#if:{{{leaders|}}}|<nowiki>|</nowiki>  '''Secondary Leaders'''
| '''Manager'''
<nowiki>|</nowiki>  {{{leaders}}}}}
| {{{manager}}}


|- valign=top
|- valign=top
| '''Capital'''  
| '''Server Type'''  
| {{{hq|{{{capital|}}}}}}
| {{{hq|{{{type|}}}}}}


|- valign=top
|- valign=top
{{#if:{{{capitals|}}}|<nowiki>|</nowiki> '''Other Major Cities'''
| '''Development Status'''  
<nowiki>|</nowiki> {{{capitals}}}}}
| {{{devstatus}}}


|- valign=top
|- valign=top
{{#if:{{{language|}}}|<nowiki>|</nowiki>  '''Main Language'''
| '''Hiring'''  
<nowiki>|</nowiki> {{{language}}}}}
| {{{hiring}}}


|- valign=top
|- valign=top
{{#if:{{{slang|}}}|<nowiki>|</nowiki> '''Secondary Languages'''
| '''Website'''
<nowiki>|</nowiki> {{{slang}}}}}
| {{{website}}}


|- valign=top
|}</includeonly>
| '''Member Races'''
| {{{races}}}
 
|- valign=top
{{#if:{{{character|}}}|<nowiki>|</nowiki>  '''Character Classes'''
<nowiki>|</nowiki>  {{{character}}}}}


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


|- valign=top
{{#if:{{{affiliation|}}}|<nowiki>|</nowiki>  '''Affiliation'''
<nowiki>|</nowiki> {{{affiliation}}}}}


|- valign=top
{{#if:{{{alignment|}}}|<nowiki>|</nowiki>  '''Alignment'''
<nowiki>|</nowiki> {{{alignment}}}}}


== 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)
}}