Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Blockquote: Difference between revisions

Template page
(Created page with "{{Quote|{{{1}}}|{{{2|}}}|blockquote=true}}<noinclude> ==Usage== <pre> {{blockquote|Quote goes here And another line. |citation}} </pre> Makes styled, semantic blockquotes with optional attribution. Remember to manually add line breaks or use [http://www.mediawiki.org/wiki/Extension:Poem <poem>] for poems. ==TemplateData == <templatedata> { "params": { "1": { "label": "Text", "description": "Text to be quoted", "example": "My precious.", "type": "co...")
 
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
{{Quote|{{{1}}}|{{{2|}}}|blockquote=true}}<noinclude>
==Usage==
<pre>
{{blockquote|Quote goes here


And another line.
|citation}}
</pre>
Makes styled, semantic blockquotes with optional attribution. Remember to manually add line breaks or use [http://www.mediawiki.org/wiki/Extension:Poem &lt;poem&gt;] for poems.
==TemplateData ==
<templatedata>
{
"params": {
"1": {
"label": "Text",
"description": "Text to be quoted",
"example": "My precious.",
"type": "content",
"required": true,
"suggested": true
},
"2": {
"label": "Citation",
"description": "The citation of the quote",
"example": "Gollum",
"type": "content",
"suggested": true
}
},
"paramOrder": [
"1",
"2"
],
"format": "block"
}
</templatedata>
[[Category:Utility templates|{{PAGENAME}}]]
</noinclude>

Latest revision as of 01:40, 25 November 2024