Tagged Questions

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

27
votes
33answers
4k views

Have you used a wiki in your project or group?

The workgroup at my company is considering creating a wiki to store information that everyone may find useful. It would contain anything from tips/links on new technologies used on projects to ...
12
votes
13answers
1k views

Getting developers to use a wiki

I work on a complex application where different teams work on their own modules with a degree of overlap. A while back we got a Mediawiki instance set up, partly at my prompting. I have a hard job ...
10
votes
8answers
4k views

Any better way to create MediaWiki numbered lists?

When using MediaWiki's markup language, the only thing that I hate is creating numbered lists. The only way I know to create a list is to do something like this: #Item1 #Item2 However, if I want to ...
9
votes
1answer
176 views

How does the “edit section” feature on Wikipedia work?

How does Wikipedia implement the "edit this section" feature for its articles, wherein a user can edit just a section of an article, rather than the whole article? I've tried crawling through ...
9
votes
4answers
2k views

Which text editor supports syntax highlighting for Wiki code?

Does any text editor (such as Notepad++) syntax highlight MediaWiki code? This might not be strictly programming related though the Wiki script is a language by itself.
8
votes
11answers
647 views

How to encourage non-anonymous editing on MediaWiki?

Problem At work we have a department wiki (running Mediawiki). Unfortunately several persons edit without logging in, and that makes it very difficult to track down editors to ask questions about the ...
7
votes
6answers
969 views

Parser for wikipedia

I downloaded wikipedia dump and want to convert from wiki format to my object format. Is there a wiki parser available that converts the object into XML?
7
votes
3answers
2k views

Convert LaTeX to mediawiki syntax

I need to convert LaTeX into mediawiki syntax. The formulas should stay the same, but I need to transform, for example \chapter{something} into = something =. Although this can be obtained with a ...
7
votes
3answers
6k views

WebRequest to connect to the Wikipedia API

This may be a pathetically simple problem, but I cannot seem to format the post webrequest/response to get data from the Wikipedia API. I have posted my code below if anyone can help me see my ...
7
votes
4answers
9k views

How do I create my own custom group in mediawiki?

I have been reading carefully through the mediawiki documentation but I have not been able to find out how to create new groups. When I look at Special:Userrights, I see only 3 groups : Bots, ...
7
votes
3answers
5k views

What's the easiest way to add a quote box to mediawiki?

I installed mediawiki on my server as my personal knowledge base. Sometimes I copy some stuff from Web and paste to my wiki - such as tips & tricks from somebody's blog. How do I make the copied ...
6
votes
1answer
555 views

Is there any tools to convert markdown to Wiki text in other formats

The requirement is that I need to paste a long document in markdown format to a mediawiki site, which has no markdown extension installed. All I can find about markdown, tools or modules/libraries, ...
6
votes
2answers
873 views

TEXTAREAs scroll by themselves (on IE8) every time you type one character

IE8 has a known bug (per connect.microsoft.com) where typing or pasting text into a TEXTAREA element will cause the textarea to scroll by itself. This is hugely annoying and shows up in many ...
6
votes
2answers
444 views

What PHP Framework and ORM does wikipedia use?

I have always been fascinated about how wikipedia works. I am think of creating an idea similar to wikipedia but I must know what technology they use first. Just wanted to know what technology does ...
6
votes
5answers
371 views

How does Wikipedia's “What links here” work?

I recently used Wikipedia's function "What links here" (which is found under the "Toolbox" element in any entry's left menu) and it got me started wondering how this function actually works. I'm ...
6
votes
3answers
5k views

Using Redmine with an external Wiki?

We've got a company wiki running Mediawiki on our intranet that has been in use for a while. We just recently installed Redmine and are in the process of getting it configured just the way we like ...
6
votes
2answers
11k views

How to use wikipedia api if it exists?

I'm trying to find out if there's a wikipedia api (I Think it is related to the mediawiki?). If so, I would like to know how I would tell wikipedia to give me an article about the new york yankees ...
6
votes
5answers
2k views

