|
|
(12 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <noinclude>[[Category:Guides]]</noinclude> | | <noinclude>[[Category:Guides]]</noinclude> |
| {{Template:PageHeader
| | {{Template:PageHeader |
| | PageImage = SpiritValeLogo.png
| | | PageImage = SpiritValeLogo.png |
| | PageHeader = Eviand's Wiki Guide Creation
| | | PageHeader = Eviand's Wiki Guide Creation |
| }}
| | }} |
|
| |
|
| == Using this Guide == | | == Using this Guide == |
|
| |
| This guide's main purpose is to let anyone create a guide page, so that they can publish their build in a static environment. If you feel like you have a great build that isn't anywhere in Discord or the Wiki, or that you wish the Wiki had something better than what it currently has, this page will give you some helpful guidance on how to navigate through a wiki. | | This guide's main purpose is to let anyone create a guide page, so that they can publish their build in a static environment. If you feel like you have a great build that isn't anywhere in Discord or the Wiki, or that you wish the Wiki had something better than what it currently has, this page will give you some helpful guidance on how to navigate through a wiki. |
|
| |
|
Line 12: |
Line 11: |
|
| |
|
| == Creating the Page == | | == Creating the Page == |
| | The quickest way to create a guide is to add a link in an appropriate Guides page (e.g., [[Guides:Acolyte Builds]]): |
|
| |
|
| The easiest way to create a page will be directly create a clickable link in one of the many guide spaces, such as [[Guides:Acolyte Builds]].
| | * Edit the page where your guide link should live. |
| | | * Under any section, add a bullet using an asterisk (<nowiki>*</nowiki>). |
| * Edit the page you wish to add a guide to. | | * Name your guide in the Guides namespace (<nowiki>Guides:Example Guide Name</nowiki>). |
| * Under any section, add a bullet point by using an asterisk (*<nowiki />) | | ** Example: <nowiki>Guides:Example Guide Name</nowiki> |
| * Create a name for your guide, starting with the word Guides, and with a colon (:<nowiki />) | | * Wrap the name in double brackets: |
| ** Example: Guides:Special Setup of Gear | | ** Example: <nowiki>[[Guides:Example Guide Name]]</nowiki> |
| * Wrap the new name with two sets of opening and closing brackets. | | * Save the page. |
| ** Example: <nowiki>[[Guides:Special Setup of Gear]]</nowiki> | |
| * Save the changes to the page. | |
| | |
| The page will reload, and now you will see a Red link, like so: [[Guides:Special Setup of Gear]].
| |
| | |
| Simply click on that new link, and you'll be editing the page in no time.
| |
|
| |
|
| ===Naming Conventions===
| | The new link will appear in red (a “redlink”): [[Guides:Example Guide Name]]. Click it to start editing the new page. |
|
| |
|
| | === Naming Conventions === |
| 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 == |
| | There are two edit modes: |
|
| |
|
| The wiki editor is split into two parts: Edit, and Edit Source.
| | * '''Edit''' (visual): What-you-see-is-what-you-get editing. |
| | ** Pros: Fast for typos, formatting, and template fields. |
| | ** Cons: Some advanced features aren’t available. |
|
| |
|
| * '''Edit''' allows you to directly edit the page in a visual way, and you can make changes directly to the page. Including via templates. | | * '''Edit source''' (wikitext): Directly edit the page’s source. |
| ** Pros - Great for quick edits, like fixing mistakes or spelling errors, and allows for quick editing of templates. | | ** Pros: Precise control; faster for experienced editors. |
| ** Cons - Doesn't have all the functionality that editing the source does. | | ** Cons: Requires familiarity with wikitext; dense pages can be harder to read. |
| * '''Edit Source''' allows for the traditional wiki editing experience, including the ability to utilize code.
| |
| ** Pros - If the user knows what they are doing it's quicker and more efficient to edit directly in the source.
| |
| ** Cons - Requires knowledge and experience to access, and can be very dense in some places with a lot of customer code.
| |
|
| |
|
| Please use whatever version you are more comfortable with, and you can always ask for help in Discord if you need it, just @Eviand. | | Please use whatever version you are more comfortable with, and you can always ask for help in Discord if you need it, just @Eviand. |
|
| |
|
| == Templates and What They Do == | | == Templates and What They Do == |
| | Templates are reusable page pieces you can drop into any page. They save time by handling the fancy formatting for you—you just fill in the fields. |
|
| |
|
| A template is a pre-made wiki page that intended to be transcluded (or in other words, inserted) into another page. This allows for complex pieces of wiki formatting and code to be re-used across multiple pages, and allows for contributors to easily fill out a complicated table.
| | === Option 1: Visual Editor (recommended) === |
| | Use this if you prefer forms and buttons. |
|
| |
|
| When creating a page it may be a good idea to see if a template exists that could make your job easier, and transclude it directly into your page. This page will also include common template inserts so that you can just use this to create one!
| | [[File:Edit Template Example.png|center|600px|alt=Editing a template in Visual Editor]] |
|
| |
|
| The insert looks like this:
| | '''To insert a new template''' |
| | # Click '''Edit''' at the top of the page (not “Edit source”). |
| | # In the toolbar, choose '''Insert > Template''' (puzzle-piece icon). |
| | # Search for the template name (for example, '''ClassInfoBox'''), then click '''Add template'''. |
| | # A form opens with fields, examples, and short descriptions. Fill in what you know. |
| | # Click '''Insert''' (or '''Apply changes'''), then '''Publish changes'''. |
| | |
| | '''To edit an existing template on the page''' |
| | # In Visual Editor, double-click the template table/box, or click the small '''Edit''' button on it. |
| | # Update any fields you want. |
| | # Click '''Apply changes''', then '''Publish changes'''. |
| | |
| | ''You can leave fields blank as most templates hide empty info automatically.'' |
| | |
| | ---- |
|
| |
|
| {Example Insert
| | === Option 2: Edit Source (advanced) === |
| | Example Parameter = Example Value
| | Use this if you like wikitext. |
| |}
| |
|
| |
|
| This will check for a template page called "Example Insert", and then you're more than welcome to fill in all the values. When you "Save changes" the insert transforms into the template, and automatically fills out all the empty fields.
| | A basic insert looks like this: |
| | <nowiki> |
| | {{Example Insert |
| | | Example Parameter = Example Value |
| | }} |
| | </nowiki> |
|
| |
|
| It allows the creation of fancy tables like this, without any programming skills.
| | When you save, the wiki turns that block into the styled template. |
|
| |
|
| This:
| | You can switch between editors any time: |
| | * In Visual Editor: you can switch in the menu at the top. |
| | * In Source Editor: click the normal '''Edit''' tab next time. |
|
| |
|
| <nowiki>{{ClassInfoBox
| | '''Example (source)''' |
| | Role = Melee <br> Poison | | <nowiki> |
| | {{ClassInfoBox |
| | | Role = Melee <br> Poison |
| | Weapons = Dagger | | | Weapons = Dagger |
| | STR = 9 | | | STR = 9 |
| | AGI = 12 | | | AGI = 12 |
| | VIT = 1 | | | VIT = 1 |
| | INT = 1 | | | INT = 1 |
| | DEX = 9 | | | DEX = 9 |
| | LUK = 1 | | | LUK = 1 |
| }}</nowiki>
| | }} |
| | </nowiki> |
|
| |
|
| turns into that ------>
| | '''Result''' |
|
| |
|
| | Look at the far right, and now you can see the infobox that populates on each class page. |
| {{ClassInfoBox | | {{ClassInfoBox |
| | Role = Melee <br> Poison
| | | Role = Melee <br> Poison |
| | Weapons = Dagger
| | | Weapons = Dagger |
| | STR = 9
| | | STR = 9 | AGI = 12 | VIT = 1 |
| | AGI = 12
| | | INT = 1 | DEX = 9 | LUK = 1 |
| | VIT = 1
| |
| | INT = 1
| |
| | DEX = 9
| |
| | LUK = 1 | |
| }} | | }} |
|
| |
|
| | | '''Tips''' |
| | | * Using the correct names for things is important, as some fields will try to do fancy things with the text. For example, it may try to link to the database. |
| You can also use the normal edit function to directly edit a table. Simply doubleclick on any inserted template, and a popup box will show up that will let you enter in all the individual fields (click to expand):
| | * 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. |
| [[File:Edit Template Example.png|250px]]
| |
|
| |
|
| == Wiki Headers (Sections) == | | == Wiki Headers (Sections) == |
| | | You can create headings with equal signs around the text: |
| Wikis organize page information by putting things into headers, which are done by using the Equal Sign (<nowiki>=</nowiki>) surrounding a word or a line of text.
| |
| | |
| Example: <nowiki>== Level 2 Header ==</nowiki>
| |
| | |
| You can create different levels of headers by adding an additional set of equal signs, all the way to five levels: | |
|
| |
|
| * <nowiki>= Level 1 Header =</nowiki> | | * <nowiki>= Level 1 Header =</nowiki> |
Line 110: |
Line 121: |
| Note that for consistency, try to only use Levels 2 and 3 for most things, as the rest are often overkill, and can make a wiki page a lot more difficult to read and edit. However, go crazy if you feel that it will work! | | Note that for consistency, try to only use Levels 2 and 3 for most things, as the rest are often overkill, and can make a wiki page a lot more difficult to read and edit. However, go crazy if you feel that it will work! |
|
| |
|
| An example section would be:
| | Example: |
| | <nowiki>== Example Two Level Section == |
| | Quick description |
|
| |
|
| == Example Two Level Section ==
| | === Example Three Level Section === |
| Quick description
| | Another quick description |
| | | </nowiki> |
| === Example Three Level Section ==
| |
| Another quick description
| |
|
| |
|
| == Guide Specific Section == | | == Adding Images and Links == |
| | Link to other pages with double brackets: |
| | * <nowiki>[[Example]]</nowiki> |
| | * Renders as: [[Example]] |
|
| |
|
| This section will provide some guidance and input on how best to create different types of guides. Feel free to read up if you're looking to create a guide.
| | Link to a section with a hash: |
| | * <nowiki>[[Example#Example Level 2 Section]]</nowiki> |
| | * Renders as: [[Example#Example Level 2 Section]] |
|
| |
|
| === Class Build Guides ===
| | Change the displayed text with a pipe: |
| | * <nowiki>[[Example|My new name!]]</nowiki> |
| | * Renders as: [[Example|My new name!]] |
|
| |
|
| Class build guides are specific guides built around a core or unique mechanic around a class. They are often provide players with alternative ways to play a class, and provide a diversity of different play styles.
| | Combine section + custom text: |
| | * <nowiki>[[Example#Example Level 2 Section|My new name!]]</nowiki> |
| | * Renders as: [[Example#Example Level 2 Section|My new name!]] |
|
| |
|
| First, you should make your guide in one of the Class Build namespaces below:
| | Add an image (with a 15px width): |
| | * <nowiki>[[File:FireIcon.png|15px]]</nowiki> |
| | * Renders as: [[File:FireIcon.png|15px]] |
|
| |
|
| * [[Guides:Warrior Builds]]
| | ==== List of Pre-made Image Icons ==== |
| * [[Guides:Knight Builds]]
| |
| * [[Guides:Rogue Builds]]
| |
| * [[Guides:Scout Builds]]
| |
| * [[Guides:Mage Builds]]
| |
| * [[Guides:Summoner Builds]]
| |
| * [[Guides:Acolyte Builds]]
| |
|
| |
|
| Once there, add in the name of your new guide, and begin editing it.
| | Here is a full list of all the icons you can use in your text, along side a link to each section. Just copy and paste any of these into your page to make your words and images stand out! |
| | |
| Here is a list of already to go templates: just insert these into your new page, and you'll be able to spin up any guide you want. | |
| | |
| <div class="toccolours mw-collapsible mw-collapsed" style="width: 500px; overflow:auto;">
| |
| <div style="font-weight:bold;line-height:1.6;">Leveling Template</div>
| |
| <div class="mw-collapsible-content">
| |
|
| |
|
| | '''Attributes''' |
| <nowiki> | | <nowiki> |
| <noinclude>[[Category:Guides]]</noinclude>
| | [[File:Strength.png|15px]] [[Attributes#Strength_(STR)|STR]] |
| {{Template:PageHeader
| | [[File:Vitality.png|15px]] [[Attributes#Vitality_(VIT)|VIT]] |
| | PageImage = | | [[File:Dexterity.png|15px]] [[Attributes#Dexterity_(DEX)|DEX]] |
| | PageHeader = | | [[File:Agility.png|15px]] [[Attributes#Agility_(AGI)|AGI]] |
| }}
| | [[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]] |
| | | [[File:Luck.png|15px]] [[Attributes#Luck_(LUK)|LUK]] |
| == Early Game Leveling ==
| |
| | |
| === Levels 1–10 ===
| |
| Content here.
| |
| | |
| Recommended Maps:
| |
| *
| |
| | |
| Stat Priority:
| |
| *
| |
| | |
| ----
| |
| | |
| === Levels 10–30 ===
| |
| Content here.
| |
| | |
| Recommended Maps:
| |
| *
| |
| | |
| Stat Priority:
| |
| *
| |
| | |
| ----
| |
| | |
| === Levels 30–40 ===
| |
| Content here.
| |
| | |
| Recommended Maps:
| |
| *
| |
| | |
| Stat Priority:
| |
| *
| |
| | |
| === Recommended Low-Level Gear ===
| |
| {{RecommendedItemInfoBox
| |
| |WeaponOneName= | |
| |WeaponOneLink= | |
| |WeaponOneMap=
| |
| |WeaponOneAttribute=
| |
| |WeaponOneModifierOne=
| |
| |WeaponOneModifierTwo=
| |
| |WeaponOneCards=
| |
| |WeaponTwoName=
| |
| |WeaponTwoLink=
| |
| |WeaponTwoMap=
| |
| |WeaponTwoAttribute=
| |
| |WeaponTwoModifierOne=
| |
| |WeaponTwoModifierTwo=
| |
| |WeaponTwoCards=
| |
| |ChestName=
| |
| |ChestLink=
| |
| |ChestMap=
| |
| |ChestAttribute=
| |
| |ChestModifierOne=
| |
| |ChestModifierTwo=
| |
| |ChestCards=
| |
| |LegwearName=
| |
| |LegwearLink=
| |
| |LegwearMap=
| |
| |LegwearAttribute=
| |
| |LegwearModifierOne=
| |
| |LegwearModifierTwo=
| |
| |LegwearCards=
| |
| |ShoeName=
| |
| |ShoeLink=
| |
| |ShoeMap=
| |
| |ShoeAttribute=
| |
| |ShoeModifierOne=
| |
| |ShoeModifierTwo=
| |
| |ShoeCards=
| |
| |HeadgearName=
| |
| |HeadgearLink=
| |
| |HeadgearMap=
| |
| |HeadgearAttribute=
| |
| |HeadgearCards=
| |
| |FaceName=
| |
| |FaceLink=
| |
| |FaceMap=
| |
| |FaceAttribute=
| |
| |FaceCards=
| |
| |UtilityName=
| |
| |UtilityLink=
| |
| |UtilityMap=
| |
| |UtilityAttribute=
| |
| |UtilityCards=
| |
| |AccessoryOneName=
| |
| |AccessoryOneLink=
| |
| |AccessoryOneMap=
| |
| |AccessoryOneAttribute=
| |
| |AccessoryOneCards=
| |
| |AccessoryTwoName=
| |
| |AccessoryTwoLink=
| |
| |AccessoryTwoMap=
| |
| |AccessoryTwoAttribute=
| |
| |AccessoryTwoCards=
| |
| |ArtifactName=
| |
| |ArtifactLink=
| |
| |ArtifactMap=
| |
| |ArtifactAttribute=
| |
| |ArtifactModifier=
| |
| }}
| |
| | |
| == Mid Game Leveling ==
| |
| | |
| === Levels 40–60 ===
| |
| Content here.
| |
| | |
| Recommended Map:
| |
| *
| |
| | |
| Stat Priority:
| |
| *
| |
| | |
| === Levels 60–80 ===
| |
| Content here.
| |
| | |
| Recommended Map:
| |
| *
| |
| | |
| Stat Priority:
| |
| *
| |
| | |
| === Recommended Mid-Level Gear ===
| |
| {{RecommendedItemInfoBox
| |
| |WeaponOneName= | |
| |WeaponOneLink= | |
| |WeaponOneMap=
| |
| |WeaponOneAttribute=
| |
| |WeaponOneModifierOne=
| |
| |WeaponOneModifierTwo=
| |
| |WeaponOneCards=
| |
| |WeaponTwoName=
| |
| |WeaponTwoLink=
| |
| |WeaponTwoMap=
| |
| |WeaponTwoAttribute=
| |
| |WeaponTwoModifierOne=
| |
| |WeaponTwoModifierTwo=
| |
| |WeaponTwoCards=
| |
| |ChestName=
| |
| |ChestLink=
| |
| |ChestMap=
| |
| |ChestAttribute=
| |
| |ChestModifierOne=
| |
| |ChestModifierTwo=
| |
| |ChestCards=
| |
| |LegwearName=
| |
| |LegwearLink=
| |
| |LegwearMap=
| |
| |LegwearAttribute=
| |
| |LegwearModifierOne=
| |
| |LegwearModifierTwo=
| |
| |LegwearCards=
| |
| |ShoeName=
| |
| |ShoeLink=
| |
| |ShoeMap=
| |
| |ShoeAttribute=
| |
| |ShoeModifierOne=
| |
| |ShoeModifierTwo=
| |
| |ShoeCards=
| |
| |HeadgearName=
| |
| |HeadgearLink=
| |
| |HeadgearMap=
| |
| |HeadgearAttribute=
| |
| |HeadgearCards=
| |
| |FaceName=
| |
| |FaceLink=
| |
| |FaceMap=
| |
| |FaceAttribute=
| |
| |FaceCards=
| |
| |UtilityName=
| |
| |UtilityLink=
| |
| |UtilityMap=
| |
| |UtilityAttribute=
| |
| |UtilityCards=
| |
| |AccessoryOneName=
| |
| |AccessoryOneLink=
| |
| |AccessoryOneMap=
| |
| |AccessoryOneAttribute=
| |
| |AccessoryOneCards=
| |
| |AccessoryTwoName=
| |
| |AccessoryTwoLink=
| |
| |AccessoryTwoMap=
| |
| |AccessoryTwoAttribute=
| |
| |AccessoryTwoCards=
| |
| |ArtifactName=
| |
| |ArtifactLink=
| |
| |ArtifactMap=
| |
| |ArtifactAttribute=
| |
| |ArtifactModifier=
| |
| }}
| |
| | |
| == Late Game Leveling ==
| |
| | |
| === Levels 80–100 ===
| |
| Content here.
| |
| | |
| Stat Priority:
| |
| *
| |
| | |
| === Levels 100+ ===
| |
| Content here.
| |
| | |
| Stat Priority:
| |
| *
| |
| | |
| === Recommended High-Level Gear ===
| |
| {{RecommendedItemInfoBox
| |
| |WeaponOneName= | |
| |WeaponOneLink= | |
| |WeaponOneMap=
| |
| |WeaponOneAttribute=
| |
| |WeaponOneModifierOne=
| |
| |WeaponOneModifierTwo=
| |
| |WeaponOneCards=
| |
| |WeaponTwoName=
| |
| |WeaponTwoLink=
| |
| |WeaponTwoMap=
| |
| |WeaponTwoAttribute=
| |
| |WeaponTwoModifierOne=
| |
| |WeaponTwoModifierTwo=
| |
| |WeaponTwoCards=
| |
| |ChestName=
| |
| |ChestLink=
| |
| |ChestMap=
| |
| |ChestAttribute=
| |
| |ChestModifierOne=
| |
| |ChestModifierTwo=
| |
| |ChestCards=
| |
| |LegwearName=
| |
| |LegwearLink=
| |
| |LegwearMap=
| |
| |LegwearAttribute=
| |
| |LegwearModifierOne=
| |
| |LegwearModifierTwo=
| |
| |LegwearCards=
| |
| |ShoeName=
| |
| |ShoeLink=
| |
| |ShoeMap=
| |
| |ShoeAttribute=
| |
| |ShoeModifierOne=
| |
| |ShoeModifierTwo=
| |
| |ShoeCards=
| |
| |HeadgearName=
| |
| |HeadgearLink=
| |
| |HeadgearMap=
| |
| |HeadgearAttribute=
| |
| |HeadgearCards=
| |
| |FaceName=
| |
| |FaceLink=
| |
| |FaceMap=
| |
| |FaceAttribute=
| |
| |FaceCards=
| |
| |UtilityName=
| |
| |UtilityLink=
| |
| |UtilityMap=
| |
| |UtilityAttribute=
| |
| |UtilityCards=
| |
| |AccessoryOneName=
| |
| |AccessoryOneLink=
| |
| |AccessoryOneMap=
| |
| |AccessoryOneAttribute=
| |
| |AccessoryOneCards=
| |
| |AccessoryTwoName=
| |
| |AccessoryTwoLink=
| |
| |AccessoryTwoMap=
| |
| |AccessoryTwoAttribute=
| |
| |AccessoryTwoCards=
| |
| |ArtifactName=
| |
| |ArtifactLink=
| |
| |ArtifactMap=
| |
| |ArtifactAttribute=
| |
| |ArtifactModifier=
| |
| }}
| |
| | |
| == Endgame Overview ==
| |
| Content here.
| |
| | |
| === Recommended End Game Gear ===
| |
| {{RecommendedItemInfoBox
| |
| |WeaponOneName= | |
| |WeaponOneLink= | |
| |WeaponOneMap=
| |
| |WeaponOneAttribute=
| |
| |WeaponOneModifierOne=
| |
| |WeaponOneModifierTwo=
| |
| |WeaponOneCards=
| |
| |WeaponTwoName=
| |
| |WeaponTwoLink=
| |
| |WeaponTwoMap=
| |
| |WeaponTwoAttribute=
| |
| |WeaponTwoModifierOne=
| |
| |WeaponTwoModifierTwo=
| |
| |WeaponTwoCards=
| |
| |ChestName=
| |
| |ChestLink=
| |
| |ChestMap=
| |
| |ChestAttribute=
| |
| |ChestModifierOne=
| |
| |ChestModifierTwo=
| |
| |ChestCards=
| |
| |LegwearName=
| |
| |LegwearLink=
| |
| |LegwearMap=
| |
| |LegwearAttribute=
| |
| |LegwearModifierOne=
| |
| |LegwearModifierTwo=
| |
| |LegwearCards=
| |
| |ShoeName=
| |
| |ShoeLink=
| |
| |ShoeMap=
| |
| |ShoeAttribute=
| |
| |ShoeModifierOne=
| |
| |ShoeModifierTwo=
| |
| |ShoeCards=
| |
| |HeadgearName=
| |
| |HeadgearLink=
| |
| |HeadgearMap=
| |
| |HeadgearAttribute=
| |
| |HeadgearCards=
| |
| |FaceName=
| |
| |FaceLink=
| |
| |FaceMap=
| |
| |FaceAttribute=
| |
| |FaceCards=
| |
| |UtilityName=
| |
| |UtilityLink=
| |
| |UtilityMap=
| |
| |UtilityAttribute=
| |
| |UtilityCards=
| |
| |AccessoryOneName=
| |
| |AccessoryOneLink=
| |
| |AccessoryOneMap=
| |
| |AccessoryOneAttribute=
| |
| |AccessoryOneCards=
| |
| |AccessoryTwoName=
| |
| |AccessoryTwoLink=
| |
| |AccessoryTwoMap=
| |
| |AccessoryTwoAttribute=
| |
| |AccessoryTwoCards=
| |
| |ArtifactName=
| |
| |ArtifactLink=
| |
| |ArtifactMap=
| |
| |ArtifactAttribute=
| |
| |ArtifactModifier=
| |
| }}
| |
| | |
| == Tips and Tricks ==
| |
| Content here.
| |
| | |
| </nowiki> | | </nowiki> |
| </div></div>
| |
|
| |
|
| | How it looks when on a page: |
| | * [[File:Strength.png|15px]] [[Attributes#Strength_(STR)|STR]] |
| | * [[File:Vitality.png|15px]] [[Attributes#Vitality_(VIT)|VIT]] |
| | * [[File:Dexterity.png|15px]] [[Attributes#Dexterity_(DEX)|DEX]] |
| | * [[File:Agility.png|15px]] [[Attributes#Agility_(AGI)|AGI]] |
| | * [[File:Intelligence.png|15px]] [[Attributes#Intelligence_(INT)|INT]] |
| | * [[File:Luck.png|15px]] [[Attributes#Luck_(LUK)|LUK]] |
|
| |
|
| <div class="toccolours mw-collapsible mw-collapsed" style="width: 500px; overflow:auto;">
| | '''Elements''' |
| <div style="font-weight:bold;line-height:1.6;">Specialized Build Template</div>
| |
| <div class="mw-collapsible-content">
| |
|
| |
|
| <nowiki> | | <nowiki> |
| <noinclude>[[Category:Guides]]</noinclude>
| | [[File:FireIcon.png|15px]] [[Elements#Fire|Fire]] |
| {{Template:PageHeader
| | [[File:WaterIcon.png|15px]] [[Elements#Water|Water]] |
| | PageImage = | | [[File:EarthIcon.png|15px]] [[Elements#Earth|Earth]] |
| | PageHeader = | | [[File:WindIcon.png|15px]] [[Elements#Wind|Wind]] |
| }}
| | [[File:ShadowIcon.png|15px]] [[Elements#Shadow|Shadow]] |
| | [[File:PoisonIcon.png|15px]] [[Elements#Poison|Poison]] |
| | [[File:UndeadIcon.png|15px]] [[Elements#Undead|Undead]] |
| | [[File:HolyIcon.png|15px]] [[Elements#Holy|Holy]] |
| | [[File:NeutralIcon.png|15px]] [[Elements#Neutral|Neutral]] |
| | </nowiki> |
|
| |
|
| == Build Overview ==
| | How it looks when on a page: |
| Briefly explain what the build does, how it functions, and whether it requires specific gear to work.
| | * [[File:FireIcon.png|15px]] [[Elements#Fire|Fire]] |
| | * [[File:WaterIcon.png|15px]] [[Elements#Water|Water]] |
| | * [[File:EarthIcon.png|15px]] [[Elements#Earth|Earth]] |
| | * [[File:WindIcon.png|15px]] [[Elements#Wind|Wind]] |
| | * [[File:ShadowIcon.png|15px]] [[Elements#Shadow|Shadow]] |
| | * [[File:PoisonIcon.png|15px]] [[Elements#Poison|Poison]] |
| | * [[File:UndeadIcon.png|15px]] [[Elements#Undead|Undead]] |
| | * [[File:HolyIcon.png|15px]] [[Elements#Holy|Holy]] |
| | * [[File:NeutralIcon.png|15px]] [[Elements#Neutral|Neutral]] |
|
| |
|
| == Core Mechanics & Requirements == | | == Linking to the Database == |
| Describe how to play the build, what makes it viable, and how to obtain the required pieces.
| |
|
| |
|
| === Skills ===
| | You can link an item directly from the database by using a special WikiLink called an external link. |
| * Primary Skill(s):
| |
| * Secondary/Support Skill(s):
| |
| * Key Passives/Talents:
| |
|
| |
|
| === Equipment & Cards ===
| | In order to find items, please use the following link to directly access the database: [https://spiritvale.info/ https://spiritvale.info/] |
| * Weapon(s):
| |
| * Armor:
| |
| * Accessories:
| |
| * Cards:
| |
|
| |
|
| === Stat Priorities & Breakpoints ===
| | <nowiki> |
| *
| | [https://www.example.com Example] |
| | </nowiki> |
|
| |
|
| === Acquisition Guide ===
| | Which will then look like this: |
| * Skills (quests/vendors/drops):
| | [https://www.example.com Example] |
| * Weapons (maps/bosses/vendors):
| |
| * Cards (maps/bosses):
| |
|
| |
|
| == Maps & Use Cases == | | === Creating Database Link === |
| List maps where the build shines, plus best use cases (e.g., bossing, party support, farming).
| |
|
| |
|
| === General Maps ===
| | # 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> |
|
| |
|
| === Bossing Targets ===
| | 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] |
| *
| |
| | |
| === Party vs. Solo Notes ===
| |
| *
| |
| | |
| == Recommended Gear ==
| |
| {{RecommendedItemInfoBox
| |
| |WeaponOneName=
| |
| |WeaponOneLink=
| |
| |WeaponOneMap=
| |
| |WeaponOneAttribute=
| |
| |WeaponOneModifierOne=
| |
| |WeaponOneModifierTwo=
| |
| |WeaponOneCards=
| |
| |WeaponTwoName=
| |
| |WeaponTwoLink=
| |
| |WeaponTwoMap=
| |
| |WeaponTwoAttribute=
| |
| |WeaponTwoModifierOne=
| |
| |WeaponTwoModifierTwo=
| |
| |WeaponTwoCards=
| |
| |ChestName=
| |
| |ChestLink=
| |
| |ChestMap=
| |
| |ChestAttribute=
| |
| |ChestModifierOne=
| |
| |ChestModifierTwo=
| |
| |ChestCards=
| |
| |LegwearName=
| |
| |LegwearLink=
| |
| |LegwearMap=
| |
| |LegwearAttribute=
| |
| |LegwearModifierOne=
| |
| |LegwearModifierTwo=
| |
| |LegwearCards=
| |
| |ShoeName=
| |
| |ShoeLink=
| |
| |ShoeMap=
| |
| |ShoeAttribute=
| |
| |ShoeModifierOne=
| |
| |ShoeModifierTwo=
| |
| |ShoeCards=
| |
| |HeadgearName=
| |
| |HeadgearLink=
| |
| |HeadgearMap=
| |
| |HeadgearAttribute=
| |
| |HeadgearCards=
| |
| |FaceName=
| |
| |FaceLink=
| |
| |FaceMap=
| |
| |FaceAttribute=
| |
| |FaceCards=
| |
| |UtilityName=
| |
| |UtilityLink=
| |
| |UtilityMap=
| |
| |UtilityAttribute=
| |
| |UtilityCards=
| |
| |AccessoryOneName=
| |
| |AccessoryOneLink=
| |
| |AccessoryOneMap=
| |
| |AccessoryOneAttribute=
| |
| |AccessoryOneCards=
| |
| |AccessoryTwoName=
| |
| |AccessoryTwoLink=
| |
| |AccessoryTwoMap=
| |
| |AccessoryTwoAttribute=
| |
| |AccessoryTwoCards=
| |
| |ArtifactName=
| |
| |ArtifactLink=
| |
| |ArtifactMap=
| |
| |ArtifactAttribute=
| |
| |ArtifactModifier=
| |
| }}
| |
| | |
| </nowiki>
| |
| </div></div>
| |