User:Rewen/tooltips: Difference between revisions

From Morloch Wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
Organized list of all tooltips being used in this wiki. Each tooltip consists of '''2 templates''' and a block of CSS code. There is a '''BASE template''' and an '''APPLICATION template'''. The BASE template defines what the tool tip looks like. the APPLICATION template defines what the trigger looks like.  
This page organizes all tool tips being used on this Wiki.
 
Each tooltip consists of '''2 templates''' and a block of CSS code. There is a '''BASE template''' and an '''APPLICATION template'''. The BASE template defines what the tool tip looks like. the APPLICATION template defines what the trigger looks like.
 
Template markup is case sensitive. <nowiki>{{shadowbolt}}</nowiki> is not the same as <nowiki>{{ShadowBolt}}</nowiki>.


== Item Tooltips ==
== Item Tooltips ==
Before certain advancements in my template writing skills, I had to create separate sub templates for different item categories.
* '''BASE''': [[:Template:Weaptt|<nowiki>{{weaptt}}</nowiki>]] - for weapons
* '''BASE''': [[:Template:Weaptt|<nowiki>{{weaptt}}</nowiki>]] - for weapons
* '''BASE''': [[:Template:Classweap|<nowiki>{{classweap}}</nowiki>]] - for class weapons
* '''BASE''': [[:Template:Classweaptt|<nowiki>{{classweaptt}}</nowiki>]] - same as above (?)
* '''BASE''': [[:Template:Armortt|<nowiki>{{armortt}}</nowiki>]] - for armor
* '''BASE''': [[:Template:Armortt|<nowiki>{{armortt}}</nowiki>]] - for armor
* '''BASE''': [[:Template:Clothtt|<nowiki>{{clothtt}}</nowiki>]] - for cloth items
* '''BASE''': [[:Template:Shieldtt|<nowiki>{{shieldtt}}</nowiki>]] - for shields
* '''BASE''': [[:Template:Armheadtt|<nowiki>{{armheadtt}}</nowiki>]] - head armor
* '''BASE''': [[:Template:Armbootstt|<nowiki>{{armbootstt}}</nowiki>]] - boots
* '''BASE''': [[:Template:Runett|<nowiki>{{runett}}</nowiki>]] - for runes
* '''BASE''': [[:Template:Runett|<nowiki>{{runett}}</nowiki>]] - for runes
* '''APP''': [[:Template:item|<nowiki>{{item}}</nowiki>]]
* '''APP''': [[:Template:item|<nowiki>{{item}}</nowiki>]]
Line 34: Line 45:


== Power Tooltips ==
== Power Tooltips ==
A tooltip for a castable power found in the game.
* '''BASE''': [[:Template:Powertt|<nowiki>{{powertt}}</nowiki>]]
* '''APP''': The application templates for powers have a separate template for each since these will be linked many places throughout the wiki. To link to a power, simply use its name without any spaces.
* '''Example''': To link to the Assassin power Shadow Bolt, one would simply enter <nowiki>{{ShadowBolt}}</nowiki> (case sensitive), which would produce the following: {{ShadowBolt}}
== Map Tooltips ==
== Map Tooltips ==
The map tooltip generates a map of Vorringia and places a pin in a spot defined by the template parameters.
The map tooltip generates a map of Vorringia and places a pin in a spot defined by the template parameters.
* '''BASE''': [[:Template:Mapmark]]
* '''BASE''': [[:Template:Mapmark|<nowiki>{{mapmark}}</nowiki>]]
* '''APP''': [[:Template:Map]] - Undefined Parameters. First coordinate (measures vertical position) and second coordinate (measures horizontal position).  
* '''APP''': [[:Template:Map|<nowiki>{{map}}</nowiki>]] - Undefined Parameters. First coordinate (measures vertical position) and second coordinate (measures horizontal position).  
* '''Example''': {{map|63471|52976}}
* '''Example''': {{map|63471|52976}}


Line 43: Line 59:
=== Enchantment Vendor List ===
=== Enchantment Vendor List ===
For enchantments which are restricted based on vendor type.  
For enchantments which are restricted based on vendor type.  
* '''BASE''': [[:Template:Enchanttip?]]
* '''BASE''': [[:Template:enchanttip|<nowiki>{{enchanttip}}</nowiki>]]
* '''APP''': [[:Template:Contract]] - Undefined parameters. Use the names of races separated with '''<nowiki><br></nowiki>''' tags to produce a vertical list of vendor races.
* '''APP''': [[:Template:Contract|<nowiki>{{contract}}</nowiki>]] - Undefined parameters. Use the names of races separated with '''<nowiki><br></nowiki>''' tags to produce a vertical list of vendor races.

Latest revision as of 21:35, 26 February 2018

This page organizes all tool tips being used on this Wiki.

Each tooltip consists of 2 templates and a block of CSS code. There is a BASE template and an APPLICATION template. The BASE template defines what the tool tip looks like. the APPLICATION template defines what the trigger looks like.

Template markup is case sensitive. {{shadowbolt}} is not the same as {{ShadowBolt}}.

Item Tooltips

Before certain advancements in my template writing skills, I had to create separate sub templates for different item categories.

These templates are used by nesting the base template inside the {{item}} template like so:

{{item|Hand Axe|
{{weaptt|
|title=Hand Axe
|damage=One Hand Slashing Damage: 3 - 12
|class=Axe Class - Axe Mastery Subclass
|speed=Slow Attack Speed (45.0)
|skill=Axe 25
|dur=27
|wt=5
|cost=125
}}
}}
  • The above code procures this result:
Hand Axe

             
Hand Axe
 
One Hand Slashing Damage: 3 - 12
Axe Class - Axe Mastery Subclass
Slow Attack Speed (45.0)
 
Skill Requirement: Axe 25%
 
Durability: 27 of 27
Weight: 5
Cost:125
 

Power Tooltips

A tooltip for a castable power found in the game.

  • BASE: {{powertt}}
  • APP: The application templates for powers have a separate template for each since these will be linked many places throughout the wiki. To link to a power, simply use its name without any spaces.
  • Example: To link to the Assassin power Shadow Bolt, one would simply enter {{ShadowBolt}} (case sensitive), which would produce the following:
Shadow Bolt

             
Shadow Bolt
 
Single Target Cold Damage and Stun

Current Power Rank: Grand Master: (40)
Attack Rating 1000
Cold Damage 100 - 200
Target is Stunned
Duration: 3.00 seconds
Mana Cost: 40
Prerequisites: Level 10, Skill: Shadowmastery 15

 

Map Tooltips

The map tooltip generates a map of Vorringia and places a pin in a spot defined by the template parameters.

  • BASE: {{mapmark}}
  • APP: {{map}} - Undefined Parameters. First coordinate (measures vertical position) and second coordinate (measures horizontal position).
  • Example: (63471, 52976
    Map Marker

    )

Misc Tooltips

Enchantment Vendor List

For enchantments which are restricted based on vendor type.

  • BASE: {{enchanttip}}
  • APP: {{contract}} - Undefined parameters. Use the names of races separated with <br> tags to produce a vertical list of vendor races.