WoW:UIOBJECT SimpleHTML: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{stub/Other}} | |||
Some day this page can be filled in properly, until then, here's some notes on the markup supported: | Some day this page can be filled in properly, until then, here's some notes on the markup supported: | ||
Line 20: | Line 21: | ||
:|Hlinkid|hlinktext|h - for Hyperlinks | :|Hlinkid|hlinktext|h - for Hyperlinks | ||
:Possibly |n as newline in some cases. | :Possibly |n as newline in some cases. | ||
[[Category:World of Warcraft API]] |
Revision as of 23:22, 25 January 2006
Some day this page can be filled in properly, until then, here's some notes on the markup supported:
It's very limited, there's 2 modes, HTML mode and plain mode. in HTML mode you have.
- <HTML><BODY>...</BODY></HTML>
- <P align="...">...</P>
- <BR/>
- <H1 align="...">...</H1>
- <H2 align="...">...</H2>
- <H3 align="...">...</H3>
- <IMG SRC="Interface\\Pictures\\Linken_sepia_256px"/>
- <A href="linkid">...</A>
I belive the IMG tag can take width and height, also.
In plain mode you have
- |cRRGGBBAA - Set color
- |r - Reset color
- |Hlinkid|hlinktext|h - for Hyperlinks
- Possibly |n as newline in some cases.