Line 3: |
Line 3: |
| ==Usage== | | ==Usage== |
| This template takes in one to two arguments.<br> | | This template takes in one to two arguments.<br> |
− | The first argument determines if the list will display Kanmusu, Abyssal, or all equipment in the table. | + | The first argument determines if the list will display kanmusu, abyssal, or all equipment in the table. |
| To designate the display data, use the following code to invoke the function:<br> | | To designate the display data, use the following code to invoke the function:<br> |
− | <code><nowiki>{{EquipmentList|<Kanmusu/Abyssal/all>}}</nowiki></code>.<br> | + | <code><nowiki>{{EquipmentList|<kanmusu/abyssal/all>}}</nowiki></code>.<br> |
− | If no argument is passed to the template, Kanmusu is used by default. | + | If no argument is passed to the template, Kanmusu is used by default.<br> |
| | | |
| The second argument that the template takes filers the table list by specific type of equipment to display. | | The second argument that the template takes filers the table list by specific type of equipment to display. |
| To designate the display data, use the following code to invoke the function:<br> | | To designate the display data, use the following code to invoke the function:<br> |
− | <code><nowiki>{{EquipmentList|<Kanmusu/Abyssal/all>|<exact equipment type>}}</nowiki></code>.<br> | + | <code><nowiki>{{EquipmentList|<kanmusu/abyssal/all>|<exact equipment type>}}</nowiki></code>.<br> |
| If the first argument is not provided, but second is, the template will default to <code>Kanmusu</code>. | | If the first argument is not provided, but second is, the template will default to <code>Kanmusu</code>. |
| If no argument is passed to the template, no filter is applied. | | If no argument is passed to the template, no filter is applied. |
| + | |
| + | ==See also== |
| + | *[[Module:EquipmentModule]] - The module this template invokes from. |