Template:Rune pouch/Rune enums/doc: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "{{documentation}} This template provides basic formatting to display a rune pouch or its upgraded variant, the divine rune pouch. ==About== This template is used to generate a table to display up to 4 runes that should be put into the rune pouch. ==Usage== This template can be used by entering the following onto a relevant page. <pre> {{Rune pouch|align=<!-- (Optional) Align the table to the left, center, right of the page --> | <!-- First rune name and...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{ |
{{Documentation}} |
||
When runes are placed to [[rune pouch]] in three slots, each of the slot tracks an enum of the rune type in a varbit instead of using the item ID directly. This table is meant to demonstrate which runes are allowed to be placed into the rune pouch, what their enums and item IDs are. |
|||
This template provides basic formatting to display a [[rune pouch]] or its upgraded variant, the [[divine rune pouch]]. |
|||
Notably, runes found in Nightmare Zone (with different item IDs) are not allowed to be placed into the rune pouch. Thus, they should not be listed in this table. |
|||
==About== |
|||
This template is used to generate a table to display up to 4 runes that should be put into the rune pouch. |
|||
== |
==See also== |
||
* [[RuneScape:Varbit/29]] |
|||
This template can be used by entering the following onto a relevant page. |
|||
* [[RuneScape:Varbit/1622]] |
|||
* [[RuneScape:Varbit/1623]] |
|||
==External links== |
|||
<pre> |
|||
* [https://chisel.weirdgloop.org/structs/index.html?type=enums&id=982 ENUM #982: rune_ids] on Chisel toolserver |
|||
{{Rune pouch|align=<!-- (Optional) Align the table to the left, center, right of the page --> |
|||
| <!-- First rune name and optional quantity, e.g. Law rune or Law rune\2000 --> |
|||
| <!-- (Optional) Second rune name and optional quantity --> |
|||
| <!-- (Optional) Third rune name and optional quantity --> |
|||
| <!-- (Optional) Fourth rune name and optional quantity; if this slot is filled, it is assumed a divine rune pouch is being used --> |
|||
}} |
|||
</pre> |
|||
==Examples== |
|||
===A rune pouch suggestion for [[Vorkath/Strategies]]=== |
|||
<pre> |
|||
{{Rune pouch|align=right |
|||
|Law rune |
|||
|Dust rune |
|||
|Chaos rune |
|||
}} |
|||
</pre> |
|||
{{Rune pouch|align=right |
|||
|Law rune |
|||
|Dust rune |
|||
|Chaos rune |
|||
}} |
|||
{{Clear}} |
|||
===Specifies quantities=== |
|||
<pre> |
|||
{{Rune pouch |
|||
|Nature rune\1000 |
|||
|Fire rune\5000 |
|||
}} |
|||
</pre> |
|||
{{clear}} |
|||
{{Rune pouch |
|||
|Nature rune\1000 |
|||
|Fire rune\5000 |
|||
}} |
|||
{{clear}} |
|||
==Quick Copy== |
|||
<pre> |
|||
{{Rune pouch|align= |
|||
| |
|||
| |
|||
| |
|||
}} |
|||
</pre> |
|||
==See also== |
|||
*[[Template:Inventory]] |
|||
*[[Template:Equipment]] |
|||
*[[Template:Looting bag]] |
|||
<includeonly>[[Category:Table templates]]</includeonly> |
|||
{{TemplateData|<templatedata> |
|||
{ |
|||
"params": { |
|||
"1": { |
|||
"label": "Rune 1", |
|||
"description": "The name of the rune.", |
|||
"example": "Law rune", |
|||
"type": "wiki-page-name", |
|||
"suggested": true |
|||
}, |
|||
"2": { |
|||
"label": "Rune 2", |
|||
"description": "The name of the rune.", |
|||
"example": "Earth rune", |
|||
"type": "wiki-page-name", |
|||
"suggested": true |
|||
}, |
|||
"3": { |
|||
"label": "Rune 3", |
|||
"description": "The name of the rune.", |
|||
"example": "Water rune", |
|||
"type": "wiki-page-name", |
|||
"suggested": true |
|||
}, |
|||
"4": { |
|||
"label": "Rune 4", |
|||
"description": "The name of the rune. If this slot is filled, it is assumed a divine rune pouch is being used.", |
|||
"example": "Fire rune", |
|||
"type": "wiki-page-name", |
|||
"suggested": true |
|||
}, |
|||
"align": { |
|||
"label": "Page alignment", |
|||
"description": "To align the rune pouch to a specific side of the page, use the align parameter. For example, use |align=right to move the table to the right of the page.", |
|||
"example": "right", |
|||
"type": "line", |
|||
"default": "left" |
|||
} |
|||
}, |
|||
"description": "This template provides basic formatting to display a rune pouch. To specify an amount for a stackable item, put a backslash and insert the amount after the backslash. To align the rune pouch to a specific side, use the align parameter. For example, use |align=right to move the table to the right of the page.", |
|||
"format": "block" |
|||
} |
|||
</templatedata>}} |
|||
<includeonly>[[Category:Transclusion templates|{{PAGENAME}}]]</includeonly> |
Latest revision as of 00:44, 17 October 2024
When runes are placed to rune pouch in three slots, each of the slot tracks an enum of the rune type in a varbit instead of using the item ID directly. This table is meant to demonstrate which runes are allowed to be placed into the rune pouch, what their enums and item IDs are.
Notably, runes found in Nightmare Zone (with different item IDs) are not allowed to be placed into the rune pouch. Thus, they should not be listed in this table.
See also
External links
- ENUM #982: rune_ids on Chisel toolserver