Questions tagged [mediawiki-extensions]

This tag is for questions related to programming and using MediaWiki extensions.

This tag is for questions about developing or using extensions for MediaWiki. For general MediaWiki questions, consider .

Further reading:

342 questions
0
votes
1 answer

mediawiki: How to override css commands of a given skin?

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…
Colas
  • 3,473
  • 4
  • 29
  • 68
0
votes
1 answer

How to list all categories in MediaWiki main/home page

How to show all categories in MediaWiki Main or home page?
ramkumar
  • 1
  • 1
  • 7
0
votes
1 answer

"Template:!" output from imported MediaWiki template (Infobox)

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) ||…
0
votes
1 answer

MediaWiki: Adding a new tab to a page

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…
Thom Allen
  • 105
  • 1
  • 1
  • 7
0
votes
1 answer

Compiling Sphinx with xmlpipe2 support

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…
Alex
  • 557
  • 2
  • 8
  • 15
0
votes
1 answer

How do I write a Marvin extension for my MediaWiki installation?

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…
Josh Pinto
  • 1,453
  • 4
  • 20
  • 37
0
votes
1 answer

MediaWiki Extension:Math raw tags

Installed per these instructions which enables the extension with mwenext Math.php, however, raw tags are being displayed with basic example (0). The troubleshooting page advises to check that $wgUseTeX = true; is in LocalSettings,…
DrLulz
  • 146
  • 1
  • 9
0
votes
1 answer

How to make category with property and value

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…
Anirudh
  • 28
  • 10
0
votes
1 answer

Is Wikipedia geocoding API deprecated/down?

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…
0
votes
0 answers

Reuse Semantic MediaWiki's Ask DB queries for my own data processing

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…
Rijvi Rajib
  • 1,080
  • 2
  • 11
  • 27
0
votes
1 answer

Issue with Editor for Mediawiki 1.23

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…
Veera
  • 1
  • 1
0
votes
1 answer

mwEmbed player not getting for uploaded video in MediaWiki

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.
0
votes
1 answer

Uploading video thumbnail not getting in mediawiki file page

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…
0
votes
1 answer

infobox appearing raw text in wikimedia for the wikicode

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…
made_in_india
  • 2,109
  • 5
  • 40
  • 63
0
votes
1 answer

Is there a way to notify me whenever someone edited a page I made?

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…
mateeyow
  • 1,306
  • 1
  • 17
  • 38