Jump to content

Template:Infobox game: Difference between revisions

From BadWolfMC Wiki
Template>Edessa
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<includeonly>{{Infobox
== When to use==
Place this on any page suitable for the [[:Category:Games|games]] category.  It will add the page to the category, as well as producing the handy info box.
 
Please don't attempt to alter the code for this template unless you really know what you're doing, and you have community consensus.
 
==Usage==
Copy the text below, paste it at the very top of the relevant article, and modify as appropriate:
<pre>
{{Infobox game
|title            = Chess
|image            = chess.png
|caption          = A chess board in action
|inventor        = Bob
|playernumber    = 1-2
|public          = Yes
|locationspecific = Yes
|availability    = On Demand
}}
</pre>
 
Or use this blank template:
<pre>
{{Infobox game
|title            =
|image            =
|caption          =
|inventor        =
|playernumber    = 
|public          =
|locationspecific =
|availability    =
}}
</pre>
 
Note: If you use this template and don't populate all fields, do NOT delete the unused fields - this will only make it difficult for future editors to fill in the additional information later.
 
</noinclude><includeonly>{{Infobox
|name        =  
|name        =  
|bodystyle    =
|bodystyle    =
|icon        = [[File:Mapmarker gamesicon.png|link=Games|Games]]
|title        = {{#if:{{{title|}}}|{{{title|}}}|{{PAGENAME}}}}
|title        = {{#if:{{{title|}}}|{{{title|}}}|{{PAGENAME}}}}
|titlestyle  =  
|titlestyle  =  
Line 46: Line 8:
|caption      = {{{caption|}}}
|caption      = {{{caption|}}}
|captionstyle =  
|captionstyle =  
|headerstyle  = background:#ccf;
|labelstyle  = background:#ddf;
|datastyle    =  
|datastyle    =  
|header1 = About
|header1 = About
|label2  = Inventor
|label2  = Inventor
|data2  = {{#if:{{{inventor|}}}|{{{inventor|}}}|Unknown}}
|data2  = {{#if:{{{inventor|}}}|{{{inventor|}}}|Unknown}}
|label3  = # of Players
|label3  = Category
|data3   = {{{playernumber|}}}
|data3 = {{#if:{{{category|}}}|[[:Category:{{{category|}}}|{{{category|}}}]]|}}
|label4  = Public?
|label4  = # of Players
|data4 = {{{public|}}}
|data4   = {{{playernumber|}}}
|label5  = Location Specific?
|label5  = Public?
|data5  = {{{locationspecific|}}}
|data5  = {{{public|}}}
|label6  = Availability
|label6  = Availability
|data6  = {{{availability|}}}
|data6  = {{{availability|}}}
 
|header7 = Location
}}[[Category:Games]]
|label8  = Location Specific?
|data8  = {{{locationspecific|}}}
|label9  = Server
|data9  = {{#if:{{{server|}}}|[[{{{server|}}}]]|}}
|label10  = Dimension
|data10  = {{{dimension|Gallifrey}}}
|label11  = /res tp
|data11  = {{#if:{{{restp|}}}|[[:Category:Residences|{{{restp|}}}]]|}}
|label12  = Nearest [[warp]]
|data12  = {{#if:{{{nearestwarp|}}}|[[{{{nearestwarp|}}}]]|}}
}}
[[Category:Games]]
{{#if:{{{category|}}}|[[Category:{{{category|}}}|{{PAGENAME}}]]|}}{{#if:{{{restp|}}}|[[Category:Residences]]|}}{{#ifeq:{{{nearestwarp}}}|{{PAGENAME}}|[[Category:Warps]]|}}{{#if:{{{image|}}}||{{images}}}}{{#if:{{{category|}}}||[[Category:pages_in_need_of_categories]]}}
</includeonly>
</includeonly>
<noinclude>{{documentation}}
[[Category:Infobox_templates]]</noinclude>

Latest revision as of 13:08, 6 May 2025