[03:36:29] [Test Message] [12:57:39] Hi, we have a dispute on MW.org, if we should use $1 or $name for translate variables on MW.org. There is no rule or help page, that would say either way. Could you please contribute to the talk with your opinion? https://www.mediawiki.org/wiki/Topic:Uy9pmxzmjm5gv1u1 [18:58:03] I'm trying to write a basic API extension, extending ApiBase, and the first problem that I have is that class ApiBase is not found. [19:00:42] how do you include core MW classes in your extension code? Is it with the 'ResourceModules->myModule->dependencies' parameter ? Because I tried that and it isn't working [19:02:25] rough draft at https://github.com/freephile/FsApi/tree/32.x [20:33:12] All the functionality for my extension is 20 lines of code that I can implement with a simple PHP file. But, I'd like to make it an API function, so want to convert that 20 lines to an extension [20:33:59] But I don't know the magic to autoload the ApiBase (and API?) class [21:11:47] freephile: MediaWiki should autoload ApiBase [22:09:30] dplnum can be used inside suerformat? [22:09:33] userformat* [22:47:40] legoktm: thanks, i just didn't know how to. Looking at example now [23:49:12] Hi all, I want to setup a software download page and need a link with a fixed name that refers to the latest version of the software. Each version has a different timestamp. Sadly all things I tried tend to produce a link with the timestamp in the URL which means the URL changes. I tried redirection but got an internal error