Difference between revisions of "Template:Infobox/doc"
Jump to navigation
Jump to search
(→Example: added tier) |
(→Example: added tier) |
||
| Line 225: | Line 225: | ||
|lstorage=0 | |lstorage=0 | ||
|upgrades={{Gc|Overclocker upgrade}} | |upgrades={{Gc|Overclocker upgrade}} | ||
|tier=3 | |||
|prevtier={{Gc|Generator}} | |prevtier={{Gc|Generator}} | ||
|nexttier={{Gc|[Macerator 9000!\It's amazing!]Macerator}} | |nexttier={{Gc|[Macerator 9000!\It's amazing!]Macerator}} | ||
Revision as of 21:51, 5 February 2021
Generate an Infobox to insert information about Blocks and Items in. Should be called from {{Block}} for block pages and {{Item}} for item pages, so that the categories are added correctly.
Parameters[edit]
| Infobox | |
|---|---|
| Properties | |
| Type | ?
|
| Stackable | Yes (64)
|
| Technical Details | |
| UU Cost | {{{uu_cost}}} |
| First appearance | ? |
| ID | IC2:{{{id}}} |
|
| |
Full, blank parameters to be copied into pages:
{{Infobox
|title=
|image=
|invimage=
|invimage2=
|invimage3=
|invimage4=
|type=
|tool=
|tool2=
|armorrating=
|armortoughness=
|damage=
|durability=
|mininglevel=
|stackable=
|flammable=
|danger=
|protection=
|storageslots=
|lstorage=
|upgrades=
|tier=
|prevtier=
|nexttier=
|maxeu=
|eu_use=
|eu_use2=
|storage=
|eu_produce=
|maxout=
|maxhu=
|hu_use=
|hu_use2=
|hu_produce=
|maxku=
|ku_use=
|ku_use2=
|ku_produce=
|optime=
|uu=
|firstappearance=
|lastappearance=
|id=
|fluidspeed=
|movespeed=
}}
Parameters with defaults as None won't show when the Infobox is on a page!
| Parameter | Function | Default value |
|---|---|---|
title |
Only needed to change the title from the page name | {{BASEPAGENAME}}
|
image |
Big image of the block (it's scaled to 148px) | {{BASEPAGENAME}}_ig.png if it exists, otherwise Picture na.png (linking to the page where to upload the missing image)
|
invimage |
Image for object in inventory. | {{Gc|{{BASEPAGENAME}}}} if it exists, otherwise an empty inventory square
|
invimage2 |
2nd Image for object in inventory. | None |
invimage3 |
3rd Image for object in inventory. | None |
invimage4 |
4th Image for object in inventory. | None |
type |
Type (Block/Machine/Item/etc.) | ?
|
tool |
Desired tool to break with | ?
|
tool2 |
Second tool to break with | None |
armorrating |
Armour protectiveness | None |
armortoughness |
Armour toughness | None |
damage |
Damage (for weapons) | None |
durability |
Durability (for tools) | None |
mininglevel |
Tool mining level | None |
stackable |
If the object is stackable | Yes (64)
|
flammable |
If the object is flammable, set None to hide | No
|
danger |
Block/Item danger (ie radiation) | None |
protection |
Protection needed (from danger) | None |
storageslots |
Number of item storage slots | None |
lstorage |
Liquid storage (for tanks) | None |
upgrades |
Upgrades, use {{Gc}} for each block/item |
None |
upgrades |
Tier (1, 2, 3, 4, 5, LV, MV, HV, EV, IV) | None |
prevtier |
Previous tier item, use {{Gc}} |
None |
nexttier |
Next tier item, use {{Gc}} |
None |
maxeu |
Maximum EU input before explosion | None |
eu_use |
EU use per tick | None |
eu_use2 |
Additional detail line | None |
storage |
How much EU that be can stored | None |
eu_produce |
How much EU is produced | None |
maxout |
Maximum EU output | None |
maxhu |
Maximum Heat input | None |
hu_use |
Heat usage per tick | None |
hu_use2 |
Additional detail line | None |
hu_produce |
Heat production per tick | None |
maxku |
Maximum KU input | None |
ku_use |
KU usage per tick | None |
ku_use2 |
Additional detail line | None |
ku_produce |
KU production per tick | None |
optime |
Time taken per operation (seconds) | None |
uu, uu_cost |
UU needed to replicate item Set to either no, n/a, or none if it can't be replicated |
None |
firstappearance |
Version object was added | None |
lastappearance |
Last version before object was removed | None |
id |
The block/item ID | None |
fluidspeed |
Speed of fluid | None |
movespeed |
Speed of player in the fluid | None |
Example[edit]
| Code | Result | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Infobox
|title=Macerator
|image=Macerator_ig.png
|invimage=Macerator
|invimage2=Compressor
|invimage3=Extractor
|invimage4=Canning Machine
|type=Machine
|tool=wrench
|tool2=pick
|armorrating=5
|armortoughness=3
|damage=5 Hearts
|durability=300
|mininglevel=Redstone
|stackable=Yes (16)
|flammable=Yes
|danger=Loud
|protection=Turn down sound
|storageslots=3
|lstorage=0
|upgrades={{Gc|Overclocker upgrade}}
|tier=3
|prevtier={{Gc|Generator}}
|nexttier={{Gc|[Macerator 9000!\It's amazing!]Macerator}}
|maxeu=32
|eu_use=2
|eu_use2=3 EU/t with lava
|storage=500
|eu_produce=5
|maxout=128
|maxhu=50
|hu_use=50
|hu_use2=Any less won't work
|hu_produce=0-100
|maxku=25
|ku_use=5
|ku_use2=On average
|ku_produce=10-30
|optime=10
|uu=52 mB
|firstappearance=IC1
|lastappearance=IC3
|id=blockMachine@1
|fluidspeed=5
|movespeed=2
}}
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.
