×
Create a new article
Write your page title here:
We currently have 230 articles on Farthest Frontier. Type your article name above or create one of the articles listed here!



    Farthest Frontier

    Template:InfoboxBuilding: Difference between revisions

    Content added Content deleted
    miraheze:farthestfrontier>Cosmic Sloth
    mNo edit summary
    miraheze:farthestfrontier>Cosmic Sloth
    mNo edit summary
    Line 12: Line 12:
    ! style="text-align: left;" | Prerequisite
    ! style="text-align: left;" | Prerequisite
    | {{{prerequisite}}}
    | {{{prerequisite}}}
    |-
    ! style="text-align: left;" | Cost
    | {{{cost}}}
    |-
    |-
    ! style="text-align: left;" | Size
    ! style="text-align: left;" | Size

    Revision as of 17:12, 16 August 2022

    {{{subj}}}
    Category {{{category}}}
    Tier {{{tier}}}
    Prerequisite {{{prerequisite}}}
    Cost {{{cost}}}
    Size {{{size}}}
    Materials {{{materials}}}
    Upkeep {{{upkeep}}}
    Produced Item {{{produced_item}}}
    Occupancy {{{occupancy}}}
    Upgrades To {{{upgrades_to}}}
    Desirability {{{desirability}}}


    This help documentation is transcluded from Template:InfoboxBuilding/doc

    Usage

    This template displays an Infobox for a Building with the following parameters:

    subj
    Name of the building
    img
    Image filename of the building
    category
    Category for the building
    tier
    Tier of the building
    prerequisite
    Any building or other requirement to construct this building
    size
    Actual per-square grid size in game, shorter number being first
    cost
    Embeds Template:InfoboxCost to implement resource cost for initial construction
    upkeep
    Cost to maintain the building
    produced_item
    What resources this building creates
    occupancy
    Details related to total occupancy and associated Profession
    upgrades_to
    The next upgrade of this building
    upgrade_cost
    Embeds Template:InfoboxCost to implement resource cost for upgrades
    desirability
    What impact does this building have on desirability

    Basic Example

    {{InfoboxBuilding
    | subj = Trading Post
    | img = File:Building_TradingPostT1_01.png
    | category = Amenities & Services
    | tier = 2
    | prerequisite = [[Town Center|Town Center - Tier 2]]
    | size = 4x5
    | cost = {{InfoboxCost
    | labor = 80
    | logs = 35
    | stone=  10
    }}
    | upkeep = None
    | produced_item = None
    | occupancy = 1-2 [[Trader|Traders]]
    | upgrades_to = Trading Center
    | upgrade_cost = {{InfoboxCost
    | planks = 100
    | bricks = 50
    | gold = 500
    }}
    | desirability = Neutral
    }}
    
    Trading Post
    Category Amenities & Services
    Tier 2
    Prerequisite Town Center - Tier 2
    Cost style="color:white; text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;font-size: 12px;letter-spacing: .05em;text-shadow: 0px 0px .1em #000; padding-top: 10px ; padding-bottom: 0px ; padding-left: 10px; padding-right : 10px; ;background: rgb(50,66,83); background:linear-gradient(315deg, rgba(50,66,83,1) 0%, rgba(38,50,57,1) 35%, rgba(35,41,54,1) 100%);" Labor

    80

    logs

    35

    stone

    10

    |- ! style="text-align: left;" | Size | 4x5 |- ! style="text-align: left;" | Materials | {{{materials}}} |- ! style="text-align: left;" | Upkeep | None |- ! style="text-align: left;" | Produced Item | None |- ! style="text-align: left;" | Occupancy | 1-2 Traders |- ! style="text-align: left;" | Upgrades To | Trading Center |- ! style="text-align: left;" | Desirability | Neutral |}


    Tabbed Example

    <div style="float: right; width: 25%; margin-left: 3px">{{#tag:tabber|
    Base=
    {{InfoboxBuilding
    | subj = Market
    | img = File:Building_Market_T1.png
    | category = Amenities & Services
    | tier = 1
    | prerequisite = [[Saw Pit]]<br/>[[Storehouse]]
    | size = 4x4
    | cost = {{InfoboxCost
    | planks = 40
    | stone=  10
    }}
    | upkeep = None
    | produced_item = {{Gold}}
    | occupancy = 1 [[Grocer]]<br/> 2 Grocers at Tier 2
    | upgrades_to = Market Square
    | upgrade_cost = {{InfoboxCost
    | planks = 50
    | bricks = 50
    | gold = 250
    }} 
    | desirability = Positive
    }}
    {{!}}-{{!}}
    Upgrade=
    {{InfoboxBuilding
    | subj = Market Square
    | img = File:Building_Market_T2.png
    | category = Amenities & Services
    | tier = Upgrade
    | prerequisite = None
    | size = 4x4
    | cost = {{InfoboxCost
    | planks = 50
    | bricks = 50
    | gold = 250
    }} 
    | upkeep = None
    | produced_item = {{Gold}}
    | occupancy = 2 Grocers
    | upgrades_to = N/A
    | upgrade_cost = N/A
    | desirability = Positive
    }}
    }}
    </div>
    


    <tabber>

    Base=

    Market
    Category Amenities & Services
    Tier 1
    Prerequisite Saw Pit
    Storehouse
    Cost style="color:white; text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;font-size: 12px;letter-spacing: .05em;text-shadow: 0px 0px .1em #000; padding-top: 10px ; padding-bottom: 0px ; padding-left: 10px; padding-right : 10px; ;background: rgb(50,66,83); background:linear-gradient(315deg, rgba(50,66,83,1) 0%, rgba(38,50,57,1) 35%, rgba(35,41,54,1) 100%);"

    planks

    40

    stone

    10

    |- ! style="text-align: left;" | Size | 4x4 |- ! style="text-align: left;" | Materials | {{{materials}}} |- ! style="text-align: left;" | Upkeep | None |- ! style="text-align: left;" | Produced Item | Gold |- ! style="text-align: left;" | Occupancy | 1 Grocer
    2 Grocers at Tier 2 |- ! style="text-align: left;" | Upgrades To | Market Square |- ! style="text-align: left;" | Desirability | Positive |}


    |-| Upgrade=

    Market Square
    Category Amenities & Services
    Tier Upgrade
    Prerequisite None
    Cost style="color:white; text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;font-size: 12px;letter-spacing: .05em;text-shadow: 0px 0px .1em #000; padding-top: 10px ; padding-bottom: 0px ; padding-left: 10px; padding-right : 10px; ;background: rgb(50,66,83); background:linear-gradient(315deg, rgba(50,66,83,1) 0%, rgba(38,50,57,1) 35%, rgba(35,41,54,1) 100%);"

    bricks

    50

    gold

    250

    planks

    50

    |- ! style="text-align: left;" | Size | 4x4 |- ! style="text-align: left;" | Materials | {{{materials}}} |- ! style="text-align: left;" | Upkeep | None |- ! style="text-align: left;" | Produced Item | Gold |- ! style="text-align: left;" | Occupancy | 2 Grocers |- ! style="text-align: left;" | Upgrades To | N/A |- ! style="text-align: left;" | Desirability | Positive |}


    </tabber>

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.