Template:Accessories: Difference between revisions

From Ethene
Content added Content deleted
m (Category Fix)
m (Update documentation on what each field does.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
<noinclude>
<noinclude>
*Template to be used for accessories.
Template to be used for accessories.

*If nothing is needed for any of the categories, leave blank
===Variable Descriptions===
* Type: One of [Ring, Chest, Crest, Waist, Necklace, Other, Card, Face]
* Image: Name of the file without the brackets (e.g myfile.png)
* Description: A description of the accessory.
* Attributes: A <nowiki><br></nowiki> list of attributes the accessory has.
* Effect: The accessory's effect.
* Synthesis: The available synthesis effects the accessory can roll.
* Source: The source of the accessory (where to get it).
* Inheritance: If the accessory has multiple tiers, the previous tier accessory name.
</pre>

If nothing is needed for any of the categories, leave blank.

===Template===
[[Category:Templates/Headers|{{PAGENAME}}]]
[[Category:Templates/Headers|{{PAGENAME}}]]
<pre>{{Accessories
<pre>{{Accessories
|Type=
|Image=
|Image=
|Description=
|Description=
Line 15: Line 30:
</noinclude><includeonly>[[category:Accessories]]
</noinclude><includeonly>[[category:Accessories]]
{| class=wikitable style="padding=10px; width: 50%; margin: left;"
{| class=wikitable style="padding=10px; width: 50%; margin: left;"
!colspan="4" style="font-size:20px; position:relative" | {{#if: {{{Name|}}}|{{{Name}}}|{{PAGENAME}}}}<span style="position:absolute;left:4px">{{#switch: {{{Type}}} | Ring = [[File:Akuse-yubi-ico.png]] | Chest = [[File:Akuse-mune-ico.png]] | Crest = [[File:Akuse-monsyou-ico.png]] | Waist = [[File:Akuse-kuse-ico.png]] | Necklace = [[File:Akuse-kubi-ico.png]] | Other = [[File:Akuse-hoka-ico.png]] | Card = [[File:Akuse-fuda-ico.png]] | Face = [[File:Akuse-kao-ico.png]] ||}}</span>
!scope="col" colspan ="4" style=font-size:20px; | {{#if: {{{Name|}}}|{{{Name}}}|{{PAGENAME}}}}
|-
|-
| colspan="5" style="border: 0px ; text-align: center;" |
| colspan="5" style="border: 0px ; text-align: center;" |
Line 35: Line 50:
|-
|-
!scope="row" | Inheritance
!scope="row" | Inheritance
|colspan="3" | {{#if: {{{Inheritance|}}}|[[{{{Inheritance}}}]]|Not Inheritable}}
|colspan="3" | {{#if: {{{Inheritance|}}}|{{{Inheritance}}}|Not Inheritable}}
|}
|}

Latest revision as of 02:41, 15 May 2024


Template to be used for accessories.

Variable Descriptions

  • Type: One of [Ring, Chest, Crest, Waist, Necklace, Other, Card, Face]
  • Image: Name of the file without the brackets (e.g myfile.png)
  • Description: A description of the accessory.
  • Attributes: A <br> list of attributes the accessory has.
  • Effect: The accessory's effect.
  • Synthesis: The available synthesis effects the accessory can roll.
  • Source: The source of the accessory (where to get it).
  • Inheritance: If the accessory has multiple tiers, the previous tier accessory name.

If nothing is needed for any of the categories, leave blank.

Template

{{Accessories
|Type=
|Image=
|Description=
|Attributes=
|Effect=
|Synthesis=
|Source=
|Inheritance=
}}