Template:Reaction inline/format
Jump to navigation
Jump to search
Template documentation
Meant to be used with the Cargo query in Template:Reaction inline.
Examples
| Markup | Renders as |
|---|---|
{{Reaction inline/format
| link = Githyanki Parry
| icon = Parry Unfaded Icon.webp
}} | Githyanki Parry |
{{Reaction inline/format
| link = Warding Flare
| icon = Warding Flare Unfaded Icon.webp
| altname = Supreme Warding Flare
}} | Supreme Warding Flare |
{{Reaction inline/format
| link = Absorb Elements
| icon = Absorb Elements Unfaded Icon.webp
| w = 40
}} | Absorb Elements |
Template data
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| link | link | The page of the reaction. | String | required |
| icon | icon | The icon of the reaction. If not specified, will default to Generic Feature Unfaded Icon.webp | File | optional |
| altname | altname | Alternative display name that will override the name | 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 |


