Template:Serverbox: Difference between revisions

From Graal Bible
No edit summary
No edit summary
 
(8 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;"
|-  
|-  
! colspan="2" style="font-size: 110%; padding:5px; text-align: center;" | '''{{{name}}}'''
! colspan="2" style="font-size: 110%; padding:5px; text-align: center;" | '''{{{name}}}'''
|-
| colspan=2 style="text-align:center; padding-bottom:1em;" | [[Image:{{{image}}}{{#ifeq:{{{resizing}}}|no||<nowiki>|</nowiki> 270px}}]]{{#if:{{{caption|}}}|<br/>{{{caption}}}}}
|- valign=top
{{#if:{{{membership|}}}|<nowiki>|</nowiki> '''Membership'''
<nowiki>|</nowiki>  {{{membership}}}}}


|- valign=top
|- valign=top
{{#if:{{{pop|}}}|<nowiki>|</nowiki> '''Population'''
| '''Owner'''
<nowiki>|</nowiki>  {{{pop}}}}}
 
|- valign=top
| '''Main Leader'''
| {{{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
<noinclude>
{{#if:{{{character|}}}|<nowiki>|</nowiki>  '''Character Classes'''
This is a template displaying some common server information for your server.
<nowiki>|</nowiki>  {{{character}}}}}
If you have any suggestions that I should add to it, please leave them in [[User_Talk:Pimmeh| my talk page]].
 
|- valign=top
| '''Theater of Operations'''
| {{{theater}}}


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