Difference between revisions of "Template:Quote/doc"
Line 1: | Line 1: | ||
− | + | This template adds a [[wikipedia:block quotation|block quotation]] to an article page. | |
− | + | == Parameters == | |
+ | <pre> | ||
+ | {{Quote | ||
+ | | text = | ||
+ | | sign = | ||
+ | | source = | ||
+ | | size = | ||
+ | }} | ||
+ | </pre> | ||
− | < | + | *<code>text</code> is the text to quote. |
+ | **<code>quote</code> can be substituted for <code>text</code> | ||
+ | *<code>sign</code> is its author. | ||
+ | **<code>cite</code> can be substituted for <code>sign</code> | ||
+ | *<code>source</code> is the source of the quote (internal or external links can be used). | ||
+ | *<code>size</code> is the prefered font size, entered as a number | ||
− | === | + | == Examples == |
+ | === Basic use === | ||
+ | <pre> | ||
+ | {{quote | ||
+ | | text = Fast human-sized combat mechanoids built for medium and long-range combat. Their bodies are light, making them vulnerable targets at close range - especially in melee combat. | ||
+ | }} | ||
+ | </pre> | ||
+ | produces: | ||
+ | {{quote | ||
+ | | text = Fast human-sized combat mechanoids built for medium and long-range combat. Their bodies are light, making them vulnerable targets at close range - especially in melee combat. | ||
+ | }} | ||
− | <pre>{{quote| | + | === Author displayed === |
+ | <pre> | ||
+ | {{quote | ||
+ | | text = The best historians of the Ordo Historia believe that humanity first left its origin planet Earth about 3,400 years ago. | ||
+ | | sign = [[Lore#Cryptosleep Revival Briefing|Cryptosleep Revival Briefing]] | ||
+ | }} | ||
+ | </pre> | ||
+ | produces: | ||
+ | {{quote | ||
+ | | text = The best historians of the Ordo Historia believe that humanity first left its origin planet Earth about 3,400 years ago. | ||
+ | | sign = [[Lore#Cryptosleep Revival Briefing|Cryptosleep Revival Briefing]] | ||
+ | }} | ||
− | + | === Author and source displayed === | |
− | + | <pre> | |
− | {{quote| | + | {{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. | |
− | + | | sign = Tynan Sylvester (RimWorld Developer) | |
− | + | | source = "[https://ludeon.com/forums/index.php?topic=40838.msg405535#msg405535 Ludeon community rules]", ludeon.com/forums | |
− | + | }} | |
− | + | </pre> | |
− | + | produces: | |
− | + | {{quote | |
− | {{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. |
− | + | | sign = Tynan Sylvester (RimWorld Developer) | |
− | + | | source = "[https://ludeon.com/forums/index.php?topic=40838.msg405535#msg405535 Ludeon community rules]", ludeon.com/forums | |
− | + | }} | |
− | + | === Size === | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<pre> | <pre> | ||
− | {{quote|text= | + | {{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! | |
− | + | | sign = "Welcome!" | |
− | + | | source = [[Lore#Cryptosleep Revival Briefing|Cryptosleep Revival Briefing]] | |
− | {{quote|text= | + | | size = 10 |
− | + | }} | |
+ | </pre> | ||
+ | produces: | ||
+ | {{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! | ||
+ | | sign = "Welcome!" | ||
+ | | source = [[Lore#Cryptosleep Revival Briefing|Cryptosleep Revival Briefing]] | ||
+ | | size = 10 | ||
+ | }} | ||
+ | <includeonly> | ||
+ | [[Category:Templates]] | ||
+ | </includeonly> |
Revision as of 05:44, 4 September 2021
This template adds a block quotation to an article page.
Parameters
{{Quote | text = | sign = | source = | size = }}
text
is the text to quote.quote
can be substituted fortext
sign
is its author.cite
can be substituted forsign
source
is the source of the quote (internal or external links can be used).size
is the prefered font size, entered as a number
Examples
Basic use
{{quote | text = Fast human-sized combat mechanoids built for medium and long-range combat. Their bodies are light, making them vulnerable targets at close range - especially in melee combat. }}
produces:
Fast human-sized combat mechanoids built for medium and long-range combat. Their bodies are light, making them vulnerable targets at close range - especially in melee combat.
Author displayed
{{quote | text = The best historians of the Ordo Historia believe that humanity first left its origin planet Earth about 3,400 years ago. | sign = [[Lore#Cryptosleep Revival Briefing|Cryptosleep Revival Briefing]] }}
produces:
The best historians of the Ordo Historia believe that humanity first left its origin planet Earth about 3,400 years ago.
Author and source displayed
{{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. | sign = Tynan Sylvester (RimWorld Developer) | source = "[https://ludeon.com/forums/index.php?topic=40838.msg405535#msg405535 Ludeon community rules]", ludeon.com/forums }}
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.
Size
{{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! | sign = "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!