Template:ItemTile
Usage Examples
| Template Call | Output |
|---|---|
{{ItemTile/Menu|image=T_UI_IconContracts_D.png|title=Contracts}}
|
|
{{ItemTile/Quest|image=T_UI_TarotCards_WakeTheSleeper_Complete_D.png|title=The Fall of the Proteus}}
|
|
{{ItemTile/Codex|image=T_UI_TarotCards_Dunipedia_CoreConcepts_D.png|title=The Imperium|text=
'''1. Lesson from the Count Santiago Argosaz to his son'''
...
}}
|
1. Lesson from the Count Santiago Argosaz to his son
Look at the sky. What do you see? The same thing as the fisherman toiling in the coldest glaciers of Lankiveil, and the same thing as the noblewoman in her gilded palace on Poritrin; three or four millions of light years apart. All that you see up there—every single star—is the Imperium. It is eternal, and ordered, and just. A governing system perfected over tens of thousands of years. It is the very fabric of our society, we speak the same tongue, trade with the same coin. Our Great Padishah Emperor Shaddam IV rules us all; all of our Houses as such follow the guidance of the venerable House Corrino, the House of Emperors. Remember your place, always; as per the rule of the faufreluches: "A place for every man, and every man in his place." Yours, as my heir, will be to guide our people. Were you to fail in that duty, the Padishah Emperor, the great judge of us all, will waste no time punishing you swiftly. Remember Zanovar. Remember Ix. 2. Letter from the Princess Irulan to Margot Fenring I have things under control again. All it cost me was another day of endless private audiences with the Houses, cajoling… bribing… reassuring… promising… On the surface, the Landsraad is as supportive of the Padishah Emperor's wars as it has ever been. But the trained eye can decipher the furrowing of calculating brows, and the trained ear the dissenting murmurs amongst the nobility. The Imperium is bloated. It is inefficient. It is vulnerable. They can sense that there is something more to those attacks than my father's excuses. There is, somewhere, a fault line to exploit. For now they still listen. For now. They are wondering. And so am I.The Imperium
![]() |
TemplateData
This template displays a clickable image tile with a linked label.
The following subtemplates have been defined and should be used for their corresponding types:
- Template:ItemTile/Menu for menu templates like Template:MainMenu.
- Template:ItemTile/Quest for Quests.
- Template:ItemTile/Codex integrates a toggleable text panel, for use on the Codex page.
NOTE: A lot of the parser logic may seem overly complicated, but they are all necessary to handle the potential colon at the front of :Category links properly.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Item Icon | image | Image icon of this item. Specify the full file name with extension.
| File | required |
| Item Name | title | Displayed name of the item. Used as the link target as well if `link` is not specified. | String | required |
| Link | link | Overrides `title` as the link target. Supports Category links using the `:Category:Name` format. | Page name | optional |
| Suppress Link | nolink | Prevent the title and image from being linked to any target page.
| Boolean | optional |
| Label | label | Position of display label relative to the image.
| String | optional |
| Width | width | Width of the tile. Units must be specified.
| Number | optional |
| Font Size | font | Font size of the display label. Units must be specified.
| String | optional |
| Bolded text | bold | Whether the display label is bolded.
| Boolean | optional |

