ADVERTISEMENT
User talk:Gertlex/Unique
From Hellgatewiki.com
Good work, it's very clear and more intuitive to use, i just think that "(base item lvl) (base item name)" as well as the quote are mostly useless and could be removed Crichhhhwwt 00:53, 30 November 2007 (CET)
<!-- START NEW ITEM -->
{|-
!width=50%|<small>(base item lvl) (base item name)</small>
!width=50%|<small>(unique item name) (unique item lvl)</small>
|-
|<small>
DAMAGE:
*(damage if any)
*(critical chance, range, etc)
is what you wrote in the code but in the example you used another version which use only one column for the name but didnt respect the visual effect
<!-- START NEW ITEM -->
{|!width=100%|
!colspan=2|<small>Cat's Paw (20)</small>
|-
|<small>DAMAGE:
*0
*Critical Chance: 0%
*Rate of fire: constant
*Interrupt Strength: 0
*Range: 25m
i think the right one should be:
{|width=100%|
!colspan=3|Heading
|}
<!-- START NEW ITEM -->
{|!width=100%|
!colspan=2|<small>Cat's Paw (20)</small>
|-
|width=50%|<small>
DAMAGE:
*(damage if any)
*(critical chance, range, etc)
DEFENSE:
*(armor if any)
*(shields if any)
EQUIP COST:
*(stats required)
*(item level (required character level))</small>
|width=50%|<small>INHERENT ATTRIBUTES:
*(attribute #1 if any)
*(#2 etcetc)
SPECIAL ATTRIBUTES:
*(attribute#1 name): (attribute#1 effetc)
*(#2 etcetc)
MODIFICATIONS:
* Relic slot
* # Fuel slots
* etcetc
|<small>[[Image:Cats_Paw.jpg|180px]]
|-
{|width=100%|
!colspan=3|<small>Quote:
|}
|-}<!-- END ITEM -->
which grant a 50% and 50% division of space keeping only one column for the name and i would also suggest to increase to 180 px for as u can see Unique_Rifles 150 is a little to little in my opinion
PS here u can see the different version:
| (base item lvl) (base item name) | Cat's Paw (20) | |
|---|---|---|
DAMAGE:
EQUIP COST:
| INHERENT ATTRIBUTES:
SPECIAL ATTRIBUTES:
| |
| Quote: |
|---|
| Cat's Paw (20) | ||
|---|---|---|
DAMAGE:
EQUIP COST:
| INHERENT ATTRIBUTES:
SPECIAL ATTRIBUTES:
| |
| Quote: |
|---|
| Cat's Paw (20) | ||
|---|---|---|
DAMAGE:
EQUIP COST:
| INHERENT ATTRIBUTES:
SPECIAL ATTRIBUTES:
| |
| Quote: |
|---|
sorry for be obsessive-compulsive :D
Crichhhhwwt 11:25, 30 November 2007 (CET)
- Indeed, I messed up the copy pasting. Wiki table code isn't quite as readable as HTML, and I had to go look up the <pre> tag. Gertlex 18:32, 30 November 2007 (CET)
