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|I wonder if the Gods are watching us? I hope not. It would be terribly boring for them.|Fane| musing on the divine.}}
Renders asA quote with a character alias.
Markup{{Quote character|Yield to me, and you may rise a servant.|The Red Prince| introduces himself.|alias=Prince}}
Renders asA cited quote.
Markup{{Quote character|The voices... sometimes they scream, sometimes they sing. But they never stop.|Lohse| regarding her condition|cite=Lohse_Origin_Intro}}
Renders asA template formatted in block style using explicitly named parameters.
Markup{{Quote character
| quote = I've got a needle for every name on my list. And I never miss a stitch.
| character = Sebille
| context = , threatening a magister.
}}
Renders asOverride justify value.
Markup{{Quote character
| quote = Glory is mine!
| character = Ifan ben-Mezd
| context = , in battle.
| 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>.webp 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 |