837
edits
m (Remove enwiki custom styling tag) |
m (Add template data) |
||
Line 9: | Line 9: | ||
</blockquote>{{#if:{{{class|}}}{{{id|}}}{{{diff|}}}{{{4|}}}{{{5|}}}|[[Category:Pages incorrectly using the quote template]]}}<noinclude> | </blockquote>{{#if:{{{class|}}}{{{id|}}}{{{diff|}}}{{{4|}}}{{{5|}}}|[[Category:Pages incorrectly using the quote template]]}}<noinclude> | ||
{{documentation}}<!-- Add categories to the /doc subpage, not here! --> | {{documentation}}<!-- Add categories to the /doc subpage, not here! --> | ||
<templatedata> | |||
{ | |||
"description": "Adds a block quotation.", | |||
"params": { | |||
"text": { | |||
"label": "text", | |||
"description": "The text to quote", | |||
"type": "content", | |||
"required": true, | |||
"aliases": [ | |||
"1", | |||
"quote" | |||
], | |||
"example": "Cry \"Havoc\" and let slip the dogs of war." | |||
}, | |||
"sign": { | |||
"label": "sign", | |||
"description": "The person being quoted", | |||
"type": "content", | |||
"required": false, | |||
"aliases": [ | |||
"2", | |||
"cite", | |||
"author" | |||
], | |||
"example": "[[William Shakespeare]]", | |||
"suggested": true | |||
}, | |||
"source": { | |||
"label": "source", | |||
"description": "A source for the quote", | |||
"type": "content", | |||
"required": false, | |||
"aliases": [ | |||
"3" | |||
], | |||
"example": "''[[Julius Caesar (play)|Julius Caesar]]'', act III, scene I", | |||
"suggested": true | |||
} | |||
} | |||
}</templatedata> | |||
</noinclude> | </noinclude> |