Template:Inventory icons: Difference between revisions
Jump to navigation
Jump to search
Created page with "The following values are used with inven_icon. Not be to be confused with addinventory. {| {{prettytable}} !Exposed!!Value!!Label!!Description!! |- | No || 0 || ICON_..." |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{Template}}</noinclude> | |||
The following values are used with [[inven_icon]]. Not be to be confused with [[addinventory]]. | The following values are used with [[inven_icon]]. Not be to be confused with [[addinventory]]. | ||
Line 22: | Line 24: | ||
|} | |} | ||
{| {{Collapse}} | |||
| <strong>Defines</strong> | |||
|- | |||
| | |||
define ICON_NONE 0 | define ICON_NONE 0 | ||
define ICON_FIRSTAID 1 | define ICON_FIRSTAID 1 | ||
Line 30: | Line 36: | ||
define ICON_SCUBA 6 | define ICON_SCUBA 6 | ||
define ICON_BOOTS 7 | define ICON_BOOTS 7 | ||
|} | |||
<noinclude>[[Category:Templates]]</noinclude> | <noinclude>[[Category:Templates]]</noinclude> | ||
<includeonly>[[Category:Pages with templates]]</includeonly> | <includeonly>[[Category:Pages with templates]]</includeonly> |
Latest revision as of 15:56, 12 September 2021
This page is a template. This page was created to be included in other pages. |
The following values are used with inven_icon. Not be to be confused with addinventory.
Exposed | Value | Label | Description | |
---|---|---|---|---|
No | 0 | ICON_NONE | ||
No | 1 | ICON_FIRSTAID | ||
No | 2 | ICON_STEROIDS | ||
No | 3 | ICON_HOLODUKE | ||
No | 4 | ICON_JETPACK | ||
No | 5 | ICON_HEATS | ||
No | 6 | ICON_SCUBA | ||
No | 7 | ICON_BOOTS |
Defines |
define ICON_NONE 0 define ICON_FIRSTAID 1 define ICON_STEROIDS 2 define ICON_HOLODUKE 3 define ICON_JETPACK 4 define ICON_HEATS 5 define ICON_SCUBA 6 define ICON_BOOTS 7 |