[17:14:59] guys [17:15:08] how to insert image in the page? [17:15:30] external image on my website in different folder [17:34:58] Wollino: https://www.mediawiki.org/wiki/Help:Images#Files_at_other_websites [17:35:39] also [[Manual:$wgAllowExternalImages]] [17:35:54] https://www.mediawiki.org/wiki/Manual:$wgAllowExternalImages [17:58:47] o/ [18:03:16] is there something special I have to do to get visualeditor to actually transclude templates instead of displaying a puzzle piece? another extension or a config setting or something? [18:04:05] (running mw 1.31.1, ve 0.1.0 2018-05-30) [19:32:05] saper: can't work [19:32:54] saper: I have enabled in localsetting the value $wgAllowExternalImages = true; [19:35:13] saper: and i've write the link [http://site.com/wiki/file.png] but it file can't see [19:42:30] Wollino: You need to put the link without brackets (otherwise it will be a link to it, not embedding the image itslef) [19:44:30] Vulpix: I would like to insert images that are on my site but in another folder that is not the wiki. is it possible to do this? [19:46:16] ups! thanks :) and... is possibile aligned the text at right of image? [19:47:08]
http://your/image.png
This text will be placed at the right of image [19:47:33] Another option for external images on a different folder, is to use https://www.mediawiki.org/wiki/Manual:$wgForeignFileRepos#Using_files_from_a_local_folder_:_FileRepo [20:10:09] Vulpix: i can define a rule css for entire page? [20:14:46] Wollino: affecting all pages on the wiki, or just a specific page? [20:14:48] !css [20:14:49] To change styles for your wiki, go to one of the MediaWiki:xxx.css wiki page (NOT a file) and put your custom styles there (sysop/admin rights required). MediaWiki:Common.css is for all skins and should be used for content styles. MediaWiki:Vector.css is for the Vector skin (default), etc. For more information, see !skins and https://www.mediawiki.org/wiki/Manual:Interface/CSS [20:15:43] Vulpix specific page [20:17:31] the most straightforward way is to prepend body.pagename to all CSS rules you want to affect that specific page [20:18:02] each page has a specific class in the body tag. You can see it inspecting with the developer tools of your browser (hit F12 to open) [20:21:01] Vulpix: can you speak italian? [20:21:22] no, but my main language is Spanish [20:21:31] ok :) [20:21:34] i'am italian [20:22:20] very very nice the Spagna [21:01:10] ok, so i've narrowed down my visualeditor problem to the parsoid server not rendering templates http://visualeditor.civihosting.com/cvillepedia.org/v3/page/html/The_Standard/50182 [21:02:00] does usePHPPreProcessor need to = true? [21:02:34] or is it some issue with that web host's parsoid instance not fetching templates from my mediawiki properly? [21:16:20] got it. failing on the https redirect in my htaccess... works if i disable that [21:17:38] guys exist a plugin for notepad or sublime text 3 for write whit syntax color? [21:25:35] Hi all. I tried to import a page (and the Templates involved from Wikipedia to a private wiki. It gave me a list of imported Templates in the recent changes log. The templates don't appear to be working properly. How can I tell what extensions are required for them? [21:27:35] Hi Jeffool , depends on "don't appear to be working properly" means in your case [21:28:29] As far as i know, no extensions should be required for any template [21:28:45] (Except parser functions, but that's included by default iirc) [21:29:03] But templates may depend on some other templates [21:29:16] So Jeffool its hars to judge without seeing what's happening [21:32:14] Good point. I've exported and imported the page for a local police department. When I attempt to copy the department's Wikipedia infobox page into my local wiki, my preview of the department's page shows me the actual "Infobox law enforcement agency" Template, instead of the infobox code I've copied from the page. I expect things like images to bre [21:32:14] ak as I haven't uploaded a local copy, but it seems wrong to me that the name of the department, location, link, etc. aren't there, and instead I'm seeing the Template code. [21:32:24] I could also screenshot if that helps. [21:32:57] That would surely help Jeffool [21:39:56] Here it is Urbanecm; thanks for bothering. https://imgur.com/a/jjgDOIO [21:41:10] I hope my notes made good sense of what I did and my reasoning. [21:42:00] Thank you Jeffool [21:42:15] The problem in your case is that template loads a Lua module [21:42:25] Which can be used through Scribunto extension [21:43:32] Okay. Are extensions something I can add as an administrator or will the IT have to bother? I'm here more to handle content than capabilities, but if I can save him a headache, well, if it's within my purview I'm fine doing it. [21:45:19] Extensions must be installed by someone that has server access [21:46:11] Yup, that's the IT guy. Cool. Thanks again Urbanecm. I'll bother him on Monday. But on the plus side, I DO have my Sunday to myself! Yay silver linings! [21:46:47] Happy to help!