[01:45:18] I installed MediaWiki 1.31 via Softaculous (shared hosting). Now I would like to install the Math extension. The author provides instructions at https://lists.wikimedia.org/pipermail/mediawiki-l/2018-March/047266.html, but I don't know which situation applies to me and what I need to do. [03:02:18] howdy. looking at setting up ldap authentication with the new wiki [03:02:31] is this extension still the way to go: https://www.mediawiki.org/wiki/Extension:LDAP_Authentication/Configuration_Options [03:33:06] I'm getting "Fatal exception of type MWException" or base site 403s when trying to add Lua modules to a wiki of which I'm a member, and neither I nor the administrator know how to fix them. :/ [03:33:30] https://www.iceria.org/w/index.php?title=Special:Version [03:34:25] Unfortunately the web host, Globat, does not run or offer a new enough version of MySQL on their shared hosting accounts for 1.31.1 [17:03:38] hi, im trying to query pages in category with dpl (DynamicPagesList3), and getting strange string when there are no results, ive try to use supresserrors=True to disable that but that wont work. [17:04:01] there is option to set default text to show when there are no results, or ignore the error if that occur somehow? [17:14:30] Im lock out of my logging [17:15:20] I need to get back in [17:16:50] What do I do [17:23:13] Still on nothing to open my account agine [17:24:42] You don't even no [17:38:52] there is any way to show images and videos together? something like ? [17:56:13] niso: I can display images and videos together in a gallery with Timed Media Handler [18:15:20] sounds great, you are using this to show external videos also ? like #evu? [18:17:00] no, only already uploaded videos [18:17:36] :(, know anything that support external? [18:19:00] No. An option would be to make your own template that simulates a gallery [18:25:31] ty [22:19:34] hi, such code {{#tag:source|
echo "Hello, world!"
|lang=bash}} render a "strip marker". how to fix this ? [22:26:52] whats {{#tag:source [22:26:55] ? [22:27:03] is that syntaxhighlight? [22:27:11] yes [22:28:10] syntaxhighlight also don't works [22:29:19] hi is don't like pre inside #tag [22:30:35] i cant help sorry [22:45:00] cronolio: you can't put inside of {{#parser functions}}, and
 is a tag extension
[22:45:14] 	 you probably don't need the 
 at all
[22:45:32] 	 if you want to process wikimarkup do the above and remove 
 from the inside
[22:45:52] 	 if you do NOT want to process wikimarkup, do echo "Hello, world!" instead
[22:46:44] 	 either way, no pre tag
[22:57:01] 	 Skizzerz: probably in mediawiki 27 with related syntaxhighlight version it's worked
[22:58:11] 	 now we have 30 version and a lot of UNIQ magic
[22:58:33] 	 how to find all pages with UNIQ ? :)