Template:Poem quote/doc
This is a documentation subpage for Template:Poem quote It may contain usage information, categories and other content that is not part of the original template page. |
A template for quoting poems, song lyrics, and other things that have frequent line breaks and other things that would generally be ignored in standard wiki formatting. Based on {{Quote}}; see there for further usage details.
Example
Markup | Renders as |
---|---|
{{Poem quote |text=<!-- or: 1= -->The sun was shining on the sea, Shining with all his might: He did his very best to make The billows smooth and bright-- And this was odd, because it was The middle of the night. |char=Tweedledum and Tweedledee |sign= Lewis Carroll |source=<!-- or 4= -->Through the Looking-Glass |title=<!-- or: 3= -->The Walrus and The Carpenter |style=<!-- standard CSS style goes here --> }} |
|
Compare with {{Quote}}:
Markup | Renders as |
---|---|
{{Quote |text=<!-- or: 1= -->The sun was shining on the sea, Shining with all his might: He did his very best to make The billows smooth and bright-- And this was odd, because it was The middle of the night. |char=Tweedledum and Tweedledee |sign= Lewis Carroll |source=<!-- or 4= -->Through the Looking-Glass |title=<!-- or: 3= -->The Walrus and The Carpenter |style=<!-- standard CSS style goes here --> }} |
|
Note that while the version above using {{Quote}} may appear to work in some browsers, it does not do so consistently in all of them. Use <poem>...</poem>
– or a template like {{Poem quote}}
that implements it – around material that requires that whitespace formatting be preserved as in the original, such as poems and interlinear glosses. Due to limitations of how MediaWiki parses wikimarkup and HTML, attempts to do this by just inserting blank lines and extra spaces will not work. This is true of all block elements.
(Technical note: Although {{Poem quote}} uses the Tag:#poem
markup rather than using <poem>
, it is functionally the same.)
TemplateData
TemplateData for Poem quote
Adds a block quotation.
Parameter | Description | Type | Status | |
---|---|---|---|---|
text | text 1 quote | The text to quote | Content | required |
char | char | The character being quoted
| Content | suggested |
sign | sign 2 cite author | The person being quoted
| Content | suggested |
title | title 3 | The title of the poem being quoted
| Content | suggested |
source | source 4 | A source for the quote
| Content | suggested |
style | style | Standard CSS style | String | optional |