This template (like all templates) is within the scope of WikiProject Templates, a group dedicated to improving the maintenance of Wikipedia's templates. This particular template is especially important to the project because it is used in the maintenance of other templates. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.TemplatesWikipedia:WikiProject TemplatesTemplate:WikiProject TemplatesTemplates
Linking to Help:Template from documentation of templates
– I hope moving this section here will generate more discussion and a more robust consensus for this idea from several weeks ago. A possible implementation of the proposed changes is still live in the sandbox, so interested editors can check the testcases for how it looks. —andrybak (talk) 21:06, 14 August 2024 (UTC)[reply]
Newbies not familiar with templates are more likely to end up seeing documentation pages of high use templates. What if Template:High use linked to Help:Template and Wikipedia:Lua, as implemented in Special:Diff/1231332038? However, the banner text of Template:High use is aimed at implementors/editors of templates, who ought to be familiar with templates. —andrybak (talk) 19:52, 27 June 2024 (UTC)[reply]
I think the help would be better placed directly after [history], but otherwise agree that might be a good solution. I'm thinking that a lot of mature template editors utilize [purge] on instinct as the last option in that list, and wouldn't want that replaced. VanIsaac, GHTV contWpWS21:55, 27 June 2024 (UTC)[reply]
I notice that test case with "This is in line documentation." doesn't have any links at all. A [help] link there would be helpful as well. —andrybak (talk) 22:02, 27 June 2024 (UTC)[reply]
I've implemented a hacky way of adding a [help] link to inline documentation. "Hacky", because there's already an if for "inline" vs "/doc subpage", which makes the separation of concerns between functions makeStartBoxLinksData and renderStartBoxLinks awkward. —andrybak (talk) 22:12, 27 June 2024 (UTC)[reply]
I think a form like this ends up being pretty noisy, it's a link that gets put in with a bunch of page-specific links (so, cognitive dissonance for even the casual user), and help as the specific text doesn't make it clear how it's relevant to the specific page. Izno (talk) 17:08, 17 August 2024 (UTC)[reply]
Besides the criticism of the specifics, I think there's been some agreement that our "how to remove this link" additions in amboxes have not performed as expected. I don't think introing what a template is here is all that particularly helpful. Probably the modern way for someone to learn what one is is simply to google, which would probaby pop up Help:Template in short time. Izno (talk) 17:09, 17 August 2024 (UTC)[reply]
I agree with both arguments: the header is too crowded, those who want to know will find the help pages. Consider my proposal withdrawn. —andrybak (talk) 19:15, 20 August 2024 (UTC)[reply]
Sandbox documentation
The documentation often includes calls to the template as a way to demonstrate the output. When testing a change to the template in the sandbox, the sandbox template includes the live documentation which then displays the sample output from the live template. It is possible to clone the documentation under the sandbox and alter the sandbox template to be explicit about including the sandbox version of the documentation. This however has the danger that when the sandbox template is published to live, the documentation fudge will not be undone and the live template will end up with documentation showing the sandbox template. Setting up a testcase sub-page is probably the "correct" way around all this, but is there another / simpler way? Could this template test for being in the sandbox and default to the sandbox version of the documentation? — GhostInTheMachinetalk to me19:50, 20 January 2025 (UTC)[reply]
You should almost never need a sandbox page of documentation. If the documentation changes between versions, just update it when you sync the templates. If you want to test changes to how the template looks, that is what /testcases is for. Gonnym (talk) 11:02, 21 January 2025 (UTC)[reply]
You can still do that with /testcases. At the bottom of a template in editing mode, you have "Preview page with this template", put the /testcases page there and you can view it with your changes without saving them. Gonnym (talk) 11:35, 21 January 2025 (UTC)[reply]
Is it possible to hide templates in the documentation, so that the user sees a ready-made template that will be specified in the documentation? For example: Template link from Kazakh Wiktionary.
This has the template at the bottom, and I tried Help:Transclusion, but nothing worked.
I tried <inlcudeonly> but there is a space that brings the text down. And other templates are attached to it.
Actually no I wanted to hide the infobox or other templates from the documentation. For example, I specified a template with an example in the documentation, but at the end of the documentation is the template itself, I would like to hide it, but if you use <includeonly> then in articles appears a space that interferes. ExampleMurat Karibay (talk) 21:11, 28 January 2025 (UTC)[reply]