Template:Armheadtt: Difference between revisions

From Morloch Wiki
Jump to navigation Jump to search
m (Rewen moved page Template:Tt to Template:Armortt)
No edit summary
Line 1: Line 1:
Template to recreate realistic item tooltips from in-game.
== Code ==
If a row is left blank, it will use a default value. If you want it to be blank use "&nbsp".
<nowiki>{{tt|Assassin Leather Hood
| Item Stat
| Item Stat
| Item Stat
| Item Stat
| Item Stat
| Item Stat
| Item Stat
| Item Stat
| Item Stat
| Item Stat
| Item Stat
| Item Stat
| Item Stat
}}</nowiki>
== Raw Template ==
<onlyinclude>
{| style="background-color: rgba(0, 0, 0, 0.75); vertical-align: top;"
{| style="background-color: rgba(0, 0, 0, 0.75); vertical-align: top;"
|-
|-
Line 27: Line 6:
|-
|-
|  
|  
| align="center" cellpadding="20"|<span style="text-shadow: 2px 2px 3px black; font-size:160%; color:#6b82ce; font-family:Garmond;">{{{1|Assassin Leather Hood}}}</span>
| align="center" cellpadding="20"|<span style="text-shadow: 2px 2px 3px black; font-size:160%; color:#6b82ce; font-family:Garmond;">{{{title|Assassin Leather Hood}}}</span>
|  
|  
|-
|-
Line 33: Line 12:
|-
|-
|
|
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{2|Defense:25}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{def|Defense:25}}}</span>
|  
|  
|-
|-
|  
|  
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{3|Wear Armor, Light}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{class|Wear Armor, Light}}}</span>
|  
|  
|-
|-
|  
|  
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{4|Slashing Resistance:3.2%}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{slash|Slashing Resistance:3.2%}}}</span>
|  
|  
|-
|-
|  
|  
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{5|Piercing Resistance:3.2%}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{pierce|Piercing Resistance:3.2%}}}</span>
|  
|  
|-
|-
|  
|  
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{6|Crushing Resistance:3.2%}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{crush|Crushing Resistance:3.2%}}}</span>
|  
|  
|-
|-
Line 57: Line 36:
|-
|-
|
|
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{7|Prohibited Race: Aracoix}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{prohibit1|Prohibited Race: Aracoix}}}</span>
|
|
|-
|-
|
|
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{8|Prohibited Race: Nephilim}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{prohibit2|Prohibited Race: Nephilim}}}</span>
|
|
|-
|-
|
|
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{9|Skill Requirement: Wear Armor, Light 100%}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">Skill Requirement: {{{class|Wear Armor, Light}}} 100%</span>
|
|
|-
|-
|
|
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{10|Required Class: Thief}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">Required Class: {{{reqclass|Required Class: Rogue}}}</span>
|
|-
|
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{11|Required Class: Assassin}}}</span>
|
|
|-
|-
Line 81: Line 56:
|-
|-
|
|
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{12|Durability: 30 of 30}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">Durability: {{{dur|30}}} of {{{dur|30}}}</span>
|
|
|-
|-
|
|
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{13|Weight: 1}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">Weight: {{{wgt|1}}}</span>
|
|
|-
|-
|
|
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">{{{14|Cost:9889}}}</span>
| align="center" |<span style="text-shadow: 2px 2px 3px black; color:white; font-family:Garmond;">Cost:{{{cost|9889}}}</span>
|
|
|-
|-
Line 95: Line 70:
|
|
|}
|}
</onlyinclude>
== Notes ==
Only includes 14 rows (including the title) at the moment.
Still trying to figure out how to hide unused rows.

Revision as of 13:40, 3 October 2017

             
Assassin Leather Hood
 
Defense:25
Wear Armor, Light
Slashing Resistance:3.2%
Piercing Resistance:3.2%
Crushing Resistance:3.2%
 
Prohibited Race: Aracoix
Prohibited Race: Nephilim
Skill Requirement: Wear Armor, Light 100%
Required Class: Required Class: Rogue
 
Durability: 30 of 30
Weight: 1
Cost:9889