Difference between revisions of "Template:Quote"
(Blatant copy of wikipedia's quote template. Why didn't we have this one anyway? It should be used for any in-game descriptions on articles.) |
(Shrinking the gap between the quote text and the regular - addition space can be put in if necessary with normal formatting, but otherwise theres excess whitespace all the time.) |
||
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | <blockquote class="templatequote" | + | <includeonly><blockquote class="templatequote" style="font-size:{{#if: {{{large|}}}||{{{size|{{{4|14}}}}}}px}}; margin-bottom:8px">{{{text|{{{1|{{error|Error: No text given for quotation (or equals sign used in the actual argument to an unnamed parameter)}}}}}}}}{{#if:{{{author|{{{2|}}}}}} |<div class="templatequotecite">— {{{author|{{{2|}}}}}}{{#if:{{{source|{{{3|}}}}}} |, <cite> {{{source|{{{3|}}}}}}</cite> }}</div>}}</blockquote></includeonly><noinclude>{{documentation}}<!-- Add cats and interwikis to the /doc subpage, not here! --></noinclude> |
− | |||
− | |||
− | |||
− | }} | ||
− | </blockquote><noinclude> | ||
− | {{documentation}} | ||
− | <!-- Add cats and interwikis to the /doc subpage, not here! --> | ||
− | </noinclude> |
Latest revision as of 13:56, 17 August 2022
Use[edit]
This template adds a block quotation to an article page.
It is a simplified version of Wikipedia's Template:Blockquote.
Parameters[edit]
This template doesn't need the parameters to be named if kept in the right order:
{{quote|Quote text|A name|A source|Size}}
Nevertheless, they can be named if some values do not exist, or contain special characters (e.g. "=
" inside a web address).
Note that the "source" will display a comma and a space in front of it, so it needs to be preceded by an "author".
{{Quote | text = | author = | source = | size = | large = }}
text
: the text to quote.author
: its author.source
: the source of the quote (internal or external links can be used).size
: the prefered font size in pixels (should not be used in articles).large
: used to display the quote in a bigger size (used on top of articles principally). Any value will activate it, but preferably use "yes".
Examples[edit]
Unnamed parameters (normal size)[edit]
{{Quote | Legends say that an old thrumbo is the wisest creature in the universe – it simply chooses not to speak | Thrumbo description| RimWorld }}
produces:
Legends say that an old thrumbo is the wisest creature in the universe – it simply chooses not to speak
— Thrumbo description, RimWorld
Note the gap between the quote the following paragraph.
Large[edit]
{{Quote | text = We want the Ludeon community to be enjoyable, informative, and inviting to as many people as possible, while also supporting respectful disagreement, unpopular views, and edgy content that is posted in good faith. | author = Tynan Sylvester (RimWorld Developer) | source = "[https://ludeon.com/forums/index.php?topic=40838.msg405535#msg405535 Ludeon community rules]", ''ludeon.com/forums'' | large = yes }}
produces:
We want the Ludeon community to be enjoyable, informative, and inviting to as many people as possible, while also supporting respectful disagreement, unpopular views, and edgy content that is posted in good faith.
— Tynan Sylvester (RimWorld Developer), "Ludeon community rules", ludeon.com/forums
Size[edit]
Not to be used in articles.
{{Quote | text = We realize this may be a lot to take in. However, don’t worry. People just like you live full lives in our universe, and our studies have indicated that the great majority of cryptosleepers do adapt within a few years and make good lives for themselves. So - welcome! | author = "Welcome!" | source = [[Lore#Cryptosleep Revival Briefing|Cryptosleep Revival Briefing]] | size = 10 }}
produces:
We realize this may be a lot to take in. However, don’t worry. People just like you live full lives in our universe, and our studies have indicated that the great majority of cryptosleepers do adapt within a few years and make good lives for themselves. So - welcome!
— "Welcome!", Cryptosleep Revival Briefing
The above documentation is transcluded from Template:Quote/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |