Template:Quote character
- {{DiQ}}
This template is a subtype of Template:Quote fancy specifically for character quotes.
Examples
The typical format of a quote.
Markup{{Quote character|There's a gust of Weave about you, but it's a mere breeze. I need a tempest.|Gale|'s hunger for powerful magic.}}
Renders asA quote with a character alias.
Markup{{Quote character|Who am I? Your only chance of survival.|Lae'zel| introduces herself.|alias=Bae'zel}}
Renders asA cited quote.
Markup{{Quote character|Another Bhaalspawn, buried by our hand. Bhaal should learn better than to send his offspring against us - they might as well be babes, dropped bare-bottom into the Rashemen winter.|Minsc| after winning|alias=Boo's Pet|cite=Minsc_InParty}}
Renders asA template formatted in block style using explicitly named parameters.
Markup{{Quote character
| quote = Avernus was never my home. It was my prison. I'm free now. AND I'M NEVER GOING BACK.
| character = Karlach
| context = , confronting servants of Zariel.
}}
Renders asOverride justify value.
Markup{{Quote character
| quote = Avernus was never my home. It was my prison. I'm free now. AND I'M NEVER GOING BACK.
| character = Karlach
| context = , confronting servants of Zariel.
| justify = left
}}
Renders asTemplate data
Display a character quote with accompanying portrait
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Quote | 1 quote | The quote | String | required |
| Character | 2 character | The author of the quote. This must be a character with an accompanying Portrait <character>.png file. | String | required |
| Context | 3 context | Some additional context to append to the quote attribution. | String | optional |
| Alias | alias | An alias to use for the character for cases when the character name does not match the corresponding page exactly. | String | optional |
| Citation | cite | Source Dialogue UID. | String | optional |
| Image | image | Override the image. | Unknown | optional |
| Justify | justify | Override justify value (default center). | Unknown | optional |