Template talk:Blockquote
| Template:Blockquote is indefinitely protected from editing as it is a heavily used or highly visible template. Substantial changes should first be proposed and discussed here on this page. If the proposal is uncontroversial or has been discussed and is supported by consensus, editors may use {{edit template-protected}} to notify an administrator or template editor to make the requested edit. Usually, any contributor may edit the template's documentation to add usage notes or categories.
Any contributor may edit the template's sandbox. Functionality of the template can be checked using test cases. |
| This is the talk page for discussing improvements to the Blockquote template. |
|
| Archives: 1, 2, 3, 4Auto-archiving period: 28 days |
| Text and/or other creative content from this version of Template:Quote was copied or moved into Template:Poemquote with this edit on 2015 December 14. The former page's history now serves to provide attribution for that content in the latter page, and it must not be deleted as long as the latter page exists. |
disable auto-generated comma
editis this possible? if not, please consider adding this functionality. EnTerbury (talk) 03:48, 22 December 2025 (UTC)
- Please provide an example of how and where this would be useful. – Jonesey95 (talk) 17:16, 22 December 2025 (UTC)
Indented quote?
editUsing :<blockquote>...</blockquote> does not honor the indentation but renders the quote at the left margin. Is there a quote template that respects indentation inside lists? If there is, this article should link to it. -- Shmuel (Seymour J.) Metz Username:Chatul (talk) 13:55, 26 February 2026 (UTC)
- Something like this? This is an indented line.
- This is a blockquote inside an indented section.
- This is another line inside the blockquote template.
- This is the end of the indented section. Some block-level templates do not like to be inside indented sections, especially if their closing tags are on new lines. – Jonesey95 (talk) 15:19, 26 February 2026 (UTC)
- You can also do this.
First line of a blockquote.
This is another line inside the blockquote template. - But you can't insert manual line breaks inside the blockquote. – Jonesey95 (talk) 15:19, 26 February 2026 (UTC)
Extra comma after the title (see test case)
editI pulled a new test case from The Monorail Song. It shows an extra, unwanted comma after the |title= parameter value. I am working on other stuff and haven't looked into the cause. My first guess is the empty |sign= parameter. See Template:Blockquote/testcases#Value_for_title=_and_empty_sign= – Jonesey95 (talk) 00:28, 9 April 2026 (UTC)
- The cause is the combination of parameter
|title=with the|source=parameter, which contains only a<ref>...</ref>. In the list produced by {{Comma separated entries}},{{{sign|}}}is first, then{{{title|}}}, and{{{source|}}}is the third one (ignoring their aliases). - To fix template's usage in The Monorail Song, I'd just merge the two parameters together, so that the comma-separated list is just one item with no commas. —andrybak (talk) 02:46, 9 April 2026 (UTC)
- Got it. I added a note to the documentation. – Jonesey95 (talk) 13:48, 9 April 2026 (UTC)