Since this template has been inserted into heavily used Template:Guideline list I would strongly suggest, that the creator prepared a documentation as soon as p…
| This template was considered for deletion on 2020 April 20. The result of the discussion was do not merge. |
Since this template has been inserted into heavily used Template:Guideline list I would strongly suggest, that the creator prepared a documentation as soon as possible. In particular, in IE6 the Template:Guideline list is taking 100% page width, and I have no freakin idea how to fix it. --Kubanczyk 08:16, 9 October 2007 (UTC)
Is there the capability to modify this template so that its sections could be collapsible? The Style template is very long and awkward, and collapsibility would make it much more convenient. Regards, Waltham, The Duke of 12:32, 3 May 2008 (UTC)
{{editprotected}}
I don't care if you reduce the length of the {{style}} template or not; one should still have the option to collapse a helpbox.--Father Goose (talk) 03:01, 10 August 2008 (UTC)
How do I get two helpboxes to go one under the other? For example, I want to get {{Policy list}} followed by {{Guideline list}}, both on the right of the page; but when I just call the templates one after the other I see them next to each other instead of stacked vertically.--Kotniski (talk) 09:04, 18 July 2008 (UTC)
Could someone proficient at wiki-code please Merge these 2 templates, to make stackability an optional parameter. See thread at User_talk:Kotniski for agreement between us two. Thanks. -- Quiddity (talk) 22:39, 27 July 2008 (UTC)
{{editprotected}}
Could a float parameter be added? (This code might be wrong.)
style="float: {{{float|right}}};"
This, that and the other [talk] 09:27, 9 January 2009 (UTC)
As part of an ongoing project to get the dozens of different sidebar meta-templates we presently have singing from the same hymn sheet, I've rewritten this template as a wikitable. Other than code readability, I've also added the navbox-vertical class for semantic value and added clear: right so that this no longer ends up floating in entirely random locations when it's stacked with other sidebars. If there are no objections I'll sync this in a few days. Chris Cunningham (user:thumperward: not at work) - talk 17:47, 7 September 2010 (UTC)
{{#if:{{{1|}}}|{{{1}}}}}; needs to appear last in the "style" parameter if one wants to override one of the "background-color: #f5faff; font-size: 90%; width: auto; line-height: 1.6em;" CSS attributes. Zzyzx11 (talk) 06:00, 21 November 2011 (UTC)As a navigational template, this should probably be part of Category:Exclude in print. GreenReaper (talk) 10:04, 24 January 2012 (UTC)
This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
Please update with the version currently (as of this message) in the sandbox here. From the revision history: (removed duplicate heading12/content12 entries then replaced headingN/contentN with heading(N+10)/content(N+10) in order to use content1 to place spacer between title and template's contents). In other words, a gap between the title and first heading is the only (substantial) change. Thank you, Sardanaphalus (talk) 12:19, 20 May 2014 (UTC)
display:block;margin-bottom:N, which looks like something useful to know. Perhaps it might be added as optional styling to {{Sidebar}} itself, activated e.g. by |spacer=on and/or |titlebodyspacer=on, ...? Sardanaphalus (talk) 08:28, 22 May 2014 (UTC)I have experimented with softer colors, see Template:Helpbox/testcases (note updated 5/6/15 but maybe not the same if you read this later). Also, all colors are shades of blue. Any views? --Jules (Mrjulesd) 19:10, 5 June 2015 (UTC)
@Gonnym, regarding Special:Diff/1321897937. Regular expression group[1-20] matches three strings: group1, group2, and group0, because hyphen inside square brackets means a range between characters, not numbers. Character class [1-20] matches a range between 1 and 2 and the character 0, which is unrelated to the range. It's the same as [01-2], [0-2], or [012].
A possible regex to match all strings from group1 to group20 would be something like group[12]?%d, however it also matches group0. I'm almost sure that Lua regexp cannot cover all twenty numbers and leave out the zero. It's not that big a deal.
I have no strong preference – keeping all 20 parameters written out is simple and correct, but switching to a slightly misleading but shorter regexp is fine too. —andrybak (talk) 21:11, 13 November 2025 (UTC)
| regexp1 = group[1-9]
| regexp2 = list[1-9]
| regexp3 = group1[0-9]
| regexp4 = list1[0-9]
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.