MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia. It is now used by several other projects of the non-profit Wikimedia Foundation and by many other wikis.

learn more… | top users | synonyms

0
votes
0answers
9 views

Installing TabView extention in a MediaWiki site

I'm currently trying to install the TabView extension on my MediaWiki site. I downloaded the php file from this page and put it in the extensions folder as follow .../extensions/TabView/TabView.php ...
0
votes
0answers
15 views

Customizing an SVG in Mediawiki

I have ImageMagick 6.8.5-6 up and running on MediaWiki 1.20.2 (Running on Server 2008 R2, IIS 7.5). It's doing it's thing and appears to be functioning perfectly. I'm trying to figure out how I can ...
0
votes
0answers
11 views

How to Add New Tab in MediaWiki and Then Add Content to That New Tab

I'm new to MediaWiki. I used this code: $wgHooks['SkinTemplateNavigation'][] = 'replaceTabs'; function replaceTabs( $skin, &$links) { $links['namespaces']['name_of_tab'] = array( ...
-1
votes
0answers
10 views

Medawiki - informing users about cookies [closed]

I must now inform all users that my mediawiki web site uses cookies. Is there an extension that can do this automatically?
0
votes
0answers
14 views

Template of image, one left; two right

I'm sorry for my terrible English, - I speak Dutch - but you'll probably understand me. I don't know if there exist templates in HTML, but I use Wikia, I have a Wiki by my own. I am not an expert in ...
0
votes
0answers
6 views

How do I get the Category names from a Page/Template on MediaWiki?

I want to be able to use the Categories of a page in a layout of another page. Something like this: [[Page1]] content: {{:page1}} [[Page1]] Categories: {{:page1|GETCATEGORIES}} Here is page1: ...
0
votes
0answers
8 views

FCKeditorParserWrapper.body.php in mediawiki giving error

