Main Page
Difference between revisions of "Template:RingMats"
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
<noinclude> | <noinclude> | ||
</table> | </table> | ||
+ | |||
+ | Used with the [[Template:Rings|Rings]] template. Adds the effects per level table in the ring "card". | ||
+ | |||
+ | Template overview: | ||
+ | <pre> | ||
+ | Can be displayed in a vertical format or a horizontal format. | ||
+ | |||
+ | Vertical: | ||
+ | {{RingMats | ||
+ | | L1 = | ||
+ | | L2 = | ||
+ | | L3 = | ||
+ | | L4 = | ||
+ | | L5 = | ||
+ | | L6 = | ||
+ | | L7 = | ||
+ | | L8 = | ||
+ | | L9 = | ||
+ | | L10 = | ||
+ | }} | ||
+ | |||
+ | Horizontal: | ||
+ | {{RingMats | L1 = | L2 = | L3 = | L4 = | L5 = | L6 = | L7 = | L8 = | L9 = | L10 = }} | ||
+ | </pre> | ||
+ | |||
+ | The template follows the basic principle of <code>Variable = Value</code>. You are not required to specify all of the variables in order to make this template function. However, it's highly advised that you do so for values of 1 through 10. | ||
+ | |||
+ | If you want to display a 10 column long "Not Applicable" value instead of an individual value, you can do so using <code>NA2 = N/A</code> instead of the normal variables. | ||
+ | |||
+ | <pre> | ||
+ | Template usage using the horizontal method (vertical works too): | ||
+ | |||
+ | {{RingMats | NA = N/A }} | ||
+ | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 23:17, 6 April 2020
Effects per level | Lv.1 | Lv.2 | Lv.3 | Lv.4 | Lv.5 | Lv.6 | Lv.7 | Lv.8 | Lv.9 | Lv.10 |
---|---|---|---|---|---|---|---|---|---|---|
Used with the Rings template. Adds the effects per level table in the ring "card".
Template overview:
Can be displayed in a vertical format or a horizontal format. Vertical: {{RingMats | L1 = | L2 = | L3 = | L4 = | L5 = | L6 = | L7 = | L8 = | L9 = | L10 = }} Horizontal: {{RingMats | L1 = | L2 = | L3 = | L4 = | L5 = | L6 = | L7 = | L8 = | L9 = | L10 = }}
The template follows the basic principle of Variable = Value
. You are not required to specify all of the variables in order to make this template function. However, it's highly advised that you do so for values of 1 through 10.
If you want to display a 10 column long "Not Applicable" value instead of an individual value, you can do so using NA2 = N/A
instead of the normal variables.
Template usage using the horizontal method (vertical works too): {{RingMats | NA = N/A }}