Skip to content

GameWikis/WikiLookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Wiki Lookup

A repository to list gaming-related independent wikis.

Inclusion criteria

Any gaming wiki which meets the following criteria can be added to the list:

  • Primary focus of the wiki must be computer or video games.
  • Should be hosted on a site that doesn't cross-promote individual wikis across their network, unless they host fewer than 42 wikis.
  • The wiki should be continuously online. Any wikis that become unresponsive for extended periods of time will be removed.
  • Currently, the wiki must be using the MediaWiki software. Please open an issue for additional wiki software will be accepted in the future.

Adding entries

Please submit wikis with the following format. Only include entries if it is a primary subject matter for the wiki.

For example, a wiki that covers the Need for Speed series of racing games would include a full games list, but would not include a racing entry in the genres section.

Wiki name, homepage, lang, and api are required. The rest are optional.

[
    {
        "name": "Wiki name",
        "homepage": "https://<url of homepage>",
        "lang": "en",
        "api": "https://<url of api>",
        "companies": [
            <list of companies>
        ],
        "games": [
            <list of games>
        ],
        "genres": [
            <list of genres>
        ],
        "series": [
            <list of series>
        ],
        "systems": [
            <list of systems>
        ]
    }
]

GitHub Super-Linter