-
Updated
Jul 9, 2020 - PHP
MediaWiki
MediaWiki is a popular free and open source wiki engine written in PHP.
It is used by tens of thousands of websites to collect and organize knowledge and make it available to people.
Many people may be familiar with MediaWiki as the software that runs Wikimedia sites such as Wikipedia.
Here are 649 public repositories matching this topic...
-
Updated
Jul 9, 2020 - Java
-
Updated
May 30, 2020 - Python
-
Updated
Jul 9, 2020 - Python
This wiki has a broken skin or something, but the license is visible and we should be able to fetch it:
https://archive.org/details/wiki-docsgridguyzcom
To help users unfamiliar with SMW to find features and supplementary functions which are normally not enabled by default, I created [0] as starting point.
I would appreciate if some people from the community find the time to finalize and complete the list.
Tasks
- Identify features and supplementary functions
- SMWSearch
- Add separate summary sections to the
smw@wiki
Can we get more detail documentation with examples specially how to get data for wikidata method once it is fetched such as to get "date of birth, gender" which can cover for people who are new to python. There are examples but not enough to utilise this great package for usage.
Hi,
im trying to use random() and recentchanges() but everytime i print the output of one of them i get this:
>>random = site.random(namespace=0, limit=10)
>>random
<List object 'random' for <Site object 'test.wikipedia.org/w/'>>
and the same for recentchanges()
>>> recent = site.recentchanges()
>>> recent
`<List object 'recentchanges' for <Site object 'test.wikipedia.or
When making changes to existing content (e.g. not appending or prepending text), it is important that bots don't accidentally overwrite edits by other users.
The way bots should do this to, when fetching the existing content, pass the revision timestamp to the edit module. This way, if another edit has been made since then, the edit will be rejected. At this point the bot can either try again, or
They are inspect-ed as #<Var(episodes)>, which is absolutely non-informative (we don't know what's inside and whether we could extract that). Should be better.
-
Updated
Apr 6, 2020 - Python
-
Updated
Feb 13, 2020 - PLpgSQL
Often, we see edits changing the spelling of a word or other English-dialect stuff. It's hard to evaluate those edits without context, so it would be great if Huggle showed somewhere if the article had a template documenting the consensus. The same applies for things like {{use dmy dates}}, although I don't see those edits as much.
Actually, it occurs to me that a generic "Huggle comment" syste
-
Updated
Mar 25, 2020 - Python
-
Updated
Jul 7, 2020 - Python
And before trying to load an external js file with --customFlavour, it should be checked in the internal extensions directory.
So:
--customFlavour=WiktionaryFRshould loadWikitionaryFR.jsin this extensions directory.--customFlavour=foobarshould loadfoobar.jsin the current directory (from wheremwofflineris launched by the user).--customFlavour=foobar.jsshould
-
Updated
Mar 28, 2020 - Python
- MW 1.31
COMPOSER=composer.local.json composer require --update-no-dev mediawiki/chameleon-skin 2.1.0
fails with
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for mediawiki/chameleon-skin 2.1.0 -> satisfiable by mediawiki/chameleon-skin[2.1.0].
- mediawiki/chameleon-skin 2.1.0 requires mediawiki/m
-
Updated
Apr 22, 2020 - Python
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Jun 7, 2020 - Java
-
Updated
Jul 8, 2020 - PHP
-
Updated
May 28, 2020 - Python
Created by Wikimedia Foundation and MediaWiki contributors
Released January 25, 2002
- Repository
- wikimedia/mediawiki
- Website
- www.mediawiki.org
- Wikipedia
- Wikipedia
We should probably have a script of some kind keep definitions.py and definitions.c in sync with MediaWiki to prevent it from getting out of date.