Template talk:Bracket
end bracket
Please add a way for this template to produce just the end bracket just like it can produce just the start bracket. CapnZapp (talk) 09:25, 21 April 2022 (UTC)
COinS pollution
How (and why) does this template pollute COinS? Doesn't it just add plain text? Hairy Dude (talk) 13:18, 2 May 2023 (UTC)
Template edit request
Please replace the code of this template
[{{#if:{{{1|}}}|{{{1}}}]}}
(example output: [xxx ])
with
{{#if:{{{1|}}}|[{{{1}}}]|[}}
(example output: [ xxx ])
The reason is that the current code trims leading whitespace but not trailing whitespace if the first (unnamed) parameter is present. Not trimming either will making it consistent with the way in which template parameters work generally. —Quondum 21:15, 19 December 2024 (UTC)