tModLoader

tModLoader

1,731 ratings
Wikithis
8
5
12
4
4
2
3
   
Award
Favorite
Favorited
Unfavorite
Mod Side: Client
tModLoader Version: 1.4.3, 1.4.4
File Size
Posted
Updated
206.818 KB
8 Jul, 2022 @ 4:19pm
6 Aug @ 9:27pm
53 Change Notes ( view )

Subscribe to download
Wikithis

Description
Github[github.com]

Wikithis allows you to check wiki of selected item/npc in game!
Works for every vanilla item, npc! Also will work with most modded items/NPCs.

Supports multiple different languages.

If you want to add support for this mod, then check lower!

Adding cross-mod support
It's fairly simple to add cross-mod support!

First you SHOULD have wiki for your own mod, that's important!
Then, add some code to your Mod class that invokes Mod.Call on the Wikithis mod. Make sure to follow the message format perfectly.
"AddModURL", Mod mod, string domain, [OPTIONAL] GameCulture.CultureName culture

public override void Load() // You can use any other loading method, doesn't matters. { ModLoader.TryGetMod("Wikithis", out Mod wikithis); if (wikithis != null && !Main.dedServ) { wikithis.Call("AddModURL", this, "https://examplemod.wiki.gg/wiki/{}"); // You can also use call ID for some calls! wikithis.Call(0, this, "https://examplemod.wiki.gg/wiki/{}"); // Alternatively, you can use this instead, if your wiki is on terrariamods.fandom.com //wikithis.Call(0, this, "https://terrariamods.fandom.com/wiki/Example_Mod/{}"); //wikithis.Call("AddModURL", this, "https://terrariamods.fandom.com/wiki/Example_Mod/{}"); // If there wiki on other languages (such as russian, spanish, chinese, etch), then you can also call that: //wikithis.Call(0, this, "https://examplemod.wiki.gg/zh/wiki/{}", GameCulture.CultureName.Chinese) // If you want to replace default icon for your mod, then call this. Icon should be 30x30, either way it will be cut. //wikithis.Call("AddWikiTexture", this, ModContent.Request<Texture2D>(pathToIcon)); //wikithis.Call(3, this, ModContent.Request<Texture2D>(pathToIcon)); } }

Translation Credits
Lin and Listentowind - chinese translation
Project tRu - russian translation
Taco - polish translation
Sea Noodle - italian translation
Henrykado - old brazilian portuguese translation
ppiece of cat - old russian translation
TheBrutalSkull ^-^ - old french translation
Naudiz - old german translation
Originally posted by tModLoader Wikithis:
Developed By BasicallyIAmFox
Popular Discussions View All (7)
13
3
30 Oct, 2024 @ 3:26am
no clamtitty
NotLe0n
1
28 Mar @ 7:52pm
w
paicampai
1
28 May, 2024 @ 5:50am
Search by English name, not by localized name
snowinmars
243 Comments
Kanaris 26 Aug @ 7:09pm 
it's in the keybinds menu like nearly every mod will have. Down the bottom
sonsablar 26 Aug @ 2:23pm 
dumb question, but how do i open the wiki, it says NONE to press, how to bind it?
mc rig 22 Aug @ 3:55pm 
THIS MOD IS AMAZING
RumikoTheFox 17 Jul @ 11:08pm 
@in love w/ myself: The code is for if you have your own mod and want people to be able to use WikiThis to go to the wiki pages for your items and so forth. So unless you have a mod you're trying to add support to, the code is irrelevant to you.
in love w/ myself 29 May @ 9:43am 
I might be stupid, but I struggle with adding wiki URL to the code, I don't get where do I have to modify it
Docta 25 May @ 7:18am 
this is the most terraria mod ever
wrexxs 9 Apr @ 1:29pm 
you probably need to bind your keybinds dude
dinoduper 2 Apr @ 3:26pm 
it is not letting me use the wiki, it just says to press [NONE] to see the wiki
handon 6 Mar @ 8:58am 
:steamthumbsup:
Flaccid Pancakes 6 Feb @ 5:33pm 
How on earth do i rebind the wiki search page? i somehow unbinded it and theres nowhere in the settings to rebind the key