Difference between revisions of "ExampleWikis"

From BITPlan mediawiki-japi Wiki
Jump to navigation Jump to search
 
(18 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: [[Kategorie:ExampleWiki]] [[siteurl::+]]
+
The following wikis are used as example wikis to test Mediawiki-Japi:
| ?siterurl
+
 
 +
== 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 17:01, 6 January 2015

The following wikis are used as example wikis to test Mediawiki-Japi:

List of Example Wikis

CSV

plain Table version (deprecated)

siteurl wikiid wikiname Version email
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

  1. create a new Article in this Wiki e.g. www.waihekepedia.org
  2. add the article to the category Category:ExampleWiki by adding the markup [[Category:ExampleWiki]] to it
  3. add the siteurl property to it by adding [[siteurl::http://www.waihekepedia.org]]
  4. add more properties like the wikiid ...
  5. the process can be simplified by using the Template:ExampleWiki
  6. the process can be simplified a lot by using https://github.com/WolfgangFahl/JSMW_PageSchema