ArrowHead294
Joined 9 March 2024
ArrowHead294 (talk | contribs) m Indents |
ArrowHead294 (talk | contribs) m →Template edit question: Reply |
||
| Line 32: | Line 32: | ||
== Template edit question == | == Template edit question == | ||
Could you plz explain what problem is solved by changes like [https://en.xen.wiki/index.php?title=Template:Inaccessible&curid=15693&diff=171378&oldid=167252 this]? Thanks in advance. [[User:FloraC|FloraC]] ([[User talk:FloraC|talk]]) 15:04, 17 December 2024 (UTC) | Could you plz explain what problem is solved by changes like [https://en.xen.wiki/index.php?title=Template:Inaccessible&curid=15693&diff=171378&oldid=167252 this]? Thanks in advance. [[User:FloraC|FloraC]] ([[User talk:FloraC|talk]]) 15:04, 17 December 2024 (UTC) | ||
: Often times, what'll happen if you put categories inside of an <code><includeonly></code> tag on a template and then show it on the documentation page, the categories will show up on the template page itself | : Often times, what'll happen if you put categories inside of an <code><includeonly></code> tag on a template and then show it on the documentation page, is that the categories will show up on the template page itself despite the tags. The stuff inside the <code><includeonly></code> tags will be visible on the transcluded page, and the template will be put into categories it's not meant to be in. | ||
: My idea is to explicity check the name of the template (including the Template namespace), and include the category if it's not on the documentation page or the template page. This way, the template doesn't get put into the wrong categories, since (for example) [[Template:Who]] | : My idea is to explicity check the name of the template (including the Template namespace), and include the category if it's not on the documentation page or the template page. This way, the template doesn't get put into the wrong categories, since (for example) [[Template:Who]] and its associated documentation page themselves don't go inside [[:Category:Pages with unattributed statements]]. [[User:ArrowHead294|<math>\overrightarrow{\,\,\scriptsize\text{ArrowHead294}\,\,\,}</math>]] [[User talk:ArrowHead294|(speak to me)]] 15:11, 17 December 2024 (UTC) | ||