Template:Infobox Equipment: Difference between revisions

From Phantasy Star Universe Clementine
m (template name conflict)
m (JPname Field Added)
Tag: Manual revert
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
<includeonly><templatestyles src="Infobox Equipment/styles.css" />
<div class="infobox-equipment">
{|class="wikitable infobox infobox-equipment"
{|class="wikitable"
! colspan="2" class="infobox-equipment-header" | {{Rank/EnumImage|{{{rank}}}}} {{#switch:{{Item Category|{{{type}}}|text only=1}}
! colspan="2" class="infobox-equipment-header" | {{Rank|{{{rank}}}}} {{#switch:{{Item Category|{{{type}}}|text only=1}}
|Weapon = {{Weapon Type/EnumImage|{{{subtype}}}|options=link={{Weapon Type/EnumImage|{{{subtype}}}|text only=1}}s}}
|Weapon = {{Weapon Type/EnumImage|{{{subtype}}}|options=link={{Weapon Type/EnumImage|{{{subtype}}}|text only=1}}s}}
|Line Shield = {{EnumImage|image=Line shield icon.gif|name=Line Shield|options=16px{{!}}link=Line Shields}}
|Line Shield = {{EnumImage|image=Line shield icon.gif|name=Line Shield|options=16px{{!}}link=Line Shields}}
|Unit = {{Unit Type|{{{subtype}}}|options=link={{Unit Type|{{{subtype}}}|text only=1}}s}}
|Unit = {{Unit Type|{{{subtype}}}|options=link={{Unit Type|{{{subtype}}}|text only=1}}s}}
|}} {{{name|{{PAGENAME}}}}}
|}} '''{{{name|{{PAGENAME}}}}}'''
{{{jpname|}}}
|-
|-
|colspan="2" class="infobox-equipment-thumb" |{{#if:{{{image|}}} |[[File:{{{image}}}|300px|link=]] |''Item has no visual component.''}}
|colspan="2" class="infobox-equipment-thumb" |{{#if:{{{image|}}} | {{#ifexist: {{{image|}}} | [[{{{image}}}|300px|link=]] | ''Item image is missing.''}} |''Item has no visual component.''}}
|-
|-
|colspan="2" |{{Rarity|{{#expr:{{{rarity}}}+1}}}}
|colspan="2" class="infobox-equipment-rarity"| {{Rarity|{{{rarity}}}}}
|-
|-
! colspan="2" |Stats
! colspan="2" |Stats
|-
|-
|Manufacturer
|Manufacturer
|{{Manufacturer|{{{mfr}}}|options=20px{{!}}link=}}
|{{Manufacturer/EnumImage|{{{mfr}}}|options=20px{{!}}link=}}
|-
|-
{{#switch:{{Item Category|{{{type}}}|text only=1}}
{{#switch:{{Item Category|{{{type}}}|text only=1}}
Line 77: Line 77:
{{!}}{{{var}}}
{{!}}{{{var}}}
{{!}}-
{{!}}-
{{#if:{{{acc|}}}|
<!-- {{#if:{{{acc|}}}|
{{!}} Base ATA
{{!}} Base ATA
{{!}} {{{acc}}}
{{!}} {{{acc}}}
{{!}}-}}
{{!}}-}}
{{!}}-
{{!}}- -->
{{#if:{{{status|}}}|
{{#if: {{{weapon range|}}}|
{{!}} Attack Range
{{!}} {{{weapon range}}}
{{!}}-}}
{{#ifeq:{{{status|}}} > 0|
{{!}} [[Status Effect]]
{{!}} [[Status Effect]]
{{!}} {{Status Effect|{{{status}}}}} LV{{{status level}}}
{{!}} {{Status Effect|{{{status}}}}} LV{{{status level}}}
Line 91: Line 95:
{{!}}-}}}}}}
{{!}}-}}}}}}
<!-- Special Effects -->
<!-- Special Effects -->
|}
|}</includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
</div></includeonly><noinclude>
==Purpose==
Infobox for equipment.
==Parameter List==
<pre>
{{Infobox Equipment
|image
|type
|subtype
|id
|mfr
|name
|rarity
|rank
|stat requirement
|acc
|account bound
|min attack
|max attack
|min pp
|status
|status level
|status chance
|var
}}
</pre>
 
For image options, a guide on syntax can be found here: [https://www.mediawiki.org/wiki/Help:Images#Syntax]
==Examples==
===Ken'ei+===
<pre>{{Infobox Equipment
|image=Ken'ei+.png
|type = 01
|subtype = 06
|id = 68
|mfr = 03
|name = Ken'ei+
|rarity = 8
|rank = 3
|stat requirement = 1000
|acc = 500
|account bound = 0
|min attack = 600
|max attack = 700
|min pp = 600
|status = 14
|status level = 4
|status chance = 100
|var = 50
}}</pre>
{{Infobox Equipment
|image=Ken'ei+.png
|type = 01
|subtype = 06
|id = 68
|mfr = 03
|name = Ken'ei+
|rarity = 8
|rank = 3
|stat requirement = 1000
|acc = 500
|account bound = 0
|min attack = 600
|max attack = 700
|min pp = 600
|status = 14
|status level = 4
|status chance = 100
|var = 50
}}
===Bunny-senba===
work in progress
{{Infobox Equipment
|type = 02
|subtype
|mfr = 01
|id
|name = Bunny-senba
|rarity = 14
|rank = 3
|stat requirement = 100
|def = 450
|eva = 300
|ment = 450
|att = 150
|acc = 150
|tech = 150
|end = 5
|account bound = 0
}}
===Bunny Ears===
work in progress
{{Infobox Equipment
|type = 08
|subtype = 01
|mfr = 01
|id
|name = Bunny Ears
|rarity = 14
|rank = 3
|ment = 300
|tech = 450
|account bound = 0
}}
===Gerard / Knight===
work in progress
{{Infobox Equipment
|type = 08
|subtype = 02
|mfr = 00
|id
|name = Gerard / Knight
|rarity = 14
|rank = 3
|att = 450
|acc = 0
|account bound = 0
}}
===Makarukaheshi+===
work in progress
{{Infobox Equipment
|type = 08
|subtype = 02
|mfr = 01
|id
|name = Makarukaheshi+
|rarity = 14
|rank = 3
|def = 200
|eva = 250
|account bound = 0
}}
===Satsuma's Curse===
work in progress
{{Infobox Equipment
|type = 08
|subtype = 04
|mfr = 03
|id
|name = Satsuma's Curse
|rarity = 14
|rank = 3
|end = 7
|account bound = 0
}}
</noinclude>

Latest revision as of 17:41, 17 December 2024

Purpose

Infobox for equipment.

Parameter List

{{Infobox Equipment
|image
|type
|subtype
|id
|mfr
|name
|jpname
|rarity
|rank
|stat requirement
|acc
|account bound
|min attack
|max attack
|min pp
|status
|status level
|status chance
|var
|weapon range
}}

For image options, a guide on syntax can be found here: [1]

Examples

Ken'ei+

{{Infobox Equipment
|image=File:Ken'ei+.png
|type = 01
|subtype = 06
|id = 68
|mfr = 03
|name = Ken'ei+
|jpname = 剣影
|rarity = 8
|rank = 3
|stat requirement = 1000
|acc = 500
|account bound = 0
|min attack = 600
|max attack = 700
|min pp = 600
|status = 14
|status level = 4
|status chance = 100
|var = 50
|weapon range = 439
}}
S Rank Twin Saber Ken'ei+

剣影

8★
Stats
Manufacturer Kubara product
ATP Required 1000
Acc. 500
Base PP 600
Base ATP 600
Max ATP 700
Variance 50
Attack Range 439

Bunny-senba

work in progress

S Rank Line Shield Bunny-senba
Item has no visual component.
14★
Stats
Manufacturer Yohmei Corp
DFP Required 100
Def. 450
Eva. 300
Ment. 450
End. 5
Att. 150
Acc. 150
Tech. 150

Bunny Ears

work in progress

S Rank Head Unit Bunny Ears
Item has no visual component.
14★
Stats
Manufacturer Yohmei Corp
Ment. 300
Tech. 450

Gerard / Knight

work in progress

S Rank Arm Unit Gerard / Knight
Item has no visual component.
14★
Stats
Manufacturer GRM
Att. 450
Acc. 0

Makarukaheshi+

work in progress

S Rank Arm Unit Makarukaheshi+
Item has no visual component.
14★
Stats
Manufacturer Yohmei Corp
Def. 200
Eva. 250

Satsuma's Curse

work in progress

S Rank Extra Unit Satsuma's Curse
Item has no visual component.
14★
Stats
Manufacturer Kubara product
End. 7