Difference between revisions of "Template:Infobox gas nebula/doc"

From EVE University Wiki
Jump to: navigation, search
m (Arin Mara moved page Template:Infobox gas nabula/doc to Template:Infobox gas nebula/doc: Spelling error correction: nabula to nebula)
m (Update sample for required parameters.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
; Description
 +
: This template is used to create an Infobox for [[Gas cloud harvesting]] Gas Nebulae.
  
;Description
+
; Dependencies:
:This template is used to create an Infobox for [[Gas cloud harvesting]] Gas Nabulae.
+
:; Uses
;Dependencies:
+
:: {{T|Infobox}}
:* [[Template:InfoboxCSS]]
+
 
;Syntax
+
; Syntax
<pre><nowiki>{{Infobox gas nabula
+
<pre><nowiki>{{Infobox gas nebula
| name            =
+
| name            =  
| type            =
+
| type            =  
| subtype        =
+
| subtype        =  
| location        =
+
| location        =  
 
| units per cloud =  
 
| units per cloud =  
| sum of units    =
+
| sum of units    =  
| cloud damage    =
+
| cloud damage    =  
| is guarded      =
+
| is guarded      =  
| is deadspaced  =
+
| is deadspaced  =  
 
}}</nowiki></pre>
 
}}</nowiki></pre>
 +
 
; Parameters
 
; Parameters
: <code>name</code>
+
:; name : The name of the Gas Nebula.
:: The name of the Gas Nebula.
+
:; type : The type of gas found in the nebula. One of: Myko, Mykoserocin, Cyto, Cytoserocin, Full or Fullerene.
: <code>type</code>
+
:; subtype : The sub-type of the gas found in the nebula. One of:Amber, Azure, Celadon, Golden, Lime, Malachite, Vermillion, Viridian, C28, C32, C320, C50, C540, C60, C70, C72 or C84.
:: Made up of either Mykoserocin, Cytoserocin or Fullerene Gas.
+
:; location : Region, Constellation, Security Rating or System where the Nebula appears.
: <code>subtype</code>
+
:; units per cloud: How many units of Gas does each Gas Cloud within the Nebula hold. Sort values in ascending order.
:: Made of up either Amber, Azure, Celadon, Golden, Lime, Malachite, Vermillion, Viridian, C28, C32, C320, C50, C540, C60, C70, C72 or C84 Gas.
+
:; sum of units : Sum of all units of Gas within the Nebula.
: <code>location</code>
+
:; cloud damage : How much damage and of what type does the Gas Cloud do when it explodes.
:: Region, Constellation, Security Rating or System where the Nebula appears.
+
:; is guarded : Is the Nebula guarded?
: <code>units per cloud</code>
+
:; is deadspaced : Is the Nebula deadspaced?
:: How many units of Gas does each Gas Cloud within the Nebula hold. Sort values in ascending order.
+
 
: <code>sum of units</code>
+
; Sample
:: Sum of all units of Gas within the Nebula.
+
{{Infobox gas nebula
: <code>cloud damage</code>
 
:: How much damage and of what type does the Gas Cloud do when it explodes.
 
: <code>is guarded</code>
 
:: Is the Nebula guarded?
 
: <code>is deadspaced</code>
 
:: Is the Nebula deadspaced?
 
;Sample output
 
<pre><nowiki>{{Infobox gas nabula
 
 
| name            = Diablo Nebula
 
| name            = Diablo Nebula
 
| type            = Mykoserocin
 
| type            = Mykoserocin
 
| subtype        = Amber
 
| subtype        = Amber
| location        = {{icon|caldari2|24px|Caldari}}Black Rise<br/>[[File:Icon corporation.png|24px|link=]]Malpais<br/>[[File:Icon corporation.png|24px|link=]]Oasa<br/>[[File:Icon corporation.png|24px|link=]]Perrigen Falls<br/>{{icon|caldari2|24px|Caldari}}The Forge<br/>[[File:Icon corporation.png|24px|link=]]The Kalevala Expanse<br/>[[File:Icon corporation.png|24px|link=]]Vale of the Silent
+
| location        = [[File:Logo faction caldari state clean.png|24px|link=]]Black Rise<br>
 +
[[File:Icon corporation.png|24px|link=]]Malpais<br>
 +
[[File:Icon corporation.png|24px|link=]]Oasa<br>
 +
[[File:Icon corporation.png|24px|link=]]Perrigen Falls<br>
 +
[[File:Logo faction caldari state clean.png|24px|link=]]The Forge<br>
 +
[[File:Icon corporation.png|24px|link=]]The Kalevala Expanse<br>
 +
[[File:Icon corporation.png|24px|link=]]Vale of the Silent
 
| units per cloud = 1000, 1000, 1000
 
| units per cloud = 1000, 1000, 1000
 
| sum of units    = 3000
 
| sum of units    = 3000
}}</nowiki></pre>
+
| is guarded      = ?
<pre><nowiki>{{Infobox gas nabula
+
| is deadspaced  = ?
 +
}}
 +
<pre><nowiki>{{Infobox gas nebula
 +
| name            = Diablo Nebula
 +
| type            = Mykoserocin
 +
| subtype        = Amber
 +
| location        = [[File:Logo faction caldari state clean.png|24px|link=]]Black Rise<br>
 +
[[File:Icon corporation.png|24px|link=]]Malpais<br>
 +
[[File:Icon corporation.png|24px|link=]]Oasa<br>
 +
[[File:Icon corporation.png|24px|link=]]Perrigen Falls<br>
 +
[[File:Logo faction caldari state.png|24px|link=]]The Forge<br>
 +
[[File:Icon corporation.png|24px|link=]]The Kalevala Expanse<br>
 +
[[File:Icon corporation.png|24px|link=]]Vale of the Silent
 +
| units per cloud = 1000, 1000, 1000
 +
| sum of units    = 3000
 +
| is guarded      = ?
 +
| is deadspaced  = ?
 +
}}</nowiki></pre> gives ...
 +
 
 +
{{Clear}}
 +
{{Infobox gas nebula
 
| name            = Bandit Nebula
 
| name            = Bandit Nebula
 
| type            = Cytoserocin
 
| type            = Cytoserocin
Line 54: Line 75:
 
| is guarded      = No
 
| is guarded      = No
 
| is deadspaced  = ?
 
| is deadspaced  = ?
}}</nowiki></pre>
+
}}
::gives respectively...
+
<pre><nowiki>{{Infobox gas nebula
{{Infobox gas nabula
 
 
| name            = Bandit Nebula
 
| name            = Bandit Nebula
 
| type            = Cytoserocin
 
| type            = Cytoserocin
Line 66: Line 86:
 
| is guarded      = No
 
| is guarded      = No
 
| is deadspaced  = ?
 
| is deadspaced  = ?
}}
+
}}</nowiki></pre> gives ...
{{Infobox gas nabula
 
| name            = Diablo Nebula
 
| type            = Mykoserocin
 
| subtype        = Amber
 
| location        = {{icon|caldari2|24px|Caldari}}Black Rise<br/>[[File:Icon corporation.png|24px|link=]]Malpais<br/>[[File:Icon corporation.png|24px|link=]]Oasa<br/>[[File:Icon corporation.png|24px|link=]]Perrigen Falls<br/>{{icon|caldari2|24px|Caldari}}The Forge<br/>[[File:Icon corporation.png|24px|link=]]The Kalevala Expanse<br/>[[File:Icon corporation.png|24px|link=]]Vale of the Silent
 
| units per cloud = 1000, 1000, 1000
 
| sum of units    = 3000
 
}}
 
  
<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]<!-- Any categories for the template itself --></includeonly>
+
<includeonly>[[Category:Infobox templates]]<!-- Any categories for the template itself --></includeonly>
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
+
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 08:48, 31 October 2022

