Difference between revisions of "Template:UI Object Attributes (Image)"
Jump to navigation
Jump to search
(Created page with "|img |full url (http://...), path relative to /img/ |When it applies, changes the image source |- |draw |Draw instructions, ex: line(0,100,20,50,blue);line(50,50,70,70,'255,10...") |
|||
(21 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | === Image attributes === | ||
+ | {| class="wikitable" | ||
+ | |- | ||
|img | |img | ||
− | |full url (http://...) | + | |<full url <nowiki>(http://...)</nowiki>> <nowiki>|</nowiki> <path relative to /img/> |
− | | | + | |Changes the image source |
|- | |- | ||
|draw | |draw | ||
− | |Draw | + | |<draw instructions> |
+ | |Draws the image. See the [[Draw API]] | ||
+ | e.g.: line(0,100,20,50,blue);line(50,50,70,70,'255,10,150'); | ||
+ | |} |
Latest revision as of 18:30, 3 March 2014
Image attributes
img | <full url (http://...)> | <path relative to /img/> | Changes the image source |
draw | <draw instructions> | Draws the image. See the Draw API
e.g.: line(0,100,20,50,blue);line(50,50,70,70,'255,10,150'); |