2

I know that the wiki concept is let people from around the world contribute and everything. Now is there a way to add code ("contribute") to Wikipedia's codebase? Open-source?

For eg. I'd like to offer a poll to every Wikipedian (registered user) on their user-page asking whether they're deletionists (rather have less) or additionists (rather have more)

I'm sure many would have great ideas that they could contribute .. like FireFox addons.

Any way to add-on or add to the Wikipedia software? Even if you're constantly under moderation and every change is verified by Wikipedia employees, heck, you get to update the Wikipedia!

Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
  • 1
    Does this question belong here in SO? I am not sure. – Niyaz Feb 21 '09 at 17:38
  • He's wanting to program something and asking if its possible (in this case if its possible to contribute to that project). I think it is very programming related. – TheTXI Feb 21 '09 at 17:40
  • 3
    I'm voting to close this question as off-topic because it is not about programming as defined in the [help]. – JasonMArcher Jun 25 '15 at 04:02

3 Answers3

6

You'd contribute to MediaWiki. However, I strongly suspect you won't get features like polls accepted into the codebase (or at least not adopted by Wikipedia). I suspect that a feature like that would already have been implemented if enough folks on Wikipedia wanted it.

Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194
2

I don't think you can update the code that is actually going on at http://www.wikipedia.org but you could always take an open-source wiki software already out there and customize it to add in the functionality you would like.

TheTXI
  • 37,429
  • 10
  • 86
  • 110
1

I believe you're referring to creating a plugin for MediaWiki.

Jeff Moser
  • 19,727
  • 6
  • 65
  • 85