×
Create a new article
Write your page title here:
We currently have 16 articles on Polcompball Wiki. Type your article name above or click on one of the titles below and start writing!



Polcompball Wiki

Template:Quote/doc: Difference between revisions

Wiki is in the process of importing stuff

Please be patient

imported>FANDOM
m 1 revision: Starter Wiki Refresh
 
imported>TheGhostOfInky
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 38: Line 38:
== Technical details ==
== Technical details ==
This template uses the [[Help:Lua|Lua templating language]], and more information can be found [[w:c:dev:Global_Lua_Modules/Quote|on the Global Lua Module page]]. '''For a traditional wikitext version of this template, see [[w:c:templates:Template:Quote|Quote on Templates Wiki]]'''.
This template uses the [[Help:Lua|Lua templating language]], and more information can be found [[w:c:dev:Global_Lua_Modules/Quote|on the Global Lua Module page]]. '''For a traditional wikitext version of this template, see [[w:c:templates:Template:Quote|Quote on Templates Wiki]]'''.
<includeonly>[[Category:Templates|{{PAGENAME}}]][[Category:Templates/Quote|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Latest revision as of 08:14, 15 March 2023

Description

[edit]

To use this template, enter the following and fill in the appropriate fields. Most fields left blank will not show up.

Syntax

[edit]
{{Quote
 | quote   = 
 | speaker = 
 | source  = 
}}

As an alternative, these can be placed in positional order.

Samples

[edit]

When you play the game of thrones, you win or you die.

{{Quote
 | quote   = When you play the game of thrones, you win or you die.
 | speaker = [[w:c:gameofthrones:Cersei Lannister|Cersei Lannister]]
 | source  = [[w:c:gameofthrones:You Win or You Die|"You Win or You Die"]]
}}

or

{{Quote
 | When you play the game of thrones, you win or you die.
 | [[w:c:gameofthrones:Cersei Lannister|Cersei Lannister]]
 | [[w:c:gameofthrones:You Win or You Die|"You Win or You Die"]]
}}


Technical details

[edit]

This template uses the Lua templating language, and more information can be found on the Global Lua Module page. For a traditional wikitext version of this template, see Quote on Templates Wiki.