Difference between revisions of "Quotation"

m
m (Finished incomplete template documentation)
Line 16: Line 16:
 
{{bullet}} '''text''': The quoted text.
 
{{bullet}} '''text''': The quoted text.
  
{{bullet}} '''source''': The source of the quote.
+
{{bullet}} '''source''': The quotation source. Can be a custom value or a predefined value:
 
+
:{{bullet}} '''game''': In-game description.
{{bullet}} '''icon''': Optional. Displays an icon to the left.
+
:{{bullet}} '''website''': Official website.
 
 
{{bullet}} '''icon-size''': Optional. Modifies the size of the icon.
 
 
== Usage ==
 
== Usage ==
<pre>{{quotation|This is a quotation|Source}}</pre>
+
<pre>{{quotation|text=This is a quotation|source=Source}}
{{quotation|This is a quotation|Source}}
+
{{quotation|text=This is a quotation|source=game}}
 +
{{quotation|text=This is a quotation|source=website}}</pre>
 
</noinclude>
 
</noinclude>

Revision as of 16:30, 6 September 2021


Description

This template displays text passages as quotations from an official source.

Parameters

text: The quoted text.

source: The quotation source. Can be a custom value or a predefined value:

game: In-game description.
website: Official website.

Usage

{{quotation|text=This is a quotation|source=Source}}
{{quotation|text=This is a quotation|source=game}}
{{quotation|text=This is a quotation|source=website}}