Template:Production/Doc: Difference between revisions

From Hazeron Wiki
Jump to navigation Jump to search
(Removed TL.)
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
  <nowiki>| Building = </nowiki>
  <nowiki>| Building = </nowiki>
  <nowiki>| Produces = </nowiki>
  <nowiki>| Produces = </nowiki>
<nowiki>| TL = </nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>* </nowiki>
  <nowiki>* </nowiki>
Line 26: Line 25:
* Building = <nowiki>{{{PAGENAME}}}</nowiki>
* Building = <nowiki>{{{PAGENAME}}}</nowiki>
* Produces = <nowiki>{{{PAGENAME}}}</nowiki>
* Produces = <nowiki>{{{PAGENAME}}}</nowiki>
* TL = 1


==Minimal Example==
==Minimal Example==
Line 33: Line 31:
  <nowiki>| Building = </nowiki>
  <nowiki>| Building = </nowiki>
  <nowiki>| Produces = (Example Item)</nowiki>
  <nowiki>| Produces = (Example Item)</nowiki>
<nowiki>| TL = </nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>| Required =</nowiki>
  <nowiki>| Required =</nowiki>
Line 41: Line 38:
  <nowiki>| Building = (Example Building)</nowiki>
  <nowiki>| Building = (Example Building)</nowiki>
  <nowiki>| Produces = </nowiki>
  <nowiki>| Produces = </nowiki>
<nowiki>| TL = </nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>| Required =</nowiki>
  <nowiki>| Required =</nowiki>
Line 51: Line 47:
| Building =  
| Building =  
| Produces = (Example Item)
| Produces = (Example Item)
| TL =
| Consumed =
| Consumed =
| Required =
| Required =
Line 59: Line 54:
| Building = (Example Building)
| Building = (Example Building)
| Produces =  
| Produces =  
| TL =
| Consumed =
| Consumed =
| Required =
| Required =
Line 71: Line 65:
  <nowiki>| Building = [[Refinery]]</nowiki>
  <nowiki>| Building = [[Refinery]]</nowiki>
  <nowiki>| Produces = 10 [[Petrochemicals]]</nowiki>
  <nowiki>| Produces = 10 [[Petrochemicals]]</nowiki>
<nowiki>| TL = 1</nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>* 10 [[Oil]]</nowiki>
  <nowiki>* 10 [[Oil]]</nowiki>
Line 82: Line 75:
  <nowiki>| Building = [[Refinery]]</nowiki>
  <nowiki>| Building = [[Refinery]]</nowiki>
  <nowiki>| Produces = 10 [[Water]]</nowiki>
  <nowiki>| Produces = 10 [[Water]]</nowiki>
<nowiki>| TL = 1</nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>* 10 [[Air]]</nowiki>
  <nowiki>* 10 [[Air]]</nowiki>
Line 96: Line 88:
| Building = [[Refinery]]
| Building = [[Refinery]]
| Produces = 10 [[Petrochemicals]]
| Produces = 10 [[Petrochemicals]]
| TL = 1
| Consumed =
| Consumed =
* 10 [[Oil]]
* 10 [[Oil]]
Line 107: Line 98:
| Building = [[Refinery]]
| Building = [[Refinery]]
| Produces = 10 [[Water]]
| Produces = 10 [[Water]]
| TL = 1
| Consumed =
| Consumed =
* 10 [[Air]]
* 10 [[Air]]
Line 122: Line 112:
  <nowiki>{{Production</nowiki>
  <nowiki>{{Production</nowiki>
  <nowiki>| Building = [[Weapon Smith]]</nowiki>
  <nowiki>| Building = [[Weapon Smith]]</nowiki>
  <nowiki>| Produce = 10 [[Laser Pistol]]</nowiki>
  <nowiki>| Produces = 10 [[Laser Pistol]]</nowiki>
<nowiki>| TL = 6</nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>| Consumed =</nowiki>
  <nowiki>* 10 [[Metal]]</nowiki>
  <nowiki>* 10 [[Metal]]</nowiki>
Line 140: Line 129:
{{Production
{{Production
| Building = [[Weapon Smith]]
| Building = [[Weapon Smith]]
| Produce = 10 [[Laser Pistol]]
| Produces = 10 [[Laser Pistol]]
| TL = 6
| Consumed =
| Consumed =
* 10 [[Metal]]
* 10 [[Metal]]
Line 148: Line 136:
* 10 [[Gems]]
* 10 [[Gems]]
* 10 [[Electronic Part]]s
* 10 [[Electronic Part]]s
| Reqired =
| Required =
* [[Clamp]]
* [[Clamp]]
* [[Screw Driver]]
* [[Screw Driver]]

Latest revision as of 14:24, 29 October 2017

How to use

To use this template, simply copy this into the page.

{{ProductionHeader}}
{{ProductionEntry
| Building = 
| Produces = 
| Consumed =
* 
| Required =
* 
| Optional =
* 
* [[Computer]] (+ output)
* [[Electricity]] (- time)
}}
{{ProductionFooter}}

Then fill in information as need. See the examples below.

A few of the fields can left blank to invoke the default, which is:

  • Building = {{{PAGENAME}}}
  • Produces = {{{PAGENAME}}}

Minimal Example

{{ProductionHeader}}
{{ProductionEntry
| Building = 
| Produces = (Example Item)
| Consumed =
| Required =
| Optional =
}}
{{ProductionEntry
| Building = (Example Building)
| Produces = 
| Consumed =
| Required =
| Optional =
}}
{{ProductionFooter}}
Building Produces Consumed Required Optional
Production/Doc (Example Item)

(Example Building) Production/Doc

Full Example

{{ProductionHeader}}
{{ProductionEntry
| Building = [[Refinery]]
| Produces = 10 [[Petrochemicals]]
| Consumed =
* 10 [[Oil]]
| Required =
| Optional =
* [[Computer]] (+ output)
* [[Electricity]] (- time)
}}
{{ProductionEntry
| Building = [[Refinery]]
| Produces = 10 [[Water]]
| Consumed =
* 10 [[Air]]
* 10 [[Hydrogen]]
| Required =
* [[Electricity]]
| Optional =
* [[Computer]] (+ output)
}}
{{ProductionFooter}}
Building Produces Consumed Required Optional
Refinery 10 Petrochemicals

Refinery 10 Water

Single Entry Example

If only one entry is needed, it is possible to use Template:Production like this:

{{Production
| Building = [[Weapon Smith]]
| Produces = 10 [[Laser Pistol]]
| Consumed =
* 10 [[Metal]]
* 20 [[Plastic]]
* 10 [[Cryo Heat Sink]]
* 10 [[Gems]]
* 10 [[Electronic Part]]s
| Required =
* [[Clamp]]
* [[Screw Driver]]
* [[Computer]]
* [[Electricity]]
| Optional =
}}

End result is the same, just no need to add header and footer.

Building Produces Consumed Required Optional
Weapon Smith 10 Laser Pistol