Main Page
Difference between revisions of "Template:RingMats"
Jump to navigation
Jump to search
(Massive template layout change) |
|||
Line 1: | Line 1: | ||
− | <caption><strong>{{{1}}}</strong></caption> | + | <caption><strong>{{{1}}}</strong></caption><br> |
{{#if: {{{true|}}}|<div class="col-12"><ul class="list-inline"><li class="list-inline-item text-center"><strong>Lv.1</strong><br>{{{L1}}}</li><li class="list-inline-item text-center"><strong>Lv.2</strong><br>{{{L2}}}</li><li class="list-inline-item text-center"><strong>Lv.3</strong><br>{{{L3}}}</li><li class="list-inline-item text-center"><strong>Lv.4</strong><br>{{{L4}}}</li><li class="list-inline-item text-center"><strong>Lv.5</strong><br>{{{L5}}}</li></ul><ul class="list-inline"><li class="list-inline-item text-center"><strong>Lv.6</strong><br>{{{L6}}}</li><li class="list-inline-item text-center"><strong>Lv.7</strong><br>{{{L7}}}</li><li class="list-inline-item text-center"><strong>Lv.8</strong><br>{{{L8}}}</li><li class="list-inline-item text-center"><strong>Lv.9</strong><br>{{{L9}}}</li><li class="list-inline-item text-center"><strong>Lv.10</strong><br>{{{L10}}}</li></ul></div><div class="col-12"><ul class="list-inline"><li class="list-inline-item text-center"><strong>Lv.11</strong><br>{{{L11}}}</li><li class="list-inline-item text-center"><strong>Lv.12</strong><br>{{{L12}}}</li><li class="list-inline-item text-center"><strong>Lv.13</strong><br>{{{L13}}}</li><li class="list-inline-item text-center"><strong>Lv.14</strong><br>{{{L14}}}</li><li class="list-inline-item text-center"><strong>Lv.15</strong><br>{{{L15}}}</li></ul><ul class="list-inline"><li class="list-inline-item text-center"><strong>Lv.16</strong><br>{{{L16}}}</li><li class="list-inline-item text-center"><strong>Lv.17</strong><br>{{{L17}}}</li><li class="list-inline-item text-center"><strong>Lv.18</strong><br>{{{L18}}}</li><li class="list-inline-item text-center"><strong>Lv.19</strong><br>{{{L19}}}</li><li class="list-inline-item text-center"><strong>Lv.20</strong><br>{{{L20}}}</li></ul></div>|}}<!-- | {{#if: {{{true|}}}|<div class="col-12"><ul class="list-inline"><li class="list-inline-item text-center"><strong>Lv.1</strong><br>{{{L1}}}</li><li class="list-inline-item text-center"><strong>Lv.2</strong><br>{{{L2}}}</li><li class="list-inline-item text-center"><strong>Lv.3</strong><br>{{{L3}}}</li><li class="list-inline-item text-center"><strong>Lv.4</strong><br>{{{L4}}}</li><li class="list-inline-item text-center"><strong>Lv.5</strong><br>{{{L5}}}</li></ul><ul class="list-inline"><li class="list-inline-item text-center"><strong>Lv.6</strong><br>{{{L6}}}</li><li class="list-inline-item text-center"><strong>Lv.7</strong><br>{{{L7}}}</li><li class="list-inline-item text-center"><strong>Lv.8</strong><br>{{{L8}}}</li><li class="list-inline-item text-center"><strong>Lv.9</strong><br>{{{L9}}}</li><li class="list-inline-item text-center"><strong>Lv.10</strong><br>{{{L10}}}</li></ul></div><div class="col-12"><ul class="list-inline"><li class="list-inline-item text-center"><strong>Lv.11</strong><br>{{{L11}}}</li><li class="list-inline-item text-center"><strong>Lv.12</strong><br>{{{L12}}}</li><li class="list-inline-item text-center"><strong>Lv.13</strong><br>{{{L13}}}</li><li class="list-inline-item text-center"><strong>Lv.14</strong><br>{{{L14}}}</li><li class="list-inline-item text-center"><strong>Lv.15</strong><br>{{{L15}}}</li></ul><ul class="list-inline"><li class="list-inline-item text-center"><strong>Lv.16</strong><br>{{{L16}}}</li><li class="list-inline-item text-center"><strong>Lv.17</strong><br>{{{L17}}}</li><li class="list-inline-item text-center"><strong>Lv.18</strong><br>{{{L18}}}</li><li class="list-inline-item text-center"><strong>Lv.19</strong><br>{{{L19}}}</li><li class="list-inline-item text-center"><strong>Lv.20</strong><br>{{{L20}}}</li></ul></div>|}}<!-- | ||
Revision as of 08:59, 21 April 2020
{{{1}}}
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 | Effects per level | true | L1 = | L2 = | L3 = | L4 = | L5 = | L6 = | L7 = | L8 = | L9 = | L10 = | L11 = | L12 = | L13 = | L14 = | L15 = | L16 = | L17 = | L18 = | L19 = | L20 = }} Horizontal: {{RingMats | Effects per level | true | L1 = | L2 = | L3 = | L4 = | L5 = | L6 = | L7 = | L8 = | L9 = | L10 = | L11 = | L12 = | L13 = | L14 = | L15 = | L16 = | L17 = | L18 = | L19 = | L20 = }}
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 by setting true
to false
and using NA2 = N/A
instead of the normal variables.
Template usage using the horizontal method (vertical works too): {{RingMats | Effects per level | false | NA = N/A }}