User:Qord: Difference between revisions
From Path of Diablo Wiki
No edit summary |
|||
Line 203: | Line 203: | ||
=== The "odd one" === | === The "odd one" === | ||
These will all have to be manually done, there's a lot of variations in style and layout but these examples show pretty much all the use cases we'll find in the wiki. | |||
''' 2 tables, static values (one of them spanning two columns while the rest include 2 columns for data) and synergies on the right. Likely the more common example. | |||
{| style="margin:auto 0em;" <!-- Layout table for description and misc tables--> | |||
|- | |||
| style="vertical-align:top;" | | |||
{| class="wikitable" <!-- Additional skill table (put here not scalable skill properties) --> | |||
|- style="text-align:right;" | |||
! Weapon Damage | |||
| 150% | |||
|- style="text-align:right;" | |||
! Damage to self | |||
| 4% | |||
|- | |||
! style="text-align:left;" colspan="2" | Deals 125% of weapon damage | |||
|} | |||
| style="width:20px" | | |||
| | |||
{| class="wikitable" <!-- Synergies table (Please use skill codes from class discussion page) --> | |||
! Synergies !! Bonus to skill | |||
|- | |||
| [[Defensive_Auras#Redemption|'''Redemption''']] | |||
| +10% Damage per hardpoint | |||
|- | |||
| [[Offensive_Auras#Fanaticism|'''Fanaticism''']] | |||
| +5% Damage per hardpoint | |||
|} | |||
|} | |||
'''No odd, just synergies on left''' | |||
{| class="wikitable" style="display: inline-table; margin-right: 50px;" | |||
! Synergies !! Bonus to skill | |||
|- | |||
! style="text-align:left;" |None | |||
| style="text-align:center;" | - | |||
|} | |||
'''Or...''' | |||
{| style="margin:auto 0em;" <!-- Layout table for description and misc tables--> | |||
|- | |||
| style="vertical-align:top;" | | |||
{| class="wikitable" <!-- Additional skill table (put here not scalable skill properties) --> | |||
|- style="text-align:left;" | |||
! Synergies !! Bonus to skill | |||
|-style="text-align:left;" | |||
| [[Defensive_Auras#Redemption|'''Redemption''']] | |||
| +10% Damage per hardpoint | |||
|-style="text-align:left;" | |||
| [[Offensive_Auras#Fanaticism|'''Fanaticism''']] | |||
| +5% Damage per hardpoint | |||
|} | |||
| style="width:20px" | | |||
| | |||
|} | |||
=== The skill damage table === | === The skill damage table === |