Hello, you have come here looking for the meaning of the word
Template talk:maintenance category. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Template talk:maintenance category, but we will also tell you about its etymology, its characteristics and you will know how to say
Template talk:maintenance category in singular and plural. Everything you need to know about the word
Template talk:maintenance category you have here. The definition of the word
Template talk:maintenance category will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Template talk:maintenance category, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
Many possibilities:
— Eru·tuon 21:00, 5 March 2024 (UTC)Reply
Code to run in JavaScript console on this page to print what CAT:E/hidden
expands to on each of the pages above:
Array.from(document.getElementsByClassName("mw-parser-output").getElementsByTagName("a"))
.filter(a => a.hostname === mw.config.get("wgServerName"))
.map(a => new URL(a.href))
.filter(url => url.searchParams.get("action") === null)
.map(url => url.searchParams.get("title") ?? url.pathname.match(mw.config.get("wgArticlePath").replace("$1", "(.+)")))
.forEach(title => {
new mw.Api().get({
action: "expandtemplates",
title,
text: "{{tracking category|CAT:E}}",
prop: "wikitext",
formatversion: 2
}, {
"async": false
}).then(r => {
console.log(title, r.expandtemplates.wikitext);
});
})
— Eru·tuon 21:45, 5 March 2024 (UTC)Reply
@Benwing2 I'm confused as to why you deleted this (aside from the fact it's still used): it's completely unrelated to WT:Tracking, as it's used to determine whether pages go into Category:Pages with module errors or Category:Pages with module errors/hidden, and so on. Theknightwho (talk) 00:29, 10 April 2024 (UTC)Reply
- @Theknightwho My mistake! I just listed everything under the Template namespace beginning with 'tracking' and failed to notice the existence of this. Benwing2 (talk) 00:37, 10 April 2024 (UTC)Reply
- @Benwing2 No worries - I've been meaning to convert it to Lua anyway, and might rename it to avoid confusion (probably to Template:maintenance category). It's mostly used in the MediaWiki namespace (e.g. MediaWiki:Scribunto-common-error-category), where certain pages are called automatically after certain triggers happen, but it's also used for some of the Module:headword/page categories as well. Theknightwho (talk) 00:44, 10 April 2024 (UTC)Reply