[00:20:38] 12 [06:41:51] how to learn states of wg variables on a wiki via Web interaface? such variables as $wgAllowUserJs [09:15:23] qq[IrcCity]: Why not take a look at LocalSettings.php on the server instead? Why is a web interface needed? [11:19:18] hi, im looking for a way to add "I've found a mistake" button or form to all\most of my mediawiki pages, which will allow me to get complaints from users. one option is to make this by pure html and "mailto:", there is any other solution? [11:27:47] niso: The existing "Discussion" tab in the top bar? [11:28:02] Editing the footer? [11:28:06] Editing the sidebar? [11:30:08] im looking for something that will be comfortable for non-familiar mediawiki users. and i prefer that will be something "inside" the page content [11:35:17] Use pure html and mailto: and custom CSS? [11:35:37] "Nobody on the internet knows that you're not a button", as they say [11:36:55] ive found some refenrence meanwhile, ty :https://he.wikipedia.org/w/index.php?title=%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Mobile.js&diff=prev&oldid=24319206 [11:38:16] niso: https://www.mediawiki.org/wiki/Extension:StructuredDiscussions ? [11:38:47] maybe https://www.mediawiki.org/wiki/Extension:Page_Forms [13:55:34] how page forms may help here? [14:26:45] hi if i need to add a custom button on the mainpage to change the stylesheet it needs to be integrated in the skin's php right? [14:53:23] biberao: that description seems weird [14:53:38] what are you trying to accomplish? [15:00:56] Platonides: a button to be able to change the stylesheet for the skin [15:10:12] biberao: your browser should already have that [15:12:07] hum ok [15:19:26] also i needed to know [15:20:05] adding html code for globalsite usage needs to inside a php in the skin right? [15:20:23] what's globalsite usage? [15:27:56] like to be used over different skins [15:27:59] i mean [15:28:01] sorry [15:28:09] i meant to be used on all pages [15:40:05] biberao: you can insert a link in the toolbox, or somewhere else [15:40:54] but if you want the change of skin to persist, then you need additional code [15:41:09] so better be on the skin's php [15:41:10] right? [15:44:36] If I would create a fixed link that should be shown eerywhere then I would write an extension [15:45:04] Changing Skin.php would not be portable [15:46:20] so [15:46:28] https://www.mediawiki.org/wiki/Manual:Developing_extensions <- lots to read and learn :D [15:59:51] I did not realy understood what youve meant, but there are some more simpler options to add "global" js\links then new extension [16:00:36] niso: how so? [16:01:48] without fully understand- you can add js to all of your wiki pages- https://www.mediawiki.org/wiki/Adding_javascript_to_wiki_pages [16:03:09] ill look into it more thanks