Template:Badge display/doc: Difference between revisions
(expanded, examples) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
{{badge display | {{badge display | ||
| icon = | | icon = | ||
| icon width = (default 48) | |||
| title = | | title = | ||
| condition = | | condition = | ||
Line 21: | Line 22: | ||
==Examples== | ==Examples== | ||
===Single icon, title, and description=== | |||
<pre> | <pre> | ||
{{badge display | {{badge display | ||
| icon = | | icon = badge_tourist_01.png | ||
| title = Top Dog | | title = Top Dog | ||
| description = The top of Atlas' statue is the first place many flying heroes will go. | | description = The top of Atlas' statue is the first place many flying heroes will go. | ||
Line 30: | Line 32: | ||
{{badge display | {{badge display | ||
| icon = | | icon = badge_tourist_01.png | ||
| title = Top Dog | | title = Top Dog | ||
| description = The top of Atlas' statue is the first place many flying heroes will go. | | description = The top of Atlas' statue is the first place many flying heroes will go. | ||
}} | }} | ||
===Two titles=== | |||
<pre> | <pre> | ||
{{badge display | {{badge display | ||
| icon = | | icon = badge_tourist_01.png | ||
| title = Mystic King | | title = Mystic King | ||
| condition = male or huge | | condition = male or huge | ||
Line 47: | Line 50: | ||
{{badge display | {{badge display | ||
| icon = | | icon = badge_tourist_01.png | ||
| title = Mystic King | | title = Mystic King | ||
| condition = male or huge | | condition = male or huge | ||
Line 55: | Line 58: | ||
}} | }} | ||
===Two icons=== | |||
<pre> | <pre> | ||
{{badge display | {{badge display | ||
| icon = | | icon = badge_tourist_01.png | ||
| condition = hero or villain | |||
| icon 2 = v_badge_TourismBadge.png | |||
| condition 2 = villain or rogue | |||
| title = Thrill Seeker | |||
| description = You're always looking for new forms of entertainment, and it's said that the Mission Architect technology is entertainment in its purest form. | |||
}} | |||
</pre> | |||
{{badge display | |||
| icon = badge_tourist_01.png | |||
| condition = hero or villain | |||
| icon 2 = v_badge_TourismBadge.png | |||
| condition 2 = villain or rogue | |||
| title = Thrill Seeker | |||
| description = You're always looking for new forms of entertainment, and it's said that the Mission Architect technology is entertainment in its purest form. | |||
}} | |||
===Two descriptions=== | |||
<pre> | |||
{{badge display | |||
| icon = badge_DayJob_Griefer.png | |||
| icon width = 64 | |||
| title = Predator | |||
| condition = hero or vigilante | |||
| description = You spend your free time battling villains in PvP Zones earning you the Predator Day Job. Logging out in a PvP zone will earn you a bonus to your Recharge rate, when you log back in, for a short time. | |||
| condition 2 = villain or rogue | |||
| description 2 = You spend your free time battling heroes in PvP zones earning you the Predator Day Job. Logging out in a PvP zone will earn you a bonus to your Recharge rate, when you log back in, for a short time. | |||
}} | |||
</pre> | |||
{{badge display | |||
| icon = badge_DayJob_Griefer.png | |||
| icon width = 64 | |||
| title = Predator | |||
| condition = hero or vigilante | |||
| description = You spend your free time battling villains in PvP Zones earning you the Predator Day Job. Logging out in a PvP zone will earn you a bonus to your Recharge rate, when you log back in, for a short time. | |||
| condition 2 = villain or rogue | |||
| description 2 = You spend your free time battling heroes in PvP zones earning you the Predator Day Job. Logging out in a PvP zone will earn you a bonus to your Recharge rate, when you log back in, for a short time. | |||
}} | |||
===Two titles and descriptions=== | |||
<pre> | |||
{{badge display | |||
| icon = badge_DayJob_ShopKeeper.png | |||
| icon width = 64 | |||
| title = Shop Keeper | | title = Shop Keeper | ||
| condition = hero or vigilante | | condition = hero or vigilante | ||
Line 68: | Line 117: | ||
{{badge display | {{badge display | ||
| icon = | | icon = badge_DayJob_ShopKeeper.png | ||
| icon width = 64 | |||
| title = Shop Keeper | | title = Shop Keeper | ||
| condition = hero or vigilante | | condition = hero or vigilante | ||
Line 75: | Line 125: | ||
| condition 2 = villain or rogue | | condition 2 = villain or rogue | ||
| description 2 = You know better than to work retail in the Rogue Isles. Logging out in a store will earn you a random enhancement, upon each mission completion, for a short time. | | description 2 = You know better than to work retail in the Rogue Isles. Logging out in a store will earn you a random enhancement, upon each mission completion, for a short time. | ||
}} | |||
===Multiple icons, titles, and descriptions=== | |||
<pre> | |||
{{badge display | |||
| icon = badge_damage_recvd_01.png | |||
| title = Adamant | |||
| condition = hero or vigilante | |||
| description = You have endured one million points of damage. | |||
| icon 2 = v_badge_TakenDamageBadge.png | |||
| title 2 = Ironman | |||
| condition 2 = male or huge villain or rogue | |||
| title 2 alternate = Ironwoman | |||
| condition 2 alternate = female villain or rogue | |||
| description 2 = Never let 'em see you bleed. That's a cool million points of damage. | |||
}} | |||
</pre> | |||
{{badge display | |||
| icon = badge_damage_recvd_01.png | |||
| title = Adamant | |||
| condition = hero or vigilante | |||
| description = You have endured one million points of damage. | |||
| icon 2 = v_badge_TakenDamageBadge.png | |||
| title 2 = Ironman | |||
| condition 2 = male or huge villain or rogue | |||
| title 2 alternate = Ironwoman | |||
| condition 2 alternate = female villain or rogue | |||
| description 2 = Never let 'em see you bleed. That's a cool million points of damage. | |||
}} | }} | ||
==See also== | ==See also== | ||
* {{tl|BadgeBox}} | * [[Property:Has image]] | ||
* [[Property:Has title]] | |||
* [[Property:Has description]] | |||
* {{tl|BadgeBox}} - displays these properties in a shorter format on another page | |||
* {{tl|badge data}} - sets properties for data not displayed, e.g. index | |||
<includeonly><!-- | <includeonly><!-- |
Latest revision as of 16:34, 24 May 2022
Usage
{{badge display | icon = | icon width = (default 48) | title = | condition = | title alternate = | condition alternate = | description = | icon 2 = | title 2 = | condition 2 = | title 2 alternate = | condition 2 alternate = | description 2 = }}
Examples
Single icon, title, and description
{{badge display | icon = badge_tourist_01.png | title = Top Dog | description = The top of Atlas' statue is the first place many flying heroes will go. }}
Two titles
{{badge display | icon = badge_tourist_01.png | title = Mystic King | condition = male or huge | title alternate = Mystic Queen | condition alternate = female | description = Ley Lines are powerful forces of mystical energy that crisscross the planet. Where they meet is called a nexus, and all magic is stronger for miles around. }}
Two icons
{{badge display | icon = badge_tourist_01.png | condition = hero or villain | icon 2 = v_badge_TourismBadge.png | condition 2 = villain or rogue | title = Thrill Seeker | description = You're always looking for new forms of entertainment, and it's said that the Mission Architect technology is entertainment in its purest form. }}
Two descriptions
{{badge display | icon = badge_DayJob_Griefer.png | icon width = 64 | title = Predator | condition = hero or vigilante | description = You spend your free time battling villains in PvP Zones earning you the Predator Day Job. Logging out in a PvP zone will earn you a bonus to your Recharge rate, when you log back in, for a short time. | condition 2 = villain or rogue | description 2 = You spend your free time battling heroes in PvP zones earning you the Predator Day Job. Logging out in a PvP zone will earn you a bonus to your Recharge rate, when you log back in, for a short time. }}
You spend your free time battling villains in PvP Zones earning you the Predator Day Job. Logging out in a PvP zone will earn you a bonus to your Recharge rate, when you log back in, for a short time.
You spend your free time battling heroes in PvP zones earning you the Predator Day Job. Logging out in a PvP zone will earn you a bonus to your Recharge rate, when you log back in, for a short time.
Two titles and descriptions
{{badge display | icon = badge_DayJob_ShopKeeper.png | icon width = 64 | title = Shop Keeper | condition = hero or vigilante | description = You have spent your free time running a shop in Paragon City selling various wares earning you the Shop Keeper Day Job. Logging out in a store will earn you a random enhancement, upon each mission completion, for a short time. | title 2 = Price Gouger | condition 2 = villain or rogue | description 2 = You know better than to work retail in the Rogue Isles. Logging out in a store will earn you a random enhancement, upon each mission completion, for a short time. }}
You have spent your free time running a shop in Paragon City selling various wares earning you the Shop Keeper Day Job. Logging out in a store will earn you a random enhancement, upon each mission completion, for a short time.
You know better than to work retail in the Rogue Isles. Logging out in a store will earn you a random enhancement, upon each mission completion, for a short time.
Multiple icons, titles, and descriptions
{{badge display | icon = badge_damage_recvd_01.png | title = Adamant | condition = hero or vigilante | description = You have endured one million points of damage. | icon 2 = v_badge_TakenDamageBadge.png | title 2 = Ironman | condition 2 = male or huge villain or rogue | title 2 alternate = Ironwoman | condition 2 alternate = female villain or rogue | description 2 = Never let 'em see you bleed. That's a cool million points of damage. }}
See also
- Property:Has image
- Property:Has title
- Property:Has description
- {{BadgeBox}} - displays these properties in a shorter format on another page
- {{badge data}} - sets properties for data not displayed, e.g. index