From b39a4f20003e3c325c9a6ac562c2410f8721c602 Mon Sep 17 00:00:00 2001 From: Elijah Date: Fri, 17 Mar 2023 17:29:38 -0700 Subject: [PATCH] add rs/osrs wikis could include weirdgloop in there --- src/extwiki-data.rkt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/extwiki-data.rkt b/src/extwiki-data.rkt index a4b8d77..c24f987 100644 --- a/src/extwiki-data.rkt +++ b/src/extwiki-data.rkt @@ -47,6 +47,22 @@ '(("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) '())) + 'empty (extwiki-group^ "Misc" @@ -332,6 +348,24 @@ (λ (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^ '("astroneer") 'default 'Astroneer