[07:44:41] "Hi, anyone maybe familiar with..." <- With FlexForm and SMW this can be done, but that wouldn't help you much. But your question got me thinking of adding support for Cargo to FlexForm might be a good idea. Thanks! [15:18:02] Salutations. How does one change the 100M file size upload limit, please? I've got PHP configured for 128M, but something in MW is limiting it to 100M, and I have yet to figure out where. [15:21:45] !filesize [15:21:45] The size of files you can upload to PHP is limited by the upload_max_filesize and post_max_size directives in your php.ini. Your web server may also have a configurable limit (LimitRequestBody in apache, client_max_body_size in nginx, etc). MediaWiki itself only limits direct (copy) uploads from a URL, this is configured via $wgMaxUploadSize. [15:21:55] jcwren: ^ [15:24:49] Ah, there's the answer. It's in includes/DefaultSettings.php, not LocalSettings.php. And rather than expressing it as 104857600, it's mathed out as 1024 * 1024 * 100. So much for grep... [15:44:48] Don't change it in DefaultSettings [16:47:15] Reedy, reading comprehension is *so* last century ;) [17:13:05] "Hi, anyone maybe familiar with..." <- Something like this should work, you can replace the values with a Template call:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/c928bf39bbefc964b4413c33b68753fb578f29b7) [18:14:08] Hi, what exactly are template fields and how they are different from Template properties? [21:29:31] "Hi, what exactly are template..." <- I'm not sure I understand your question, but if you created the a template called Template:Stuff that holds "Bar,Baz,Qux", the line above would look like this: [21:29:31] | {{{field|Foo|input type=dropdown|values={{Stuff}}|default=Bar|show on select=Qux=>qux}}}