[07:51:10] hi, there is a way to test changes in internal templates (template:a use template:b use template:c, and im checking "my testpage" which use template:a) without "really" changing it in the wiki. something like prod/test enviroment or a fresh copy of the all the template (recursion)? [08:12:06] niso: yes, with the TemplateSandbox extension [08:12:07] !e TemplateSandbox [08:12:07] https://www.mediawiki.org/wiki/Extension:TemplateSandbox [08:12:24] (it's installed on Wikipedia) [09:31:20] ty [11:41:37] hi [11:46:59] biberao: o/ [12:31:32] d3r1ck: hey there [12:31:42] have you used the translate extension with templates? [12:41:32] Not sure if I understand what you mean but could you ask your question? [12:49:14] like i was into this [12:49:50] https://www.mediawiki.org/wiki/Help:Extension:Translate/Unstructured_element_translation [12:50:12] i wanted to be sure in what good practical way i could use that in a template [12:59:40] biberao: What's your use-case? [13:00:35] i have a few templates that need to translate some terms [13:02:11] biberao: Link? [13:05:55] its running locally [13:05:58] need to open ports [13:06:06] will do it in the afternoon [13:06:50] Not really, unfortunately [13:07:15] ? [13:11:07] Reedy: was that to me? [13:34:07] um [14:57:01] hi, there is any way to find out which parameters are not required (when calling to another template)? im not talking about writing new page, i mean like "static analyzer" (to run on a lot of existing pages) [14:57:27] not required = does not exists in any template (with recursion) [20:49:22] PMZ: you can configure your web server to log the Referer header and perform analysis that way [20:49:46] I. e. to get the logs and take data from there with a separate tool. [20:50:00] Well, I hoped there's something in MW for that. [20:50:36] Your way is the 'ultima ratio' ;-) [20:51:31] there is nothing like that in mediawiki [20:52:13] in general, there's no concept of tracking visitors in mediawiki. You're going to need external applications for that [20:53:33] Thank you for making that clear. [23:19:44] Hello, What is the quickest way to delete all pages and users in my wiki? [23:34:44] Hi kevindank. [23:34:51] Drop the database? [23:34:59] What are you trying to do? [23:35:13] trying to remove all spam pages and users [23:35:20] i downloaded nuke and installed it but its taking forever [23:37:42] which table would i need to drop [23:40:34] You really want to destroy the whole wiki? [23:40:46] You'll lose all revisions, even non-spam revisoins. [23:40:47] revisions [23:40:54] You may as well just create a new database tbh. [23:40:59] And stop using the old one. [23:41:05] Then you'll still have it around. [23:41:20] Just change your LocalSettings.php to point to a new database and run the installer. [23:45:24] theres only 4 pages i want to keep [23:45:28] okay [23:45:55] You can use Special:Export to get those pages out.