Template:Infobox Artifact: Difference between revisions

From The Unofficial Isekai:Slow Life Wiki
Jump to navigation Jump to search
m (Moved how to use section. Renamed section to Template.)
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
| colspan="2" | [[File:{{{img|Item Skill Pearl.png}}}|100px|center]]
| colspan="2" | [[File:{{{img|Item Skill Pearl.png}}}|100px|center]]
|-
|-
| style="width: 125px;" | '''Aptitude:'''  
| style="width: 100px;" | '''Aptitude:'''  
| style="text-align: right;" | {{{aptitude|#}}}
| style="text-align: right;" | {{{aptitude|#}}}
|-
|-
| '''Initial Skill Count:'''  
| '''Initial Skills:'''  
| style="text-align: right;" | {{{intSkillCount|#}}}
| style="text-align: right;" | {{{intSkills|#}}}
|-
| '''Maximum Materias:'''
| style="text-align: right;" | {{{maxMaterias|#}}}
|-
| colspan="2" | '''Upgrade Cost:'''<br><ul><li>{{{upgradeCost|#}}}</li></ul>
|-
|-
| colspan="2" | '''Recycles into:'''<br>{{{recycle|<ul><li>[[Quenching Stone]] x#</li><li>[[Magic Ore]] x#</li></ul>}}}
| colspan="2" | '''Recycles into:'''<br>{{{recycle|<ul><li>[[Quenching Stone]] x#</li><li>[[Magic Ore]] x#</li></ul>}}}
Line 15: Line 20:
<pre style="width: 500px;">
<pre style="width: 500px;">
{{Infobox Artifact
{{Infobox Artifact
   | img           =  
   | img         =  
   | aptitude     =  
   | aptitude   =
   | intSkillCount =  
  | intSkills  =
   | recycle       =
  | maxMaterias =  
   | upgradeCost =
   | recycle     =
}}
}}
</pre>
</pre>
Line 37: Line 44:
"required": true
"required": true
},
},
"intSkillCount": {
"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",
"default": "#",
"required": true
},
        "upgradeCost": {
"description": "This is where the upgrade cost of an Artifact is specified.",
"type": "number",
"type": "number",
"default": "#",
"default": "#",

Latest revision as of 21:37, 21 July 2025

Infobox Artifact
Aptitude: #
Initial Skills: #
Maximum Materias: #
Upgrade Cost:
  • #
Recycles into:

Template:

{{Infobox Artifact
   | img         = 
   | aptitude    = 
   | intSkills   = 
   | maxMaterias = 
   | upgradeCost =
   | recycle     =
}}

This template displays information about an Artifact.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
imageimg

This is where the file for the image is specified.

Default
Item Skill Pearl.png
Filesuggested
aptitudeaptitude

This is where the initial aptitude of the Artifact is specified.

Default
#
Numberrequired
intSkillsintSkills

This is where the initial skill count of an Artifact is specified.

Default
#
Numberrequired
maxMateriasmaxMaterias

This is where the maximum materias of an Artifact is specified.

Default
#
Numberrequired
upgradeCostupgradeCost

This is where the upgrade cost of an Artifact is specified.

Default
#
Numberrequired
recyclerecycle

This is where the components that the Artifact can be recycled into is specified.

Default
<ul><li>[[Quenching Stone]] x#</li><li>[[Magic Ore]] x#</li></ul>
Unbalanced wikitextsuggested