Template:Quote/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{tlx|Quote}} adds a quoteto a page including optional paramaters for speaker (attribution) and source (link posted) | |||
== Usage == | == Usage == | ||
To use the Quote template use the following layout: <pre>{{Quote|Quoted Text|Author|Source}}</pre> | |||
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. | |||
== Examples == | |||
=== | ===Quoted Text=== | ||
<code><nowiki>{{Quote|Example Text.}}</nowiki></code> | |||
{{Quote|Example Text.}} | |||
===Quoted Text with Author=== | |||
{{Quote| | <code><nowiki>{{Quote|Quoted Text|Author}}</nowiki></code> | ||
{{Quote|Quoted Text|Author}} | |||
===Quoted Text with Linked Source=== | |||
<code><nowiki>{{Quote|Quoted Text.|[http://www.example.com/]}}</nowiki></code> | |||
{{Quote|Quoted Text.|[http://www.example.com/]}} | |||
===Quoted Text with Author and Linked Source=== | |||
<code><nowiki>{{Quote|Quoted Text.|Author|[http://www.example.com/]}}</nowiki></code> | |||
{{Quote|Quoted Text.|Author|[http://www.example.com/]}} | |||
[[Category:Quote Templates]] | [[Category:Quote Templates]] |
Revision as of 17:30, 16 October 2021
{{Quote}} adds a quoteto a page including optional paramaters for speaker (attribution) and source (link posted)
Usage
To use the Quote template use the following layout:
{{Quote|Quoted Text|Author|Source}}
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.
Examples
Quoted Text
{{Quote|Example Text.}}
“ | “{{{quotetext}}}” |
Quoted Text with Author
{{Quote|Quoted Text|Author}}
“ | “{{{quotetext}}}” |
Quoted Text with Linked Source
{{Quote|Quoted Text.|[http://www.example.com/]}}
“ | “{{{quotetext}}}” |
Quoted Text with Author and Linked Source
{{Quote|Quoted Text.|Author|[http://www.example.com/]}}
“ | “{{{quotetext}}}” |