Difference between revisions of "Template:Quote"
From Project: Gorgon Wiki
Gorgonzola (talk | contribs) m |
Gorgonzola (talk | contribs) (Documented examples for source parameter.) |
||
Line 8: | Line 8: | ||
}}</p> | }} | }}</p> | }} | ||
</blockquote><noinclude> | </blockquote><noinclude> | ||
− | {{clear}} | + | {{clear}}__NOTOC__ |
==Description== | ==Description== | ||
− | + | '''Quote in-game text (NPC talk, lore items, etc) and official sources'''. Often used at top of an NPC article to add a little flavour (lore) to the page. Can also be used to quote developers from blogs/interviews. | |
+ | |||
+ | ==Syntax== | ||
+ | <pre> | ||
+ | {{Quote|source=<source>| | ||
+ | <quote text> | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | ==Parameters== | ||
+ | ; source | ||
+ | : '''Optional'''. Note that this can contain a link, so you can link to dev blog, or to any other wiki page. | ||
==Examples== | ==Examples== | ||
+ | A basic quote without a source: | ||
<pre> | <pre> | ||
{{Quote| | {{Quote| | ||
+ | Quoted message goes here. | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | Quoting an NPC, using source to link to their wiki article: | ||
+ | <pre> | ||
+ | {{Quote|source=[[Ukorga]]| | ||
Well, well, look what the snow blew in. | Well, well, look what the snow blew in. | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | Quoting a developer blog post: | ||
+ | <pre> | ||
+ | {{Quote|source=[http://projectgorgon.com/2014/05/design-issues-still-needing-improvement/ Developer blog]| | ||
+ | I’m leaving the Rage system alone for now, until we have more players grouping up. (...) | ||
}} | }} | ||
</pre> | </pre> |
Revision as of 10:24, 10 October 2014
“Example quoted text.
Description
Quote in-game text (NPC talk, lore items, etc) and official sources. Often used at top of an NPC article to add a little flavour (lore) to the page. Can also be used to quote developers from blogs/interviews.
Syntax
{{Quote|source=<source>| <quote text> }}
Parameters
- source
- Optional. Note that this can contain a link, so you can link to dev blog, or to any other wiki page.
Examples
A basic quote without a source:
{{Quote| Quoted message goes here. }}
Quoting an NPC, using source to link to their wiki article:
{{Quote|source=[[Ukorga]]| Well, well, look what the snow blew in. }}
Quoting a developer blog post:
{{Quote|source=[http://projectgorgon.com/2014/05/design-issues-still-needing-improvement/ Developer blog]| I’m leaving the Rage system alone for now, until we have more players grouping up. (...) }}
Template Demos
There are demonstrations for this template, see Quote Template Demos.