Description
This template is used to create an Infobox for Gas cloud harvesting Gas Nebulae.
Dependencies
Uses
{{Infobox}}
Syntax
{{Infobox gas nebula
| name            = 
| type            = 
| subtype         = 
| location        = 
| units per cloud = 
| sum of units    = 
| cloud damage    = 
| is guarded      = 
| is deadspaced   = 
}}
Parameters
name 
The name of the Gas Nebula.
type 
The type of gas found in the nebula. One of: Myko, Mykoserocin, Cyto, Cytoserocin, Full or Fullerene.
subtype 
The sub-type of the gas found in the nebula. One of:Amber, Azure, Celadon, Golden, Lime, Malachite, Vermillion, Viridian, C28, C32, C320, C50, C540, C60, C70, C72 or C84.
location 
Region, Constellation, Security Rating or System where the Nebula appears.
units per cloud
How many units of Gas does each Gas Cloud within the Nebula hold. Sort values in ascending order.
sum of units 
Sum of all units of Gas within the Nebula.
cloud damage 
How much damage and of what type does the Gas Cloud do when it explodes.
is guarded 
Is the Nebula guarded?
is deadspaced 
Is the Nebula deadspaced?
Sample
Diablo Nebula
Type Mykoserocin
Subtype Amber
Location

Logo faction caldari state clean.pngBlack Rise
Icon corporation.pngMalpais
Icon corporation.pngOasa
Icon corporation.pngPerrigen Falls
Logo faction caldari state clean.pngThe Forge
Icon corporation.pngThe Kalevala Expanse

Icon corporation.pngVale of the Silent
Units per Cloud 1000, 1000, 1000
Sum of Units 3000
Guarded ? ?
Deadspaced ? ?
Gas cloud harvesting
{{Infobox gas nebula
| name            = Diablo Nebula
| type            = Mykoserocin
| subtype         = Amber
| location        = [[File:Logo faction caldari state clean.png|24px|link=]]Black Rise<br>
[[File:Icon corporation.png|24px|link=]]Malpais<br>
[[File:Icon corporation.png|24px|link=]]Oasa<br>
[[File:Icon corporation.png|24px|link=]]Perrigen Falls<br>
[[File:Logo faction caldari state.png|24px|link=]]The Forge<br>
[[File:Icon corporation.png|24px|link=]]The Kalevala Expanse<br>
[[File:Icon corporation.png|24px|link=]]Vale of the Silent
| units per cloud = 1000, 1000, 1000
| sum of units    = 3000
| is guarded      = ?
| is deadspaced   = ?
}}

gives ...

Bandit Nebula
Type Cytoserocin
Subtype Amber
Location Low Security Systems in The Forge Region
Units per Cloud 200, 300
Sum of Units 500
Cloud Damage None
Guarded ? No
Deadspaced ? ?
Gas cloud harvesting
{{Infobox gas nebula
| name            = Bandit Nebula
| type            = Cytoserocin
| subtype         = Amber
| location        = Low Security Systems in The Forge Region
| units per cloud = 200, 300
| sum of units    = 500
| cloud damage    = None
| is guarded      = No
| is deadspaced   = ?
}}

gives ...