Template:Quote: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
[[Category:Quote Templates]] | [[Category:Quote Templates]] | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"Quote text": {}, | "Quote text": { | ||
"required": true | |||
}, | |||
"Speaker": {}, | "Speaker": {}, | ||
"Source": {} | "Source": {} | ||
Line 25: | Line 28: | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata></noinclude> | ||
</noinclude> |
Revision as of 17:24, 16 October 2021
Insert the text of the quote here, without quotation marks.
{{Quote}} adds a quote to a page including optional paramaters for Author (attribution) and Linked Source (where the quote is from)
Usage
To use the Quote template use the following layout:
{{Quote|quotetext=|author=|link=}}
The first parameter is the text of the quote, the second parameter is the person (or entity) who said it, and the third parameter is where the quote came from (paste a whole URL here).
Parameters
- quotetext - the text to quote
- author - the author or attribute name
- link - an HTML link to here the quote was originally posted
Examples
Quoted Text
{{Quote|quotetext=Example Text}}
Insert the text of the quote here, without quotation marks.
Quoted Text with Author
{{Quote|quotetext=Example Text|author=Author}}
Insert the text of the quote here, without quotation marks.
Quoted Text with Linked Source
{{Quote|quotetext=Example Text|author=Author name|link=https://www.example.com/}}
Insert the text of the quote here, without quotation marks.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote text | Quote text | no description | Unknown | required |
Speaker | Speaker | no description | Unknown | optional |
Source | Source | no description | Unknown | optional |