Template talk:Small block

From Wikiversity
Latest comment: 18 days ago by ShakespeareFan00 in topic Fails when content contains equals sign
Jump to navigation Jump to search

Fails when content contains equals sign[edit source]

@ShakespeareFan00: This does not work, when there is an equals sign in the content. That includes tags using attributes.

Works without template:

Spam works eggs rouge = 123.

Template fails with abbr:

{{{1}}}

Template fails with span:

{{{1}}}

Template fails with plain equals sign:

{{{1}}}

Template works with =:

Foo = bar.

Have you checked, that your replacements of <small> did not lead to this problem? --Watchduck (quack) 11:14, 22 April 2024 (UTC)Reply

An unescaped equals sign in the input to a template parameter has NEVER worked. I've now checked back the current uses of this template. I'll also check back on uses of {{small}} and {{smaller}} as they would also show this issue. ShakespeareFan00 (discusscontribs) 11:46, 22 April 2024 (UTC)Reply
Thanks for the test cases :) 11:46, 22 April 2024 (UTC) ShakespeareFan00 (discusscontribs) 11:46, 22 April 2024 (UTC)Reply