Guides:Eviand's Wiki Guide Creation: Difference between revisions
From SpiritVale Wiki
More actions
(2 intermediate revisions by the same user not shown) | |||
Line 86: | Line 86: | ||
| Role = Melee <br> Poison | | Role = Melee <br> Poison | ||
| Weapons = Dagger | | Weapons = Dagger | ||
| STR = 9 | AGI = 12 | VIT = 1 | | STR = 9 | ||
| INT = 1 | DEX = 9 | LUK = 1 | | AGI = 12 | ||
| VIT = 1 | |||
| INT = 1 | |||
| DEX = 9 | |||
| LUK = 1 | |||
}} | }} | ||
</nowiki> | </nowiki> | ||
Line 105: | Line 109: | ||
* Use <nowiki><br/></nowiki> to add a new line inside a field. This will break up the text, making it look cleaner. | * Use <nowiki><br/></nowiki> to add a new line inside a field. This will break up the text, making it look cleaner. | ||
* If a link shows red, the page title might be misspelled or missing—double-check. | * If a link shows red, the page title might be misspelled or missing—double-check. | ||
== Wiki Headers (Sections) == | == Wiki Headers (Sections) == | ||
Line 193: | Line 196: | ||
* [[File:HolyIcon.png|15px]] [[Elements#Holy|Holy]] | * [[File:HolyIcon.png|15px]] [[Elements#Holy|Holy]] | ||
* [[File:NeutralIcon.png|15px]] [[Elements#Neutral|Neutral]] | * [[File:NeutralIcon.png|15px]] [[Elements#Neutral|Neutral]] | ||
== Linking to the Database == | |||
You can link an item directly from the database by using a special WikiLink called an external link. | |||
In order to find items, please use the following link to directly access the database: [https://spiritvale.info/ https://spiritvale.info/] | |||
<nowiki> | |||
[https://www.example.com Example] | |||
</nowiki> | |||
Which will then look like this: | |||
[https://www.example.com Example] | |||
=== Creating Database Link === | |||
# Find the page that you wish to link to, and copy the URL at the top. | |||
## https://spiritvale.info/equipment/tome-of-the-first-hymn | |||
# Add the brackets to each side of the URL. | |||
## <nowiki> [https://spiritvale.info/equipment/tome-of-the-first-hymn]</nowiki> | |||
# Add a space at the end, and then put in the name of the item. | |||
## <nowiki> [https://spiritvale.info/equipment/tome-of-the-first-hymn Tome of the First Hymn]</nowiki> | |||
If done correctly, you will have a like will look and function like this: [https://spiritvale.info/equipment/tome-of-the-first-hymn Tome of the First Hymn] |