Which Wiki Parser?

Does anyone know of a parser that can take Wiki formatted text as input and produce a tree of entities, in the same way that an XML parser produces an entity tree? To clarify, I'm looking for ...
6
votes
4answers
1k views

Migration To Trac

We are managing our development with Subversion over HTTPS, Bugzilla, and Mediawiki. Some of our developers have expressed an interest in migrating to Trac, so I have to evaluate what the cost of ...
5
votes
4answers
518 views

Web pages to print media — solutions?

I've been a big fan of MediaWiki and similar wiki-based text editors. I like the ability to quickly add text, collaborate, and share. However, there's always still the need for nicely formatted print ...
5
votes
2answers
981 views

Convert Sandcastle Help File Builder Output (Web site) to MediaWiki format

I need to convert my Sandcastle Help File Builder (SHFB) output that is a Web site (HTML) to Media wiki format Find a way to transfer/include the converted pages directly into the MediaWiki we ...
4
votes
2answers
170 views

MediaWIki : page editing allowed by creator only or with approval

I'm trying to restraint editing on the Wiki (using MediaWiki) that I'm creating as an internal project for my company. We would like to be able to let the page creators specify none or one of the two ...
4
votes
3answers
363 views

Code block in numbered list (Wiki syntax)

In MediaWiki (wikipedia's) wiki syntax, is there a way to have a numbered list with a code block in the middle? For example: # Number 1 # Number 2 Indented section that will become a code block # ...
4
votes
3answers
603 views

Convert mediawiki to LaTeX syntax

I need to convert mediawiki into LaTeX syntax. The formulas should stay the same, but I need to transform, for example = something = into \chapter{something}. Although this can be obtained with a bit ...
4
votes
3answers
835 views

Embedding Recent Changes on Main Page on MediaWiki

I am a complete and total newbie with MediaWiki. I would like to find a way to include Recent Changes directly on the Main Page, without having to have the user navigate to the recent changes page. ...
4
votes
6answers
931 views

How can a personal-wiki be used for personal information management?

I am considering using MediaWiki for managing my personal information (code, and other "real life" data). And I would love any tips on how best to do so.
4
votes
4answers
782 views

How to check if a user is logged on in mediawiki in a different app?

Here is the situation: I have a mediawiki installation, and a few additional server-side scripts that require more resources and were already written in a different language (python). The python code ...
4
votes
4answers
2k views

MediaWiki styling for iPhone

When you visit en.wikipedia.org with an iPhone you are forwarded to en.m.wikipedia.org which is formatted beautifully for the device. I have MediaWiki on my own server and I'd love to have this ...
4
votes
8answers
1k views

MediaWiki documentation with external user access control

We are using MediaWiki inhouse for our software and hardware documentation. It looks like granting / revoking "read access" to parts of the documentation for our external users - customers, project ...
4
votes
3answers
4k views

Open-source parser code for Mediawiki markup

I'm interested in selectively parsing Mediawiki XML markup to generate a customized HTML page that's some subset of the HTML produced by the actual PHP Mediawiki render engine. I want it for ...
4
votes
3answers
1k views

How does MediaWiki compose the image paths?

I have a Perl app. that parses MediaWiki SQL tables and displays data from multiple wiki pages. I need to be able to re-create the absolute image path to display the images, eg: ...
4
votes
6answers
570 views

Extra backslashes being added in PHP

My crappy web host did some upgrades the other day and some settings have gone awry, because looking at our company's wiki (MediaWiki), every quote is being escaped with a backslashes. It's not even ...
4
votes
4answers
8k views

Migrating MediaWiki Sites over to Windows Sharepoint Services Wiki

Had anybody found a way to migrate MediaWiki pages over to WSS Wikis? We just put up Sharepoint 2007 and while it appears to meet our needs, it doesn't appear to be any tool provided by Microsoft to ...
4
votes
3answers
358 views

Can I revoke some database privileges from MediaWiki after installation?

I've just installed MediaWiki on a web server. Obviously it needs lots of privileges during installation to set up its database correctly. Now that it's installed can I safely revoke some privileges ...
3
votes
1answer
84 views

Javascript in MediaWiki

I'd like to use some Javascript on my wiki pages, but I haven't been able to figure out how. I'm using a hosted solution on Wikia. So I am unable to modify the installation, add extensions or hack the ...
3
votes
2answers
116 views

Get all Wikipedia Infobox Templates and all Pages using them

Given a Wikipedia page like Wikipedia: Stack Overflow there are often Infoboxes (mostly on the right hand at the top of the page). Example screenshot: DBPedia lists all these attributes as RDF ...
3
votes
1answer
124 views

How to disable CKEditor dialog skin?

I hope somebody can give me some idea on this. I have a CKEditor 3.6 dialog which contains a single element of type html and loads an external page (or actually it's body html content). The style ...
3
votes
3answers
158 views

Best approach to render MediaWiki in C#?

Question: I want to render MediaWiki syntax (and I mean MediaWiki syntax as used by WikiPedia, not some other wiki format from some other engine such as WikiPlex), and that in C#. Input: MediaWiki ...
3
votes
2answers
184 views

Parsing wikiText with regex in Java

Given a wikiText string such as: {{ValueDescription |key=highway |value=secondary |image=Image:Meyenburg-L134.jpg |description=A highway linking large towns. |onNode=no ...
3
votes
2answers
153 views

mediawiki syntax parser for android

I need some help fetching the content of a mediawiki page and displaying it in my android app. I've found that mediawiki has a api which can export the markup text, but I need someway to parse it. ...
3
votes
2answers
423 views

How to retrieve parts of Wikipedia content into Android App?

Basically, I want to retrieve content from wikipedia. But I want to display it inside my Android Apps directly. Not immidiately redirect to the internet browser, but to display it inside my apps ...
3
votes
1answer
202 views

Geshi syntax highlighting for the R programming language

Does Geshi support the R programming language? This table (Geshi for MediaWiki) does not list R, so I guess the answer is no, but I just wanted to check. Is there any programming language with a ...
3
votes
1answer
164 views

MediaWiki Extension for Q&A

Is anyone aware of an already existing MediaWiki Extension that would allow users to ask questions in a similar manner to this website or yahoo answers. I've been looking for an extension to allow ...
3
votes
3answers
188 views

MediaWiki Template Templates?

Not sure I have the correct terminology here. I'll explain what I want to do and you guys can tell me if it's possible. I'm using MediaWiki as a Customer List page. So, I have a category for ...
3
votes
1answer
341 views

Wysiwyg editor that outputs mediawiki/tracwiki

(Related to this question.) I'm looking for a wysiwyg editor, but which outputs mediawiki (or, preferably,tracwiki) syntax instead of html. I've worked with TinyMCE and CKEditor in the past, but ...
3
votes
2answers
181 views

Mediawiki rollback bot (Mass undo troll actions!)

I want to rollback every page a certain IP address has edited, and delete any pages they've made. How can I do this with either a bot or a plugin or even default functionality to do this? I've found ...
3
votes
2answers
223 views

bug-tracker and wiki for project specifications

SHORT QUESTION If you want to skip the details below, here's the short question: I want to know if you keep your app's specifications similarly, in a bugtracker + a wiki and how do you split the ...
3
votes
2answers
216 views

Wikipedia (MediaWiki) URI encoding scheme

Folks, Anybody knows how Wikipedia or MediaWiki in general, encode the URI according to the title? It's not normal URI encoding, " "s are replaced with "_"s and single quotations are not encoded and ...
3
votes
1answer
152 views

How does mediawiki upload files to server

I just found out that mediawiki does not use move_uploaded_file. So how does mediawiki upload file to the database. I looked at the source code but could not understand much. Kind of urgent. Any Help ...
3
votes
2answers
104 views

Best resource to learn mediawiki?

Could you recommend some easy-to-follow tutorials on mediawiki?

1 2 3 4 5 12