Difference between revisions of "ExampleWikis"
Jump to navigation
Jump to search
(19 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | The following wikis are used as example wikis to test Mediawiki-Japi | + | __NOCACHE__ |
− | {{#ask: [[ | + | The following wikis are used as example wikis to test Mediawiki-Japi: |
− | | ? | + | |
+ | == List of Example Wikis == | ||
+ | {{#ask: [[Category:ExampleWiki]] [[siteurl::+]] | ||
+ | | ?siteurl | ||
+ | | ?wikiid | ||
+ | | ?mwversion | ||
+ | | ?MwMinExpectedPages | ||
+ | }} | ||
+ | {{#ask: [[Category:ExampleWiki]] [[siteurl::+]] | ||
+ | | ?siteurl | ||
+ | | ?wikiid | ||
+ | | ?mwversion | ||
+ | | ?MwMinExpectedPages | ||
+ | | sep=; | ||
+ | | format=csv | ||
}} | }} | ||
+ | === plain Table version (deprecated) === | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
Line 17: | Line 32: | ||
|} | |} | ||
See [[Developer Info]] | See [[Developer Info]] | ||
+ | |||
+ | === Howto add Example Wikis === | ||
+ | E.g. http://www.waihekepedia.org | ||
+ | # create a new Article in this Wiki e.g. [[www.waihekepedia.org]] | ||
+ | # add the article to the category [[:Category:ExampleWiki]] by adding the markup <nowiki>[[Category:ExampleWiki]]</nowiki> to it | ||
+ | # add the siteurl property to it by adding <nowiki>[[siteurl::http://www.waihekepedia.org]]</nowiki> | ||
+ | # add more properties like the wikiid ... | ||
+ | # the process can be simplified by using the [[:Template:ExampleWiki]] | ||
+ | # the process can be simplified a lot by using https://github.com/WolfgangFahl/JSMW_PageSchema | ||
[[Category:ExampleWiki]] | [[Category:ExampleWiki]] |
Latest revision as of 16:01, 6 January 2015
The following wikis are used as example wikis to test Mediawiki-Japi:
List of Example Wikis
plain Table version (deprecated)
siteurl | wikiid | wikiname | Version | |
---|---|---|---|---|
http://www.mediawiki.org | ||||
http://mediawiki-japi.bitplan.com/mw1_19/ | mw1_19test | mediawiki-japi-test1_19 | 1.19.23 | mediawiki-japi@bitplan.com |
http://mediawiki-japi.bitplan.com/mw1_23/ | mw1_23test | mediawiki-japi-test1_23 | 1.23.8 | mediawiki-japi@bitplan.com |
http://mediawiki-japi.bitplan.com/mw1_24/ | mw1_24test | mediawiki-japi-test1_24 | 1.24.1 | mediawiki-japi@bitplan.com |
See Developer Info
Howto add Example Wikis
E.g. http://www.waihekepedia.org
- create a new Article in this Wiki e.g. www.waihekepedia.org
- add the article to the category Category:ExampleWiki by adding the markup [[Category:ExampleWiki]] to it
- add the siteurl property to it by adding [[siteurl::http://www.waihekepedia.org]]
- add more properties like the wikiid ...
- the process can be simplified by using the Template:ExampleWiki
- the process can be simplified a lot by using https://github.com/WolfgangFahl/JSMW_PageSchema