Navigation menu

WoW:UI escape sequences: Difference between revisions

Jump to navigation Jump to search
m
Move page script moved page UI escape sequences to WoW:UI escape sequences without leaving a redirect
(This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.)
m (Move page script moved page UI escape sequences to WoW:UI escape sequences without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 76: Line 76:
:* ''To prevent potential abuse, raw texture links cannot be sent to other players.''<ref name="Blue: Embedded textures">http://forums.worldofwarcraft.com/thread.html?topicId=2968233433&postId=44930053081&sid=1#293 Embedded Textures in FontStrings</ref>
:* ''To prevent potential abuse, raw texture links cannot be sent to other players.''<ref name="Blue: Embedded textures">http://forums.worldofwarcraft.com/thread.html?topicId=2968233433&postId=44930053081&sid=1#293 Embedded Textures in FontStrings</ref>
:* You can send [[target markers]] using texture tags:
:* You can send [[target markers]] using texture tags:
:** <code>{star}, {rt1}</code> - [[Image:IconSmall RaidStar.png]]
:** <code>{star}, {rt1}</code> - [[Image:wow_IconSmall RaidStar.png]]
:** <code>{circle}, {rt2}</code> - [[Image:IconSmall RaidCircle.png]]
:** <code>{circle}, {rt2}</code> - [[Image:wow_IconSmall RaidCircle.png]]
:** <code>{diamond}, {rt3}</code> - [[Image:IconSmall RaidDiamond.png]]
:** <code>{diamond}, {rt3}</code> - [[Image:wow_IconSmall RaidDiamond.png]]
:** <code>{triangle}, {rt4}</code> - [[Image:IconSmall RaidTriangle.png]]
:** <code>{triangle}, {rt4}</code> - [[Image:wow_IconSmall RaidTriangle.png]]
:** <code>{moon}, {rt5}</code> - [[Image:IconSmall RaidMoon.png]]
:** <code>{moon}, {rt5}</code> - [[Image:wow_IconSmall RaidMoon.png]]
:** <code>{square}, {rt6}</code> - [[Image:IconSmall RaidSquare.png]]
:** <code>{square}, {rt6}</code> - [[Image:wow_IconSmall RaidSquare.png]]
:** <code>{cross}, {rt7}</code> - [[Image:IconSmall RaidCross.png]]
:** <code>{cross}, {rt7}</code> - [[Image:wow_IconSmall RaidCross.png]]
:** <code>{skull}, {rt8}</code> - [[Image:IconSmall RaidSkull.png]]
:** <code>{skull}, {rt8}</code> - [[Image:wow_IconSmall RaidSkull.png]]
:: However, the named target marker tags are localized, so <code>{star}</code> for example will not be parsed on a german client, but <code>{rt''#''}</code> (i.e. <code>{rt7}</code>) works on all clients.
:: However, the named target marker tags are localized, so <code>{star}</code> for example will not be parsed on a german client, but <code>{rt''#''}</code> (i.e. <code>{rt7}</code>) works on all clients.


Line 103: Line 103:
|-
|-
| <nowiki>|TInterface\\Icons\\INV_Misc_Coin_01:16|t Coins</nowiki>
| <nowiki>|TInterface\\Icons\\INV_Misc_Coin_01:16|t Coins</nowiki>
| [[Image:INV_Misc_Coin_01.png|16px]] Coins
| [[Image:wow_INV_Misc_Coin_01.png|16px]] Coins
|-
|-
| <nowiki>|TInterface\\...:16:16:0:0:64:64:4:60:4:60|t Coins</nowiki>
| <nowiki>|TInterface\\...:16:16:0:0:64:64:4:60:4:60|t Coins</nowiki>
| [[Image:INV_Misc_Coin_01_(Cropped).png|16px]] Coins (Cropped 56x56)
| [[Image:wow_INV_Misc_Coin_01_(Cropped).png|16px]] Coins (Cropped 56x56)
|}
|}


Anonymous user