Jump to content

Template:Vehicles/doc

From Factory Town 2 Wiki

Summary

[edit]

Unlock Requirements

[edit]

Game Mechanics

[edit]
Title of object
'This is a caption.'
General Info
Cost
4
Inventory Slot(s)
1 slot
Max Capacity
40 Items / slot


{{Vehicles
|image=
|title=Title of object
|caption=''This is a caption.''

|cost=4 [[File:missingImage-128px.png|32px]]
|inventory=1 slot
|capacity=40 Items / slot
}}

Lua Code - Do not copy

{{#invoke:Infobox|main|useDivs=yes
|kind=
|sep=,
|image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}64px]]|[[File:MissingImage-128px.png{{!}}128px]]}}
|title={{{Title|}}}
|caption=''{{{caption|}}}''
|sections=general
|general=cost,inventory,capacity
|cost={{{cost|}}}
|inventory={{{inventory|}}}
|capacity={{{capacity|}}}
|general_label=General Info
|cost_label=Cost
|capacity.label=Max Capacity
}}