Template:ContractChainInfobox
Jump to navigation
Jump to search
Usage Examples
| Template Call | Output | ||||||||
|---|---|---|---|---|---|---|---|---|---|
{{ContractChainInfobox
|title = Scrap Mettle
|region = Tradepost - Griffin's Reach
|image = T_UI_IconContracts_Linked_D.png
|issuer = Sarem Urchok
|contracts = Copper Required, Wrecking Crew, Fremen Finds, Testing Limits, Bike Building
}}
|
| ||||||||
{{ContractChainInfobox
|title = Stranded Junk Merchant
|region = Tradepost - The Anvil
|image = T_UI_IconContracts_Default_D.png
|issuer = [[Shahbazi Hoon]]
|contracts = One Man's Trash, Scraps for the Anvil
}}
|
| ||||||||
TemplateData
Renders an infobox for a Contract Chain.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Contract Chain Name | title | Name of the Contract Chain. Defaults to current page. | String | optional |
| Contract Chain Region | region | The region that this Contract belongs to. | String | required |
| Contract Chain Icon | image | Full file name with extension. | File | required |
| Contract Issuer | issuer | Name of the Contract issuer. | String | required |
| Contracts in Chain | contracts | A comma-separated list of the Contracts in this chain. Each listed name should match the corresponding Contract wiki page. | String | required |