Template:GroupQuote/doc: Difference between revisions

Jump to navigation Jump to search
504 bytes added ,  18:20, 24 February 2010
Updated
mNo edit summary
(Updated)
Line 1: Line 1:
The GroupQuote template is used to display sets of quotations for various locations in Dragon Quest games.  Each game/console combination should have an entirely separate GroupQuote table.   
The GroupQuote template is used to display sets of quotations for a location or character in Dragon Quest games.  Each game/console combination should have an entirely separate GroupQuote table.   


==Usage==
==Usage==
In almost all cases, using this template should be preceded by a '''Quotes''' heading on the article it is being transcluded onto.  This is because there is no label marking the table as quotation data within this template.  This is consistent with other location templates.
In almost all cases, using this template should be preceded by a '''Quotes''' heading on the article it is being transcluded onto.  This is because there is no label marking the table as quotation data within this template.  
===Header===
===Header===
A header call to this template should be the first usage of this template on any page.
A header call to this template should be the first usage of this template on any page.
<pre>{{GroupQuote|header|location=[[Lorasia]]|game=[[Dragon Quest II]]|console=GBC}}</pre>
<pre>{{GroupQuote|header|source=[[Lorasia]]|game=[[Dragon Quest II]]|console=GBC}}</pre>
*header: A required parameter which marks this as the start of a quote table.
*header: A required parameter which marks this as the start of a quote table.
*location: The in-game location where the quotes come from.  Should be an interwiki link where applicable. This parameter is optional.
*source: The source of the quotes.  Can be a character or location.  Should be an interwiki link when possible. An optional parameter.  
*game: The game this group of quotes comes from.
*game: The game this group of quotes comes from.
*console: The console version of the game.
*console: The console version of the game.
Line 15: Line 15:
*entry: A required parameter which marks this as a single teleportal table entry.
*entry: A required parameter which marks this as a single teleportal table entry.
*quote: The text of the quotation.
*quote: The text of the quotation.
*quotee: The person who gave the quote.  Note that many times this will be generic, but try to be descriptive of the person.
*quotee: The person who gave the quote.  Note that many times this will be generic, but try to be descriptive of the person. This parameter is optional when the source is a character.
===Footer===
===Footer===
The footer call marks the end of the Teleportal table.
The footer call marks the end of the Teleportal table.
Line 22: Line 22:
==Example==
==Example==
===Sample===
===Sample===
{{GroupQuote|header|location=[[Tantegel]]|game=[[Dragon Quest]]|console=NES}}
{{GroupQuote|header|source=[[Tantegel]]|game=[[Dragon Quest]]|console=NES}}
{{GroupQuote|entry|quote=Ninjas are the coolest!|quotee=[[Ragnar]]}}
{{GroupQuote|entry|quote=Ninjas are the coolest!|quotee=[[Ragnar]]}}
{{GroupQuote|entry|quote=I remember single sprite map tiles for castles.|quotee=[[King Lars]]}}
{{GroupQuote|entry|quote=I remember single sprite map tiles for castles.|quotee=[[King Lars]]}}
Line 28: Line 28:
===Code===
===Code===
<pre>
<pre>
{{GroupQuote|header|location=[[Tantegel]]|game=[[Dragon Quest]]|console=NES}}
{{GroupQuote|header|source=[[Tantegel]]|game=[[Dragon Quest]]|console=NES}}
{{GroupQuote|entry|quote=Ninjas are the coolest!|quotee=[[Ragnar]]}}
{{GroupQuote|entry|quote=Ninjas are the coolest!|quotee=[[Ragnar]]}}
{{GroupQuote|entry|quote=I remember single sprite map tiles for castles.|quotee=[[King Lars]]}}
{{GroupQuote|entry|quote=I remember single sprite map tiles for castles.|quotee=[[King Lars]]}}
{{GroupQuote|footer}}
</pre>
===Sample===
{{GroupQuote|header|source=[[Pankraz]]|game=[[Dragon Quest V]]|console=SNES}}
{{GroupQuote|entry|quote=Why can't I be the legendary hero?}}
{{GroupQuote|entry|quote=I'm a king! Even though I'm hiding it.}}
{{GroupQuote|footer}}
===Code===
<pre>
{{GroupQuote|header|source=[[Pankraz]]|game=[[Dragon Quest V]]|console=SNES}}
{{GroupQuote|entry|quote=Why can't I be the legendary hero?}}
{{GroupQuote|entry|quote=I'm a king! Even though I'm hiding it.}}
{{GroupQuote|footer}}
{{GroupQuote|footer}}
</pre>
</pre>

Navigation menu