Template:Opening Quote/doc: Difference between revisions
More actions
Created page with "<templatedata> { "description": "Displays an opening pull quote for an episode or chapter article. For dialogue or advanced features, use {{StructuredQuote}} instead.", "params": { "text": { "label": "Quote text", "description": "The quoted text.", "type": "content", "required": true }, "speaker": { "label": "Speaker(s)", "description": "Comma-separated list of speakers (wikitext links accepted). E.g. Fry, Bender", "type"..." |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
==Description== | |||
A template for displaying an opening pull quote at the top of an episode or chapter article. Built on the same parameters as ''<nowiki>{{StructuredQuote}}</nowiki>''. | |||
If you want the full feature set (Cargo storage, image support, dialogue formatting), use ''<nowiki>{{StructuredQuote}}</nowiki>'' or ''<nowiki>{{#SQuote:}}</nowiki>'' directly instead. | |||
See https://community.fandom.com/wiki/Help:Structured_Quotes for more information about Structured Quotes. | |||
==Syntax== | |||
<pre> | |||
{{Opening_Quote | |||
| text = | |||
| speaker = Speaker 1, Speaker 2, ... | |||
| attribution = | |||
| source = | |||
}} | |||
</pre> | |||
==Sample== | |||
{{Opening_Quote | |||
| text = Fry: How can I live my life if I can't tell good from evil? <br> | |||
Bender: Ah, they're both fine choices whatever floats your boat. | |||
| image = Repugnant.png | |||
| speaker = [[Fry]], [[Bender]] | |||
| location = Season 1, Episode 9 | |||
| source = [[Futurama]] | |||
}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Revision as of 21:38, 21 March 2026
Description
A template for displaying an opening pull quote at the top of an episode or chapter article. Built on the same parameters as {{StructuredQuote}}.
If you want the full feature set (Cargo storage, image support, dialogue formatting), use {{StructuredQuote}} or {{#SQuote:}} directly instead.
See https://community.fandom.com/wiki/Help:Structured_Quotes for more information about Structured Quotes.
Syntax
{{Opening_Quote
| text =
| speaker = Speaker 1, Speaker 2, ...
| attribution =
| source =
}}
Sample
Fry: How can I live my life if I can't tell good from evil?
Bender: Ah, they're both fine choices whatever floats your boat.
Displays an opening pull quote for an episode or chapter article. For dialogue or advanced features, use {{StructuredQuote}} instead.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Quote text | text | The quoted text. | Content | required |
| Speaker(s) | speaker | Comma-separated list of speakers (wikitext links accepted). E.g. [[Fry]], [[Bender]] | Content | required |
| Attribution | attribution | Additional attribution context (wikitext links, comma-separated). | Content | suggested |
| Location | location | Specific location within the source, e.g. season and episode number. | Content | suggested |
| Image | image | Filename of an image to display to the left of the quote (e.g. Repugnant.jpg). | File | suggested |
| Image caption | imagecaption | Caption displayed beneath the image. | String | suggested |
| Source | source | The work the quote is from (wikitext link). | Content | suggested |
