Path of Diablo Wiki talk:About: Difference between revisions
From Path of Diablo Wiki
No edit summary |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
Difficult to explain (and display!) in just text here, probably need good written documentation AND a video tutorial | Difficult to explain (and display!) in just text here, probably need good written documentation AND a video tutorial | ||
== Duration tables == | |||
Where duration is "X plus Y seconds per level", add those numbers to damage tables. Some skills already have this, but some do not. | |||
Amazon, Assassin, and Barb skills are done. Necro skills are done except for Curses. | |||
== Bugs == | == Bugs == | ||
Line 23: | Line 28: | ||
== Class skill pages == | == Class skill pages == | ||
Transition all class skills to the new display template/layout: | Transition all class skills to the new display template/layout: | ||
* | * Druid, Paladin are all incomplete but in progress | ||
* Amazon, Assassin, Necromancer, Barbarian have been adjusted for the new look | * Amazon, Assassin, Necromancer, Barbarian, Sorc have been adjusted for the new look | ||
** '''Would be good for fresh eyes to look at it''' | ** '''Would be good for fresh eyes to look at it''' | ||
* A few skills are missing display icons ([[Combat_Masteries#Pulverize|Pulverize]] and a couple of the [[Item-only_Skills|Item-only Skills]]; likely does not matter, but the lack of an icon stands out) | * A few skills are missing display icons ([[Combat_Masteries#Pulverize|Pulverize]] and a couple of the [[Item-only_Skills|Item-only Skills]]; likely does not matter, but the lack of an icon stands out) | ||
Go back through and change damage tables in skill pages to reflect up to lvl 40 | Go back through and change damage tables in skill pages to reflect up to lvl 40 | ||
* | *Druid and Paladin needs finishing | ||
== Aggregated class change page == | == Aggregated class change page == | ||
Line 62: | Line 66: | ||
=== The skill descriptions === | === The skill descriptions === | ||
Using [[Fire_Spells#Fire_Wall|Fire Wall]] as an example, the | Using [[Fire_Spells#Fire_Wall|Fire Wall]] as an example, the skill description looks like this: | ||
{| | {| | ||
|- | |- | ||
| | | | ||
{| <!-- Description table --> | {| <!-- Description table --> | ||
|rowspan="3" style="vertical-align:top; padding:0.5em 0.5em 0.5em 0.5em; width:5%"| | |rowspan="3" style="vertical-align:top; padding:0.5em 0.5em 0.5em 0.5em; width:5%"|[[File:Fire_Wall.png]] ||'''Description:''' Creates a wall of flame that blocks of burns your enemies''' | ||
|- | |- | ||
|'''Required Level:''' 18 | |'''Required Level:''' 18 | ||
Line 99: | Line 81: | ||
| | | | ||
The | The new standard for skill descriptions is to include a picture of the skill icon and clickable links in the list of prerequisites. To simplify the editing process we've created a wiki template to remove the need to worry about formatting and spacing, and all you need to do is add a link to the skills icon, the narrative description, the level required, and any comma separated prerequisites. The template is named Skilldesc, and you can use it by issuing <nowiki> {{ Skilldesc | icon | description | level required | prerequisites }} </nowiki>. | ||
<pre> | Filling this in with the information for Fire Wall it would look like this: | ||
{| | <pre> {{ Skilldesc | [[File:Fire_Wall.png]] | Creates a wall of flame that blocks of burns your enemies | 18 | [[Fire_Spells#Blaze|Blaze]] , [[Fire_Spells#Immolate|Immolate]] }} </pre> | ||
| | And this creates: | ||
| | {{ Skilldesc | [[File:Fire_Wall.png]] | Creates a wall of flame that blocks of burns your enemies | 18 | [[Fire_Spells#Blaze|Blaze]] , [[Fire_Spells#Immolate|Immolate]] }} | ||
| | |||
| | |||
In that | In that template, we have 4 pieces of information that will vary from skill to skill and need to be edited to reflect the skill: | ||
*The skill icon | *The skill icon (note the link needs to be surrounded by double brackets and include the "File:" in the link, ex: <nowiki>[[File:Fire_Wall.png]] </nowiki>) | ||
*The skill description | *The narrative skill description | ||
*The level required for the skill | *The level required for the skill | ||
*Any prerequisites required | *Any prerequisites required (these links also need to be surrounded by double brackets) | ||
All skill icons can be found here on the wiki: [[Special:UncategorizedFiles]]. | |||
For skill prerequisites (and synergy tables), the standard is for clickable links to the skills. For [[Fire_Spells#Fire_Wall|Fire Wall]] to get [[Fire_Spells#Blaze|Blaze]] and [[Fire_Spells#Immolate|Immolate]] as clickable links instead of just text, we'll be using the <nowiki>[[Fire_Spells#Blaze|Blaze]], [[Fire_Spells#Immolate|Immolate]]</nowiki> skill links in the code. To find copy/pasteable links to skills, navigate to the [[Main_Page | home page of the wiki]] and click on the relevant class link under the '''Character Attributes''' heading, and then click that classes Discussion tab. There, you'll see all that classes skills listed along with links that you can copy and paste. For this example we've been looking at sorceress skills, [[Talk:Sorceress|links for which can be found here.]] | |||
=== Synergies and static values === | === Synergies and static values === | ||
Line 167: | Line 131: | ||
| | | | ||
|} | |} | ||
And this is the code that gets us there: | And this is the code that gets us there: | ||
Line 199: | Line 163: | ||
|} | |} | ||
</pre> | </pre> | ||
For skills that have no synergies, we've created two templates named Skilldescnosynergiesleft and Skilldescnosynergiesright. You can use these templates by simply issuing <nowiki> {{Skilldescnosynergiesleft}} or {{Skilldescnosynergiesright}}</nowiki>. This results in: | |||
{| | |||
{| | |||
{{Skilldescnosynergiesleft}} {{Skilldescnosynergiesright}} |