Syntax fix, alphabetizing
parent
38e2193443
commit
06fdc9d722
|
@ -57,7 +57,7 @@ Entries are formatted as follows:
|
||||||
"origin_base_url": "example.fandom.com",
|
"origin_base_url": "example.fandom.com",
|
||||||
"origin_content_path": "/wiki/"
|
"origin_content_path": "/wiki/"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
"destination": "Example Wiki",
|
"destination": "Example Wiki",
|
||||||
"destination_base_url": "example.com",
|
"destination_base_url": "example.com",
|
||||||
"destination_content_path": "/w/",
|
"destination_content_path": "/w/",
|
||||||
|
|
|
@ -1303,13 +1303,29 @@
|
||||||
"origin_base_url": "mccisland.fandom.com",
|
"origin_base_url": "mccisland.fandom.com",
|
||||||
"origin_content_path": "/wiki/"
|
"origin_content_path": "/wiki/"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
"destination": "MCC Island Wiki",
|
"destination": "MCC Island Wiki",
|
||||||
"destination_base_url": "mccisland.wiki",
|
"destination_base_url": "mccisland.wiki",
|
||||||
"destination_content_path": "/",
|
"destination_content_path": "/",
|
||||||
"destination_platform": "mediawiki",
|
"destination_platform": "mediawiki",
|
||||||
"destination_icon": "mcciwiki.png"
|
"destination_icon": "mcciwiki.png"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "en-megamitensei",
|
||||||
|
"origins_label": "Megami Tensei Fandom Wiki",
|
||||||
|
"origins": [
|
||||||
|
{
|
||||||
|
"origin": "Megami Tensei Fandom Wiki",
|
||||||
|
"origin_base_url": "megamitensei.fandom.com",
|
||||||
|
"origin_content_path": "/wiki/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"destination": "Megami Tensei Wiki",
|
||||||
|
"destination_base_url": "megatenwiki.com",
|
||||||
|
"destination_content_path": "/wiki/",
|
||||||
|
"destination_platform": "mediawiki",
|
||||||
|
"destination_icon": "megamitenseiwiki.png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "en-micronations",
|
"id": "en-micronations",
|
||||||
"origins_label": "MicroNations Fandom Wiki",
|
"origins_label": "MicroNations Fandom Wiki",
|
||||||
|
@ -2213,21 +2229,5 @@
|
||||||
"destination_content_path": "/wiki/",
|
"destination_content_path": "/wiki/",
|
||||||
"destination_platform": "mediawiki",
|
"destination_platform": "mediawiki",
|
||||||
"destination_icon": "zeldapedia.png"
|
"destination_icon": "zeldapedia.png"
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "en-megamitensei",
|
|
||||||
"origins_label": "Megami Tensei Fandom Wiki",
|
|
||||||
"origins": [
|
|
||||||
{
|
|
||||||
"origin": "Megami Tensei Fandom Wiki",
|
|
||||||
"origin_base_url": "megamitensei.fandom.com",
|
|
||||||
"origin_content_path": "/wiki/"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"destination": "Megami Tensei Wiki",
|
|
||||||
"destination_base_url": "megatenwiki.com",
|
|
||||||
"destination_content_path": "/wiki/",
|
|
||||||
"destination_platform": "mediawiki",
|
|
||||||
"destination_icon": "megamitenseiwiki.png"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue