Template:Building infobox: Difference between revisions
From Corsair Cove Official Wiki
WIP |
WIP |
||
| Line 1: | Line 1: | ||
<div class="cc-infobox-building" style="max-width: 360px; float: right;"> | <includeonly><div class="cc-infobox-building" style="max-width: 360px; float: right;"> | ||
<div class="cc-infobox-builing-header"> | <div class="cc-infobox-builing-header"> | ||
{{Resource icon|Charcoal|size=lg}} | {{Resource icon|Charcoal|size=lg}} | ||
| Line 5: | Line 6: | ||
Materials Building | Materials Building | ||
</div> | </div> | ||
<div class="cc-infobox-building-description"> | <div class="cc-infobox-building-description"> | ||
Is said to have a smouldering gaze. | |||
Gain {{Resource icon|Coin}} immediately, pay it back in bits and bobs with a little extra for the trouble. Don't risk waking the Loan Shark's wrath with a missed payment. | |||
</div> | </div> | ||
<div> | |||
<div style="text-align: center;"> | |||
Provides 20 {{Pirate icon|size=xs}} Housing | |||
</div> | |||
<div style="text-align: center;"> | |||
Hands | Hands | ||
<hr> | <hr> | ||
| Line 20: | Line 29: | ||
|} | |} | ||
</div> | </div> | ||
<div> | |||
Upkeep | <div style="text-align: center;"> | ||
Required Upkeep for Hands | |||
<hr> | <hr> | ||
{| | {| | ||
| Line 27: | Line 37: | ||
|} | |} | ||
</div> | </div> | ||
<div> | |||
<div style="text-align: center;"> | |||
Construction Cost | Construction Cost | ||
<hr> | <hr> | ||
| Line 33: | Line 44: | ||
| 30 {{Resource icon|Planks|size=md}} | | 30 {{Resource icon|Planks|size=md}} | ||
|} | |} | ||
Needs to be placed in [[Fertile Area]] | |||
</div> | </div> | ||
<div> | |||
<div style="text-align: center;"> | |||
Production | Production | ||
<hr> | <hr> | ||
<div | <div style="display: flex; gap: 12px;"> | ||
<div> | <div> | ||
Input | Input | ||
| Line 50: | Line 63: | ||
</div> | </div> | ||
<div> | <div> | ||
{|style="width: 100%; text-align: left;" | {|style="width: 100%; text-align: left;" | ||
! Base production !! 16 | ! Base production (per min.) !! 16 | ||
|- | |- | ||
| Booster: Kindle-Coal || | | Booster: Kindle-Coal || | ||
|- | |||
! Output storage !! 32 | |||
|} | |} | ||
</div> | </div> | ||
</div> | </div> | ||
<div style="text-align: center;"> | |||
Upkeep for Community | |||
<hr> | |||
<div style="display: flex; flex-wrap: wrap; justify-content: space-evenly; gap: 12px;"><!-- | |||
--><span>{{Resource|Stew|size=md}}</span><!-- | |||
--><span>{{Resource|Cassava Bread|size=md}}</span><!-- | |||
--><span>{{Resource|Roast Bird|size=md}}</span><!-- | |||
--><span>{{Resource|Turtle Soup|size=md}}</span> | |||
</div> | </div> | ||
</div></includeonly><noinclude> | |||
Generates an infobox for the building using the supplied data. | |||
== Usage == | |||
=== Example === | |||
<pre><!-- Building infobox template parameters are explained at https://wiki.hoodedhorse.com/Corsair_Cove/Template:Building_infobox | |||
{{Building infobox | |||
|name=Charburner | |||
|category=Materials | |||
|description=Is said to have a smouldering gaze. | |||
|housing= | |||
|hands_fetchers=2 | |||
|hands_greenhands=2 | |||
|hands_masterhands= | |||
|hands_upkeep_1=Stew | |||
|hands_upkeep_1_qty=2 | |||
|hands_upkeep_2= | |||
|construction_1=Planks | |||
|construction_1_qty=30 | |||
|construction_2= | |||
|construction_2_qty= | |||
|construction_3= | |||
|construction_3_qty= | |||
|construction_requires_fertile_area= | |||
|production_input_1= | |||
|production_input_1_qty= | |||
|production_input_2= | |||
|production_input_2_qty= | |||
|production_output= | |||
|production_output_qty= | |||
|production_base_per_min=16 | |||
|production_booster_1=Kindle-Coal | |||
|production_booster_2= | |||
|production_output_storage=32 | |||
|community_upkeep_1= | |||
|community_upkeep_1_qty= | |||
|community_upkeep_2= | |||
|community_upkeep_2_qty= | |||
|community_upkeep_3= | |||
|community_upkeep_3_qty= | |||
|community_upkeep_4= | |||
}}</pre> | |||
{{Building infobox | |||
|name=Charburner | |||
|category=Materials | |||
|description=Is said to have a smouldering gaze. | |||
|housing= | |||
|hands_fetchers=2 | |||
|hands_greenhands=2 | |||
|hands_masterhands= | |||
|hands_upkeep_1=Stew | |||
|hands_upkeep_1_qty=2 | |||
|hands_upkeep_2= | |||
|construction_1=Planks | |||
|construction_1_qty=30 | |||
|construction_2= | |||
|construction_2_qty= | |||
|construction_3= | |||
|construction_3_qty= | |||
|construction_requires_fertile_area= | |||
|production_input_1= | |||
|production_input_1_qty= | |||
|production_input_2= | |||
|production_input_2_qty= | |||
|production_output= | |||
|production_output_qty= | |||
|production_base_per_min=16 | |||
|production_booster_1=Kindle-Coal | |||
|production_booster_2= | |||
|production_output_storage=32 | |||
|community_upkeep_1= | |||
|community_upkeep_1_qty= | |||
|community_upkeep_2= | |||
|community_upkeep_2_qty= | |||
|community_upkeep_3= | |||
|community_upkeep_3_qty= | |||
|community_upkeep_4= | |||
}} | |||
[[Category: Infobox templates]] | |||
</noinclude> | |||
Revision as of 20:58, 29 July 2026
Generates an infobox for the building using the supplied data.
Usage
Example
<!-- Building infobox template parameters are explained at https://wiki.hoodedhorse.com/Corsair_Cove/Template:Building_infobox
{{Building infobox
|name=Charburner
|category=Materials
|description=Is said to have a smouldering gaze.
|housing=
|hands_fetchers=2
|hands_greenhands=2
|hands_masterhands=
|hands_upkeep_1=Stew
|hands_upkeep_1_qty=2
|hands_upkeep_2=
|construction_1=Planks
|construction_1_qty=30
|construction_2=
|construction_2_qty=
|construction_3=
|construction_3_qty=
|construction_requires_fertile_area=
|production_input_1=
|production_input_1_qty=
|production_input_2=
|production_input_2_qty=
|production_output=
|production_output_qty=
|production_base_per_min=16
|production_booster_1=Kindle-Coal
|production_booster_2=
|production_output_storage=32
|community_upkeep_1=
|community_upkeep_1_qty=
|community_upkeep_2=
|community_upkeep_2_qty=
|community_upkeep_3=
|community_upkeep_3_qty=
|community_upkeep_4=
}}
Is said to have a smouldering gaze.
Gain
immediately, pay it back in bits and bobs with a little extra for the trouble. Don't risk waking the Loan Shark's wrath with a missed payment.
Provides 20 Housing
Hands
| Fetchers | Greenhands |
|
|
|
| 2 | 2 |
Production
| Base production (per min.) | 16 |
|---|---|
| Booster: Kindle-Coal | |
| Output storage | 32 |


