Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Guides:Eviand's Wiki Guide Creation: Difference between revisions

From SpiritVale Wiki
 
(3 intermediate revisions by the same user not shown)
Line 26: Line 26:
It's important for Wiki management to align with standard naming conventions in order to organize and sort pages into their correct locations.
It's important for Wiki management to align with standard naming conventions in order to organize and sort pages into their correct locations.


Please make sure that when creating a new guide, always format it as "Guides:Example_Name". The colon tells the wiki that these pages belong to the Guides namespace, and this is where all guides will be part of as they are created.
Please make sure that when creating a new guide, always format it as "Guides:Example Name". The colon tells the wiki that these pages belong to the Guides namespace, and this is where all guides will be part of as they are created.


== Understanding the Editor ==
== Understanding the Editor ==
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]