Merge branch 'main' of https://github.com/KevinPayravi/indie-wiki-buddy
commit
297d5dbba2
|
@ -74,7 +74,7 @@ Entries are formatted as follows:
|
|||
```
|
||||
|
||||
* `id`: A unique identifier for the wiki; should start with the two-letter language code for the wiki, followed by a hypen and the name of the subject/franchise the wiki covers.
|
||||
* `label`: A label that is shown to the user, identifying the non-indie wiki(s). This is usually just the name of the wiki, but in the case of multiple wikis, it may be something like "Example Fandom Wikis" (plural).
|
||||
* `origins_label`: A label that is shown to the user, identifying the non-indie wiki(s). This is usually just the name of the wiki, but in the case of multiple wikis, it may be something like "Example Fandom Wikis" (plural).
|
||||
* `origins`: An array of wikis being redirected to the destination wiki. The vast majority of the time, there is just one wiki here. There may be multiple when a series has multiple wikis that combined into one destination wiki; when a Fandom wiki has archived alternatives; or when there are multiple non-independent wikis across multiple wiki farms.
|
||||
* `origin`: Name of the wiki being redirected.
|
||||
* `origin_base_url`: Fully qualified domain name of the wiki being redirected.
|
||||
|
|
|
@ -3472,6 +3472,27 @@
|
|||
"destination_main_page": "Main_Page",
|
||||
"destination_search_path": "/w/index.php"
|
||||
},
|
||||
{
|
||||
"id": "en-vtolvr",
|
||||
"origins_label": "VTOL VR Fandom Wiki",
|
||||
"origins": [
|
||||
{
|
||||
"origin": "VTOL VR Fandom Wiki",
|
||||
"origin_base_url": "vtol-vr.fandom.com",
|
||||
"origin_content_path": "/wiki/",
|
||||
"origin_main_page": "VTOL_VR_Wiki"
|
||||
}
|
||||
],
|
||||
"destination": "VTOL VR wiki.gg",
|
||||
"destination_base_url": "vtolvr.wiki.gg",
|
||||
"destination_platform": "mediawiki",
|
||||
"destination_icon": "vtolvr.png",
|
||||
"destination_main_page": "VTOL_VR_Wiki",
|
||||
"destination_search_path": "/index.php",
|
||||
"tags": [
|
||||
"wiki.gg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "en-warcraft",
|
||||
"origins_label": "World of Warcraft Fandom Wikis",
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 376 B |
Loading…
Reference in New Issue