Template:Infobox Artifact: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(Created page with "{| class="wikitable" style="float: right; width: 250px; text-align: left; border: 1px solid #ccc; margin-bottom: 1em;" |+ {{PAGENAME}} | colspan="2" | [[File:{{{img|Item Skill Pearl.png}}}|100px|center]] |- | style="width: 125px;" | '''Aptitude:''' | style="text-align: right;" | {{{aptitude|#}}} |- | '''Initial Skill Count:''' | style="text-align: right;" | {{{intSkillCount|#}}} |- | colspan="2" | '''Recycles into:'''<br>{{{recycle|<ul><li>Quenching Stone x#</li><l...")
 
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable" style="float: right; width: 250px; text-align: left; border: 1px solid #ccc; margin-bottom: 1em;"
{| class="wikitable" style="float: right; width: 175px; text-align: left; border: 1px solid #ccc; margin-bottom: 1em;"
|+ {{PAGENAME}}
|+ {{PAGENAME}}
| 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>}}}
|}
|}
<noinclude>
<noinclude>
'''Template:'''
<pre style="width: 500px;">
{{Infobox Artifact
  | img        =
  | aptitude    =
  | intSkills  =
  | maxMaterias =
  | upgradeCost =
  | recycle    =
}}
</pre>
<templatedata>
<templatedata>
{
{
Line 28: 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": "#",
contributors, delete_pages, Interface administrators
4,719

edits

Navigation menu