• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC easiest way to make a items/monster wiki page for server?

PyrooSorc

New Member
Joined
Apr 21, 2021
Messages
14
Reaction score
1
tips on easiest way to go about a wiki page for server , ie. monster and loot (preferably with picture of monster) , items with photo and description, super new to this thanks in advance. sorry if wrong prefix.
 
Solution
@PyrooSorc A good tip is just to copy another one and use it on your website. How?
First go to a organized Tibiawiki such as Tibiabrwiki. Lets use this as example:

When you go to that link, you will find a table like this, just select and copy
copy.png

Then go to Word to HTML - Easy to use & Instant Conversions (https://wordtohtml.net/) and paste what you selected. You will get something like this
html code.png

Copy the html text in a new .php file of your layout. Then start adjusting the code, you can do it on the website I sent to you and inmediatly see the changes on the viewport, or just use the code editor you prefer.

Some examples of what you have to do...
@PyrooSorc A good tip is just to copy another one and use it on your website. How?
First go to a organized Tibiawiki such as Tibiabrwiki. Lets use this as example:

When you go to that link, you will find a table like this, just select and copy
copy.png

Then go to Word to HTML - Easy to use & Instant Conversions (https://wordtohtml.net/) and paste what you selected. You will get something like this
html code.png

Copy the html text in a new .php file of your layout. Then start adjusting the code, you can do it on the website I sent to you and inmediatly see the changes on the viewport, or just use the code editor you prefer.

Some examples of what you have to do are:

All the href must be matched according to what you want.
Example: href="Plantas (Criatura) - Tibia Wiki (https://www.tibiawiki.com.br/wiki/Plantas_(Criatura))"
Place instead: href="https://myot.com/creatures.php

You can use this method to any table or website you want, just change the parameters and all will work.
For examples, just visit Greed Online (http://greedot.net/npcguide.php) or Greed Online (http://greedot.net/mapguide.php)

Regards!
 
Solution
@PyrooSorc A good tip is just to copy another one and use it on your website. How?
First go to a organized Tibiawiki such as Tibiabrwiki. Lets use this as example:

When you go to that link, you will find a table like this, just select and copy
View attachment 63300

Then go to Word to HTML - Easy to use & Instant Conversions (https://wordtohtml.net/) and paste what you selected. You will get something like this
View attachment 63301

Copy the html text in a new .php file of your layout. Then start adjusting the code, you can do it on the website I sent to you and inmediatly see the changes on the viewport, or just use the code editor you prefer.

Some examples of what you have to do are:

All the href must be matched according to what you want.
Example: href="Plantas (Criatura) - Tibia Wiki (https://www.tibiawiki.com.br/wiki/Plantas_(Criatura))"
Place instead: href="https://myot.com/creatures.php

You can use this method to any table or website you want, just change the parameters and all will work.
For examples, just visit Greed Online (http://greedot.net/npcguide.php) or Greed Online (http://greedot.net/mapguide.php)

Regards!
you are amazing thank you!
Post automatically merged:

Learn HTML/CSS/JS and a back-end language such as PHP
thanks for taking the time out of your day for that :s
 
Back
Top