Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Template talk:Blockquote

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia

Indented quote?

[edit]

Using :<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)Reply

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)Reply
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)Reply

Extra comma after the title (see test case)

[edit]

I 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)Reply

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)Reply
Got it. I added a note to the documentation. – Jonesey95 (talk) 13:48, 9 April 2026 (UTC)Reply

"<syntaxhighlight>" broke the examples with "{{#parsoid"

[edit]

seems like the <syntaxhighlight lang="wikitext"> messed up the template examples by replacing the 'originally nowiki'd' part with {{#parsoid when outside the 'source' view
https://en.wikipedia.org/w/index.php?title=Template%3ABlockquote%2Fdoc&diff=1353757253&oldid=1347897050 QuestioningEspecialy (talk) 22:15, 21 July 2026 (UTC)Reply

Fixed. – Jonesey95 (talk) 00:31, 22 July 2026 (UTC)Reply