From bd90dc89f78bb2e1e4943ff61ebb0d97b15d16d7 Mon Sep 17 00:00:00 2001 From: Elijah Date: Fri, 17 Mar 2023 17:29:38 -0700 Subject: [PATCH 1/2] add rs/osrs wikis could include weirdgloop in there --- src/extwiki-data.rkt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/src/extwiki-data.rkt b/src/extwiki-data.rkt index a4b8d77..847af2e 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 @@ -366,6 +400,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) -- 2.34.1 From 89828a7f5a3c2d2d1fed881c85e4a973f29a5b7d Mon Sep 17 00:00:00 2001 From: Evalprime Date: Thu, 23 Mar 2023 00:51:38 +0000 Subject: [PATCH 2/2] add classic rs --- src/extwiki-data.rkt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/extwiki-data.rkt b/src/extwiki-data.rkt index 847af2e..0057dd5 100644 --- a/src/extwiki-data.rkt +++ b/src/extwiki-data.rkt @@ -63,6 +63,13 @@ ("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" @@ -366,6 +373,15 @@ (λ (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 -- 2.34.1