Template:Passive inline/format
Template page
More actions
Template documentation
Meant to be used with the Cargo query in Template:Passive inline.
Examples
| Markup | Renders as |
|---|---|
{{Passive inline/Format
| link = High Spellcasting (+1)
| altname =
}} | High Spellcasting (+1) |
{{Passive inline/Format
| link = Winter's Clutches (passive feature)
| altname = Winter's Clutches
}} | Winter's Clutches |
{{Passive inline/Format
| link = Sparkswall Armour
| item = The Protecty Sparkswall
}} | Sparkswall Armour |
{{Passive inline/Format
| name = Pact of the Blade
| link = Pact of the Blade (passive feature)
| icon = Pact of the Blade passive feature Icon.webp
}} | Pact of the Blade |
Template data
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| link | link | The page of the passive feature. | String | required |
| icon | icon | The icon of the passive feature. If not specified, will default to Generic Feature Icon.webp | File | optional |
| altname | altname | Alternative display name that will override the name | String | optional |
| item | item | If an item icon is to be shown instead, specify it here. | String | optional |
| Width | w | Override the width of the image. | Number | optional |
| Height | h | Override the height of the image. | Number | optional |
| Size | size | Set the size of the image to this by this. | Number | optional |
| Block | block | Whether to wrap the icon and link in a container HTML element. | String | optional |
| Gap | gap | If 'block' is set, the exact gap to use between the icon and link. | Number | optional |
| Nowrap | nowrap | If specified, will add the nowrap css style to the span. | String | optional |