Template:Serverbox: Difference between revisions

From Graal Bible
(New page: I'm learning how to make Wikipedia:Templates. <noinclude>== Documentation == To add this template to a page, simply type the following code: {{tl|X9}} Note, the above will be expa...)
 
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
I'm learning how to make [[Wikipedia:Templates]].
<noinclude>[[Category:Template]]</noinclude>
<includeonly>{| class="darktable" style="float:right; width: 25em; text-align: left;"
|-
! colspan="2" style="font-size: 110%; padding:5px; text-align: center;" | '''{{{name}}}'''


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


|- valign=top
| '''Manager'''
| {{{manager}}}


<noinclude>== Documentation ==
|- valign=top
To add this template to a page, simply type the following code:
| '''Server Type'''
| {{{hq|{{{type|}}}}}}


{{tl|X9}}
|- valign=top
| '''Development Status'''
| {{{devstatus}}}


Note, the above will be expanded upon and is NOT finished.</noinclude>
|- valign=top
| '''Hiring'''
| {{{hiring}}}
 
|- valign=top
| '''Website'''
| {{{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>
 
</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)
}}