432
edits
BalkanMapper (talk | contribs) m (1 revision imported) |
BalkanMapper (talk | contribs) No edit summary Tag: Reverted |
||
Line 9: | Line 9: | ||
{{documentation}}<!-- Add categories to the /doc subpage, not here! --> | {{documentation}}<!-- Add categories to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> | ||
<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." | |||
}, | |||
"author": { | |||
"label": "author", | |||
"description": "The writer of the source", | |||
"type": "content", | |||
"required": false, | |||
"aliases": [ | |||
"2", | |||
"cite", | |||
"sign" | |||
], | |||
"example": "William Shakespeare", | |||
"suggested": true | |||
}, | |||
"title": { | |||
"label": "title", | |||
"description": "The work being quoted from", | |||
"type": "content", | |||
"required": false, | |||
"aliases": [ | |||
"3" | |||
], | |||
"example": "Julius Caesar", | |||
"suggested": true | |||
}, | |||
"source": { | |||
"label": "source", | |||
"description": "A source for the quote", | |||
"type": "content", | |||
"required": false, | |||
"aliases": [ | |||
"4" | |||
], | |||
"example": "act III, scene I", | |||
"suggested": true | |||
}, | |||
"character": { | |||
"label": "character", | |||
"description": "The speaker within the work who is being quoted", | |||
"type": "content", | |||
"required": false, | |||
"aliases": [ | |||
"5", | |||
"char" | |||
], | |||
"example": "Mark Antony", | |||
"suggested": false | |||
}, | |||
"multiline": { | |||
"label": "multiline", | |||
"description": "Keeps forced linebreaks in output", | |||
"type": "string", | |||
"required": false, | |||
"example": "true", | |||
"suggested": false | |||
}, | |||
"style": { | |||
"label": "style", | |||
"description": "Additional CSS styles (not classes) to apply", | |||
"type": "string", | |||
"required": false, | |||
"example": "font-size:inherit;", | |||
"suggested": false | |||
}, | |||
"class": { | |||
"label": "class", | |||
"description": "Additional HTML classes to apply", | |||
"type": "string", | |||
"required": false, | |||
"example": "pullquote", | |||
"suggested": false | |||
} | |||
} | |||
}</templatedata> |