Template:Infobox Artifact: Difference between revisions
Jump to navigation
Jump to search
FaeriMagic (talk | contribs) m (Moved how to use section. Renamed section to Template.) |
FaeriMagic (talk | contribs) mNo edit summary |
||
Line 6: | Line 6: | ||
| style="text-align: right;" | {{{aptitude|#}}} | | style="text-align: right;" | {{{aptitude|#}}} | ||
|- | |- | ||
| '''Initial | | '''Initial Skills:''' | ||
| style="text-align: right;" | {{{intSkills|#}}} | |||
|- | |||
| '''Maximum Materias:''' | |||
| style="text-align: right;" | {{{intSkillCount|#}}} | | style="text-align: right;" | {{{intSkillCount|#}}} | ||
|- | |- | ||
Line 15: | Line 18: | ||
<pre style="width: 500px;"> | <pre style="width: 500px;"> | ||
{{Infobox Artifact | {{Infobox Artifact | ||
| img | | img = | ||
| aptitude | | aptitude = | ||
| | | intSkills = | ||
| recycle | | maxMaterias = | ||
| recycle = | |||
}} | }} | ||
</pre> | </pre> | ||
Line 37: | Line 41: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "intSkills": { | ||
"description": "This is where the initial skill count of an Artifact is specified.", | "description": "This is where the initial skill count of an Artifact is specified.", | ||
"type": "number", | |||
"default": "#", | |||
"required": true | |||
}, | |||
"maxMaterias": { | |||
"description": "This is where the maximum materias of an Artifact is specified.", | |||
"type": "number", | "type": "number", | ||
"default": "#", | "default": "#", |
Revision as of 21:29, 21 July 2025
![]() | |
Aptitude: | # |
Initial Skills: | # |
Maximum Materias: | # |
Recycles into:
|
Template:
{{Infobox Artifact | img = | aptitude = | intSkills = | maxMaterias = | recycle = }}
This template displays information about an Artifact.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | img | This is where the file for the image is specified.
| File | suggested |
aptitude | aptitude | This is where the initial aptitude of the Artifact is specified.
| Number | required |
intSkills | intSkills | This is where the initial skill count of an Artifact is specified.
| Number | required |
maxMaterias | maxMaterias | This is where the maximum materias of an Artifact is specified.
| Number | required |
recycle | recycle | This is where the components that the Artifact can be recycled into is specified.
| Unbalanced wikitext | suggested |