[08:43:39] Now MW 1.35.1 was deployed in production and the beautiful new Bugzilla widget can be seen in its natural environment: https://wiki.documentfoundation.org/Development/EasyHacks/by_Required_Skill/Skill_C%2B%2B [08:44:16] and I even documented it https://wiki.documentfoundation.org/Widget:Bugzilla [09:18:10] nice work :) [14:13:30] What is the easiest way to setup Infoboxes on MediaWiki? [14:16:45] The easiest way is to code it using a table, with style="float:right", a width, and start coding on your own using template parameters, and optionally parser functions. Some basic knowledge of CSS is recommended. [14:17:28] Copying from Wikipedia or Fandom is generally a bad idea and give you more troubles [14:20:44] Vulpix:hm [14:21:00] but I refuse to believe there are absolutely none that are ready made [14:23:03] Of course there are infoboxes already made, but they may require extensions you don't have available, hard to set up (portable infoboxes, wikidata, scribunto) or complicated dependencies on other templates [14:23:04] this is old, but can potentially be copied https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Transwiki/Template:Infobox [14:23:29] it should only require parserfunctions and tidy to be enabled [14:41:45] p [14:42:14] thanks p [22:49:29] hello! is it possible to set some variable in LocalSettings.php so that users could not create page/article names with commas? (commas cause a lot of trouble) [22:52:08] cloudcell: see https://www.mediawiki.org/wiki/Manual:$wgLegalTitleChars [22:52:47] Thank you Vulpix ! [22:58:41] so if I want to disable the use of a comma, do i simply remove a comma from this list? right? $wgLegalTitleChars = " %!\"$&'()*,\\-.\\/0-9:;=?@A-Z\\\\^_`a-z~\\x80-\\xFF+"; [22:59:25] yes [22:59:49] thanks! [23:01:15] does it matter where I put the declaration of this list, before or after I load extensions? [23:01:42] Shouldn't make a difference. [23:02:34] thanks James_F [23:51:20] for some reason, i have updated a link on the wiki, but the wiki still provides the link with the old url. Whats could be causing this ?