ElEditors, Interface administrators, Administrators
70,980
edits
No edit summary |
|||
Line 3: | Line 3: | ||
== Code & Parameters == | == Code & Parameters == | ||
<pre><nowiki>{{BossIcon|map_no|x|y}}</nowiki></pre> | <pre><nowiki>{{BossIcon|map_no|x|y}}</nowiki></pre> | ||
*<code>map_no</code> - always first, determines whether to use the [https://elwiki.net/w/File:Sprite_-_Boss_Icon_1.png first map] or the [https://elwiki.net/w/File:Sprite_- | *<code>map_no</code> (number value) - always first, determines whether to use the [https://elwiki.net/w/File:Sprite_-_Boss_Icon_1.png first map], [https://elwiki.net/w/File:Sprite_-_Boss_Icon_2.png second map] or the [https://elwiki.net/w/File:Sprite_-_Boss_Icon_3.png third map]. | ||
*<code>x</code> - number of the icon (horizontal), count from left to right, from 1, for example [[William]]'s number in the first map is 1. | *<code>x</code> - number of the icon (horizontal), count from left to right, from 1, for example [[William]]'s number in the first map is 1. | ||
*<code>y</code> - number of the icon (vertical), for example [[Chloe]]'s number in the first map is 3. | *<code>y</code> - number of the icon (vertical), for example [[Chloe]]'s number in the first map is 3. |