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



YumeWiki
3,033Articles

Template:Quote/doc: Difference between revisions

m (1 revision imported)
(add references tag)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Description==
==Description==
To use this template, enter the following and fill in the appropriate fields. Most fields left blank will not show up.
To use this template, fill in the appropriate fields. Most fields left blank will not show up.


==Syntax==
==Syntax==
Line 11: Line 11:
</pre>
</pre>


As an alternative, these can be placed in positional order.
==Sample==
==Samples==
{{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"]]
}}
<pre>
<pre>
{{Quote
{{Quote
  | quote  = When you play the game of thrones, you win or you die.
  | quote  = This is a quote.
  | speaker = [[w:c:gameofthrones:Cersei Lannister|Cersei Lannister]]
  | speaker = Example
  | source  = [[w:c:gameofthrones:You Win or You Die|"You Win or You Die"]]
  | source  = <ref>https://example.com</ref>
}}
}}
</pre>
</pre>
or


<pre>
{{Quote
{{Quote
  | When you play the game of thrones, you win or you die.
  | quote  = This is a quote.
  | [[w:c:gameofthrones:Cersei Lannister|Cersei Lannister]]
  | speaker = Example
  | [[w:c:gameofthrones:You Win or You Die|"You Win or You Die"]]
  | source  = <ref>https://example.com</ref>
}}
}}
</pre>


'''References'''
<references></references>


== Technical details ==
<noinclude>[[Category:Template documentation]]</noinclude>
This template uses the [[w: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>__NOEDITSECTION__
<includeonly>[[Category:Quote templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
[[Category:Quote templates]]
</includeonly>

Latest revision as of 08:58, 20 November 2024

Description

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

Syntax

{{Quote
 | quote   = 
 | speaker = 
 | source  = 
}}

Sample

{{Quote
 | quote   = This is a quote.
 | speaker = Example
 | source  = <ref>https://example.com</ref>
}}

“This is a quote.” — Example[1]

References