Template:Equipment/Recommended/doc: Difference between revisions

From Melvor Idle
m (Added missing params new header# param)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
* <code>showall</code> - Optional. If <code>true</code>, shows all item slots in the table even if the slot is empty
* <code>showall</code> - Optional. If <code>true</code>, shows all item slots in the table even if the slot is empty
* <code>setname</code> - Optional. Specifies the custom text above the table's header; 'Recommended equipment for <setname>'
* <code>setname</code> - Optional. Specifies the custom text above the table's header; 'Recommended equipment for <setname>'
* <code>header#</code> - Optional. Specifies the custom header text for headers 1 through 5


For all other parameters, the value passed will be the name of an item of equipment by default. If required, plain text may also be passed by prefixing the value with <code>!</code>. For example, specifying <code>passive1 = !Any Master Slayer armour piece</code> will result in the text following the prefix to be displayed in the table as is.
For all other parameters, the value passed will be the name of an item of equipment by default. If required, plain text may also be passed by prefixing the value with <code>!</code>. For example, specifying <code>passive1 = !Any Master Slayer armour piece</code> will result in the text following the prefix to be displayed in the table as is. A slot can also be left empty by passing in <code>Empty</code> as the item name.


Currently there is a cap of 5 that will be rendered per slot. Anything added past that will not be shown on the table.
Currently there is a cap of 5 that will be rendered per slot. Anything added past that will not be shown on the table.

Latest revision as of 20:12, 12 October 2024

This template displays the recommended equipment for an activity.

Usage

This template can be used by entering the following onto a relevant page.

The following parameters are supported:

  • style - Optional. Specifies the relevant combat style: Melee, Ranged, or Magic.
  • imgSize - Optional. Specifies the slot image's dimensions in pixels. Defaults to 36 if not specified.
  • showDR - Optional. If true, adds another column listing the equipments' damage reduction statistic. Only supported if at most one item of equipment is specified for each equipment slot
  • showall - Optional. If true, shows all item slots in the table even if the slot is empty
  • setname - Optional. Specifies the custom text above the table's header; 'Recommended equipment for <setname>'
  • header# - Optional. Specifies the custom header text for headers 1 through 5

For all other parameters, the value passed will be the name of an item of equipment by default. If required, plain text may also be passed by prefixing the value with !. For example, specifying passive1 = !Any Master Slayer armour piece will result in the text following the prefix to be displayed in the table as is. A slot can also be left empty by passing in Empty as the item name.

Currently there is a cap of 5 that will be rendered per slot. Anything added past that will not be shown on the table.

{{Equipment/Recommended
|style =
|imgSize =
|showDR = true|false
|showall = true|false
|setname =
|header# =
|helm# =
|neck# =
|cape# =
|body# =
|legs# =
|weapon# =
|shield# =
|ammo# =
|consumable# =
|gloves# =
|boots# =
|ring# =
|gem# =
|passive# =
|familiar1# =
|familiar2# =
|enhC# =
|enhT# =
|enhS# =
|prayer1# =
|prayer2# =
}}