Difference between revisions of "Template:Rquote"
Jump to navigation
Jump to search
m (Jaffa moved page Template:RQuote to Template:Rquote: correct caps) |
m (Add templatedata) |
||
Line 8: | Line 8: | ||
|}<!--Markup inserted from Template:Rquote--><noinclude> | |}<!--Markup inserted from Template:Rquote--><noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
<templatedata> | |||
{ | |||
"description": "Adds a quotation.", | |||
"params": { | |||
"align": { | |||
"aliases": [ | |||
"1" | |||
], | |||
"description": "The alignment of quote on page", | |||
"example": "left", | |||
"type": "line", | |||
"default": "left" | |||
}, | |||
"text": { | |||
"label": "text", | |||
"description": "The text to quote", | |||
"type": "content", | |||
"required": true, | |||
"aliases": [ | |||
"2", | |||
"quote" | |||
], | |||
"example": "Cry \"Havoc\" and let slip the dogs of war." | |||
}, | |||
"sign": { | |||
"label": "sign", | |||
"description": "The person being quoted", | |||
"type": "content", | |||
"required": false, | |||
"aliases": [ | |||
"3", | |||
"cite", | |||
"author" | |||
], | |||
"example": "[[William Shakespeare]]", | |||
"suggested": true | |||
}, | |||
"source": { | |||
"label": "source", | |||
"description": "A source for the quote", | |||
"type": "content", | |||
"required": false, | |||
"aliases": [ | |||
"4" | |||
], | |||
"example": "''[[Julius Caesar (play)|Julius Caesar]]'', act III, scene I", | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Latest revision as of 23:08, 23 August 2019
“ | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. | ” |
Template documentation[create]
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |
Adds a quotation.
Parameter | Description | Type | Status | |
---|---|---|---|---|
align | align 1 | The alignment of quote on page
| Line | optional |
text | text 2 quote | The text to quote
| Content | required |
sign | sign 3 cite author | The person being quoted
| Content | suggested |
source | source 4 | A source for the quote
| Content | suggested |