diff --git a/src/extwiki-data.rkt b/src/extwiki-data.rkt index a4b8d77..0057dd5 100644 --- a/src/extwiki-data.rkt +++ b/src/extwiki-data.rkt @@ -47,6 +47,29 @@ '(("Migration discussion" . "https://old.reddit.com/r/Astroneer/comments/z905id/the_official_astroneer_wiki_has_moved_to_wikigg/") ("Migration info" . "https://astroneer.fandom.com/wiki/Talk:Astroneer_Wiki/Migration_to_Wiki.gg")) (λ (props) '())) + 'RuneScape + (extwiki-group^ + "RuneScape" + '(("Leaving Wikia" . "https://runescape.wiki/w/Forum:Leaving_Wikia") + ("In the media" . "https://kotaku.com/video-game-wikis-abandon-their-platform-after-year-of-p-1829401866") + ("Browser Extension" . "https://runescape.wiki/w/RuneScape:Finding_the_wikis_with_ease#Extensions")) + (λ (props) '())) + + 'OSRS + (extwiki-group^ + "OSRS" + '(("Leaving Wikia" . "https://runescape.wiki/w/Forum:Leaving_Wikia") + ("In the media" . "https://kotaku.com/video-game-wikis-abandon-their-platform-after-year-of-p-1829401866") + ("Browser Extension" . "https://oldschool.runescape.wiki/w/RuneScape:Finding_the_wikis_with_ease#Extensions")) + (λ (props) '())) + + 'RSClassic + (extwiki-group^ + "RSClassic" + '(("Leaving Wikia" . "https://runescape.wiki/w/Forum:Leaving_Wikia") + ("In the media" . "https://kotaku.com/video-game-wikis-abandon-their-platform-after-year-of-p-1829401866")) + (λ (props) '())) + 'empty (extwiki-group^ "Misc" @@ -332,6 +355,33 @@ (λ (props) `((p "The official ARK: Survival Evolved Wiki launched in 2016. In April 2022 it moved to wiki.gg's hosting to improve creative control and the overall browsing experience.")))) + (extwiki^ + '("runescape") 'default + 'RuneScape + "RuneScape Wiki" + "https://runescape.wiki/" + "https://runescape.wiki/images/Wiki.png" + (λ (props) + `((p "The RuneScape Wiki was founded on April 8, 2005. In October 2018, the wiki left Fandom (then Wikia), citing their apathy towards the wiki and excessive advertisements.")))) + + (extwiki^ + '("oldschoolrunescape") 'default + 'OSRS + "Old School RuneScape Wiki" + "https://oldschool.runescape.wiki/" + "https://oldschool.runescape.wiki/images/Wiki.png" + (λ (props) + `((p "The Old School RuneScape Wiki was founded on February 14, 2013. In October 2018, the RuneScape Wiki left Fandom (then Wikia), citing their apathy towards the wiki and excessive advertisements, with the Old School RuneScape Wiki following suit.")))) + + (extwiki^ + '("runescapeclassic") 'default + 'OSRS + "RuneScape Classic Wiki" + "https://classic.runescape.wiki/" + "https://classic.runescape.wiki/images/Wiki.png" + (λ (props) + `((p "The Old School RuneScape Wiki was founded on April 19, 2009. In October 2018, the RuneScape Wiki left Fandom (then Wikia), citing their apathy towards the wiki and excessive advertisements, with the RuneScape Classic Wiki following suit.")))) + (extwiki^ '("astroneer") 'default 'Astroneer @@ -366,6 +416,7 @@ (extwiki^ '("noita") 'empty 'empty "Noita Wiki" "https://noita.wiki.gg/wiki/Noita_Wiki" #f #f) (extwiki^ '("pathofexile") 'empty 'empty "Official Path of Exile Wiki" "https://www.poewiki.net/wiki/Path_of_Exile_Wiki" #f #f) (extwiki^ '("projectarrhythmia") 'empty 'empty "Project Arrhythmia Wiki" "https://projectarrhythmia.wiki.gg/wiki/Project_Arrhythmia_Wiki" #f #f) + (extwiki^ '("runescape") 'empty 'empty "RuneScape Wiki" "https://runescape.wiki/" #f #f) (extwiki^ '("sandsofaura") 'empty 'empty "Official Sands of Aura Wiki" "https://sandsofaura.wiki.gg/wiki/Sands_of_Aura_Wiki" #f #f) (extwiki^ '("seaofthieves") 'empty 'empty "Official Sea of Thieves Wiki" "https://seaofthieves.wiki.gg/wiki/Sea_of_Thieves" #f #f) (extwiki^ '("sonsoftheforest") 'empty 'empty "Sons of the Forest Wiki" "https://sonsoftheforest.wiki.gg/wiki/Sons_of_the_Forest_Wiki" #f #f)