I have edited the common.css file to change the size of the headers. More precisely, my code is
#bodyContent h2{font-size:100px; color: blue;}
#bodyContent h3{font-size:100px; color: blue;}
#bodyContent h4{font-size:100px; color: blue;}
#bodyContent…
I am quite new to Mediawiki and am trying to get infoboxes work.
I managed to get a simple one working but am now trying to get the 'Infobox video game' one working.
I am getting the following errors:
Template:!- style="" Template:! Developer(s) ||…
In MediaWiki when you create a new page, I see the tabs at the top of the page named Page and Discussion. I'm not real familiar with MediaWiki, but I wanted to know if you could add an additional tab next to Discussion that links to a discussion…
I do not have root access to the computer I'm working with, so I cannot simply use a package manager to install the programs I need. As such, I've been compiling them from source. I've compiled Apache and PHP successfully and have a wiki hosted. I…
Marvin JS (downloaded from http://dl.chemaxon.com/marvinjs/15.2.16/marvinjs-15.2.16-all.zip) is a JavaScript-based chemical structure editing program that I would like to be able to embed into MediaWiki articles on my local server. I have read…
Installed per these instructions which enables the extension with mwenext Math.php, however, raw tags are being displayed with basic example (). The troubleshooting page advises to check that $wgUseTeX = true; is in LocalSettings,…
I want to create a page with a catergory Actor, property:located in and value height :180 using semantic media wiki API . I want to query the same using parser function. The sample example may be like I have #ask SMW extension for that. i got the…
I've been playing around with the Wikipedia reverse geocoding API listed at:
https://www.mediawiki.org/wiki/Extension:GeoData
The specific API request I make is of the…
I have some MediaWiki article that will look like:
===Section===
Text Here, some lists, and some other text
===Section2===
{{#ask Query for a Table}}
===Section3===
{{#ask Query for a JQPlot}}
I would like to get the page data, on a per section…
Recently I installed MediaWiki 1.23 version on Oracle enterprise linux 6 and it's working fine. The issue is with the WYSIWYG_1.23/CKeditor editors. I tried configuring both the editors but neither of them worked. I added the below mentioned code to…
In MediaWiki I am uploaded the video and I need to add the mwEmbed video player for the uploaded video. I add the MwEmbedSupport extension and define in LocalSettings.php, we need to know how to customize the player for the uploaded video.
I am new to mediawiki, I downloaded the latest version and installed in my local linux server(/var/www/mediawiki-1.23.2). After configured i got the localsettings.php and put the file in mediawiki, And I run the mediawiki, And i tried to upload a…
I am test the infobox in locally installed. When I am adding infobox syntax it not showing properly, as I think its not getting parsed properly
wikimedia verion 1.22
{{My template
|foo = bar
}}
and appearing like the below…
I'm new in mediawiki and I want to know if is there a way to notify me whenver someone edited something on a page I created. Watchlist is okay but I need a more user friendly approach. Echo (Notification extension for mediawiki) doesn't seem to…