Template:Hidden is permanently protected from editing because 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 page has archives. Sections older than 90 days may be automatically archived by Lowercase sigmabot III when more than 5 sections are present.
Doc updates, post-merge
@Terasail:, are you working on /doc updates to align with the recent code changes per the merge? Apologies, if I was too quick with my note, but I normally do them simultaneously. Mathglot (talk) 09:43, 12 December 2022 (UTC)[reply]
For me, the show button seems to be very far away visually from the heading name. Perhaps a good solution would be to have the show button be inline (regular left alignment), instead of floating it to the right? –Novem Linguae (talk) 21:06, 9 February 2023 (UTC)[reply]
Plain table wikitext cannot be put inside a template. See Help:Template#Hints and workarounds, starting with Similarly, it is not possible to use an ordinary pipe character ...
Yes, I knew about that but have never done one so hoped that this template would allow me to evade the inevitable for while longer . But I see that you have done the needful (thank you again) so I will look at how you have done it, for future reference. 𝕁𝕄𝔽 (talk) 22:07, 22 August 2024 (UTC)[reply]
Use of apostrophes/bullets instead of break tags?
Greetings and felicitations. Is it possible to use bullets/apostrophes instead of HTML break tags to separate elements in the list in this template? I find carriage return separated bullets are easier to parse/read and therefore to edit. Also, what is meant by "This template prefers block formatting of parameters."? The image gives a hint, but I want to make certain that I understand it correctly. —DocWatson42 (talk) 00:35, 16 September 2024 (UTC)[reply]
Re: Is it possible to use bullets/apostrophes instead of HTML break tags to separate elements in the list in this template? – Yes, it is possible to use bullets inside template {{Hidden}}:
{{Hidden|1=The header|2=
* Red
* Green
* Blue
}}
Re: Also, what is meant by "This template prefers block formatting of parameters."? – this is a line from Wikipedia:TemplateData/Tutorial. There are two common ways of arranging the template parameters in the source wikitext:
1st: {{Example|param1=foo|param2=bar}}
vs
2nd: {{Example|param1=foo
|param2=bar
}}
The first one is called "inline". The second one is called "block". For template {{Hidden}}, the TemplateData block doesn't specify the preferred format. If you give more details about how you encountered this string of text, we'll be able to give a more precise answer. Hope this helps. —andrybak (talk) 04:05, 16 September 2024 (UTC)[reply]
I'm sorry for taking so long to reply—I lost track of this conversation. Apparently I found the phrase in Wikipedia:TemplateData/Tutorial. —DocWatson42 (talk) 11:36, 1 October 2024 (UTC) Edit: Thank you. ^_^ —DocWatson42 (talk) 11:37, 1 October 2024 (UTC)[reply]