I am getting some error in pages when I use mediawiki: Strict Standards: Declaration of FCKeditorParserWrapper::internalParse() should be compatible with Parser::internalParse($text, $isMain = true, ...
1
vote
0answers
14 views

MediaWiki widgets aren't displaying

I work on an internal company wiki (so I can't provide any links), but I'll illustrate my problem as best as I can. Problem: When I insert the wiki syntax to display a widget, it produces this ...
0
votes
0answers
17 views

mwclient error with python 3

I try to use mwclient with python 3, because all my sourcecode is python 3. Is there a change to call the mwclient functions inside the python 3 sourcecode or does anyone has a version of mwclient ...
1
vote
1answer
22 views

httpError using mwclient with local MediaWiki

I try to create a page using mwclient with a local MediaWiki. With wikipedia.org everything works fine. With my local MediaWiki I enter these commands: import mwclient site = ...
1
vote
1answer
24 views

what would be the best approach to extract one language form wiktionary?

I have searched but not found what I want, which is: the best and most efficient to extract all Italian words, etymologies and parts of speech... including plural forms of words (amico, amichi) from ...
0
votes
2answers
37 views

How to set the environment variable for PHP in Linux?

I'm implementing MediaWiki with the Oracle Database and therefore I need to add TNS_ADMIN variable to my PHP startup environment. Q1: How do i add TNS_ADMIN variable to PHP Startup environment? Q2: ...
-1
votes
0answers
6 views

Create a list ordered alphabetically mediawiki [closed]

I want to create a mediawiki page where I can put the problems that I had doing certain stuffs and how I did to solve it to have a documentation of all that I did. I want to have the possibility to ...
-1
votes
0answers
11 views

Semantic Mediawiki Forms - Inline query adding unnecessary property to results [closed]

I have been working on a mediawiki for my work and I've implemented a semantic form to track all of the devices and machines we have in use. I have several properties for each device including ...
-2
votes
0answers
18 views

Weird graphics when clicking on an a link [closed]

I'm getting some weird fuzzy lines around my links when I click them, and I can't figure out why. This is the site p.s. the a.mobile-link is there so that the dropdowns appear when you're on a ...
0
votes
1answer
14 views

Files and directories on Linux and MediaWiki [closed]

I set up a MediaWiki site, but thumbnail creation fails to work on it with this debug messages: File::transform: Doing stat for ...
1
vote
1answer
9 views

How to make Mediawiki account registrations only allow unique emails?

How can I set it so that Mediawiki will not allow a single email address to create multiple accounts? A spambot just created 5 accounts with a single email. I've looked for configuration settings or ...
0
votes
0answers
51 views

Cleaning up an if…else statement [migrated]

I'm making a function that takes the date a page was last edited, accessed through MediaWiki's API, compares it to the current date, and returns how long ago the page was edited, e.g. 1 year/2 ...
1
vote
1answer
38 views

Can not read Japanese content from Wiki

I am trying to use below code to read the Japanese content from Wiki ClientConfig clientConfig = new DefaultClientConfig(); client = Client.create(clientConfig); WebResource webResource = ...
0
votes
2answers
27 views

Why is one page slightly differently aligned to another?

Hey can someone help me out here, my Home page is aligned differently to all the other pages... Not a big deal but would like to know why. Home: http://2013hs.igem.org/Team:St_Pauls_London Other: ...
0
votes
0answers
24 views

mediawiki create page with content without using API and using internal wiki functions

I am currently changing a svg-edit extension to my advantage, which creates a svg file and a link on the page i am. I did some changes to it and it creates the file and in the page i am currently in ...
0
votes
3answers
20 views

How to include the result of an api request in a template?

I'm creating a wiki using Mediawiki for the first time. I would like to include automatically all backlinks of the current page in a template (like the "See also" section). I tried to play with the ...
0
votes
0answers
12 views

Enhance MediaWiki Search

I was just wondering if I can enhance the search facility in MediaWiki, like returning a suggested Result Set closest to the Search Key instead of return 0 results page. For eg. I have created the ...
-1
votes
0answers
12 views

To use or not to use a namespace in MediaWiki [closed]

I am setting up an internal wiki to be used by company X. It will contain documentation for some custom software they are using as well as some instructional/operational manuals for supervisors and ...
2
votes
0answers
18 views

MediaWiki custom page

I've got a MediaWiki site and I would like to add a tab with a very simple "read article" functionality (without any edit/comment options). I followed the manual and tried to create a namespace for ...
1
vote
2answers
24 views

Wikipedia API: Excluding References From Parse Request

I'm trying to get the links from a particular page in order as presented on page, or reasonably close. I believe I found the correct API call to do so using the parse request, however I'm noticing ...
0
votes
2answers
31 views

How do I get Html Source of a Wiktionary page? [duplicate]

I am struggling withe Wiki Api. How can I simply get a pages html using the API. I know it is possible as I have done it before but I cannot remember how to do it. Say I want the page source for the ...
0
votes
1answer
14 views

How to make Mediawiki require alphanumeric passwords?

How can I force new user registrations in mediawiki to use alphanumeric passwords? At the moment they only need letters. There is not way to edit LocalSettings.php, so I would have to modify the ...
1
vote
1answer
13 views

Encodage with french dump

I have a problem with my French dump of Wikipedia using XML dump. I'm having a problem with accented characters. When i install Mediawiki, I choose innoBdb, this my MySQL configuration: Enter ...
1
vote
2answers
55 views

Get MediaWiki session() username

I have statistic stored in a database. I would like Users in our MediaWiki to view only statistic that is linked to their username. I hav e tried below but it gives me just a blank page (no errors). ...
0
votes
1answer
11 views

How do I get growl style notification in Mediawiki

After I added a page to my watchlist on Mediawiki.org, it notified me nicely with a little "Growl Style" notification message box and then just hid itself automatically. (As seen below) However my ...
0
votes
0answers
50 views

How to upload image to wikimedia site from android

I'm trying to upload an image to a custom wikimedia site from an android phone. Unfortunately, the image I am trying to upload isn't working. This is the function I'm using to send a multipart ...
0
votes
1answer
13 views

Advanced search in Mediawiki

How do I find the article on the date or size? For example, from 24/04/2013 to 04/01/2013 and the size of 12800 bytes Is there such extensions in Mediawiki?
0
votes
1answer
86 views

Best Java API to Access Wikipedia Data

I want to access the Wikipedia Data for some research based NLP task in optimizes way. I'm focusing on finding some Java API. I've seen many Java API e.g JWPL, gwtwiki,wikixmlj, Bliki Engine, ...
0
votes
0answers
12 views

I want show each page last editor last upate date information

I am using MediaWIKI 1.19 And I want show each page on top, "Last updated 2003.2.2 by Writor XXX" So. I added to 'tagline' as "Last updated {{REVISIONYEAR}} {{REVISIONMONTH}}{{REVISIONDAY2}} by ...
-2
votes
0answers
22 views

How do i set up a MediaWiki Installation with Wikia's modifications [closed]

the plan was to create a mediawiki site on WAMP Server on my local machine to create drafts of pages i would put up on a wikia site, that way i can fiddle with templates and save them without worrying ...
0
votes
0answers
17 views

Integrating filterable table script into mediawiki

I like to use a filterable table like this http://offene-naturfuehrer.de/web/Kategorie:Filtertabellen in my mediawiki site. However, I did not manage to integrate the script I copied the lines from ...
1
vote
0answers
19 views

MediaWiki tag parse each time

Basically, I have a dynamic php function that get's a Minecraft Server's status (using packets etc). The main problem is that the code is parsed when edited (I can see it in the logs) and not when the ...
0
votes
0answers
9 views

Make summaries mandatory in MediaWiki?

When editing/moving/deleting pages or blocking/unblocking users, I would like the summary field in each page that performs one of the above functions to be mandatory, so that motives behind one of the ...
0
votes
1answer
35 views

How do I modify page tabs (content actions tab) in Mediawiki

I have my 1.19 Mediawiki that has page tabs look like this: I want to add 'Watch' link as one of the tabs which should look like this (Watch as the star icon instead of a text link): I googled ...
0
votes
2answers
32 views

How to distinguish a Wikipedia article by URL?

There are many pages on Wikipedia that are not articles, e.g. talk pages etc. How to distinguish them from articles by URL?
1
vote
1answer
26 views

Default sort column in Wikipedia table

Having a standard wiki table {| class="sortable wikitable" ! Title ! Authors ! ID Number |- | '''Applying UML and Patterns''' | Craig Larman | ID432 ... how to make the table sort the table by the ...
0
votes
1answer
21 views

How to allow insertion of the internal images in MediaWiki?

Allow img tag to be used in wikitext. $wgAllowImageTag = true; This variant works <IMG SRC = "http://picasa.google.com/images/thumb_edit.png"> Cuts the src attribute for images from my ...
1
vote
1answer
51 views

How can I fix the mediawiki error “Wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again.”?

The problem I am having is that I can not log on to my newly created wiki that I made using MediaWiki. I have searched the web for an answer, and the ones I found did not help with this specific issue ...
1
vote
1answer
30 views

The Java Wiki Bot Framework logging

I am using The Java Wiki Bot Framework to do changes in a mediawiki website using java, and it works fine. The only problem is that the JWBF produces a a huge volume of debugging information in the ...
1
vote
1answer
58 views

Export Wikipedia article to get summary information

I'm trying to get introduction from wikipedia article to include it into report. For example, for this article: http://en.wikipedia.org/wiki/MAP3K8 I want to get: Mitogen-activated protein ...
0
votes
1answer
22 views

How do you grab an article including the links in a usable format?

I have an internal deployment of mediawiki. In some articles are external links. I have another page that makes API calls to the wiki to pull articles into another website. When I pull those articles ...
0
votes
1answer
20 views

Make image link to upload form.

I am attempting to make an image link to an upload form that will allow a user to upload the image with a particular name. I have a series of pages with a "Person" infobox on them. If no picture has ...
0
votes
0answers
12 views

What is the difference between the 'createNew' and the 'addToDatabase' method in Mediawiki?

I am using Mediawiki v1.20.3, PHP 5.3.18 and MySQL 5.1.66 for my wiki-platform. As browsing through core files, I found the 'user.php' file with the two methods 'createNew' and 'addToDatabase'. Could ...
0
votes
1answer
20 views

How to reduce the size of a Mediawiki 'text' table

I administer a small Mediawiki wiki that has recently been subject to quite a lot of spam. I've deleted all of the spam accounts and pages and, thanks to the help provided at How to permanently delete ...

1 2 3 4 5 23