Template:Condition inline/format
		
		
		
		
		
		Jump to navigation
		Jump to search
		
Template documentation
Template responsible for formatting {{Condition inline}}. This is intended for internal use by the parent template only.
Examples
| Markup | Renders as | 
|---|---|
| {{Condition inline/format
| page = Bleeding (Condition)
| name = Bleeding
| icon = Bleeding Condition Icon.webp
}}
 | 
 | 
| {{Condition inline/format
| page = Galerian Revelry (Condition)
| name = Galerian Revelry
| icon = Galerian Revelry Condition Icon.webp
| size = 40
}}
 | 
 | 
| {{Condition inline/format
| page = Polymorphed (Condition)
| name = Polymorphed
| icon = Polymorphed Condition Icon.webp
| altname = Shapechanged
}}
 | 
 | 
Template data
Display a block of information about a condition.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | page | Condition page to link to. | Page name | required | 
| name | name | Name of the condition. | String | required | 
| icon | icon | Icon file of the condition. | File | required | 
| altname | altname | An alternative display name for the condition link. | 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 | 


