Wiki In Africa Learning Resources

Every training resource.
One place, one query away.

A structured, searchable knowledge base of Wiki In Africa training materials — organised by campaign, skill level, project and language, and queryable directly as open data.

Total Resources
Campaigns
Projects
100%
Free & Open
Resources
Beginner
Intermediate
Advanced
Wiki Loves Africa
Reviewed
Resource Library

Find training materials

Skill:
Showing resources
Loading resources from Wikibase…
🔎

No resources match your search.
Try different terms or clear the filters.

Browse by Programme

Wiki In Africa Campaigns

Learning Pathways

Where do you start?

Find resources matched to your experience level.

Beginner
New to Wikimedia? Start here.
Intermediate
Ready to go deeper.
Advanced
Pushing the frontier.

Browse by Wikimedia Project

Filter by the platform you are working on

Query this Wikibase

All resources are structured data — query them directly using SPARQL to build reports, exports or custom views. The query service updates automatically as new Items are added.

Open Query Service ↗
PREFIX wd:  <https://wikiinafrica.wikibase.cloud/entity/>
PREFIX wdt: <https://wikiinafrica.wikibase.cloud/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd:  <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?creators
WHERE {
  ?item wdt:P2 wd:Q4 .
  OPTIONAL {
    SELECT ?item (GROUP_CONCAT(DISTINCT ?c; separator=" & ") AS ?creators)
    WHERE { ?item wdt:P8 ?c . }
    GROUP BY ?item
  }
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" .
  }
}
ORDER BY ?itemLabel