Template:Item: Difference between revisions

From Blue Archive Wiki
Jump to navigation Jump to search
Content added Content deleted
(Item Tier and Recipe data display)
(Language tag for NameJP)
 
(14 intermediate revisions by 2 users not shown)
Line 12: Line 12:
|Icon = File
|Icon = File
}}
}}
</noinclude><templatestyles src="Item/item.css" /><includeonly>{{#cargo_store:_table=items}}<table class="wikitable itemtable">
</noinclude>
<templatestyles src="Item/item.css" />
<includeonly>{{#cargo_store:_table=items}}<table class="wikitable itemtable">
<tr class="itemtable-summary">
<tr class="itemtable-summary">
<td colspan="4">
<td colspan="4">
{{#if: {{{SplashIcon|}}}
{{#if: {{{SplashIcon|}}}
| [[File:{{{SplashIcon|}}}|center|{{{NameEN|}}}|class=splashicon]]{{#if: {{{NameEN|}}} | <span class="item-name-main">{{{NameEN|}}}</span> }}{{#if: {{{NameJP|}}} | <span class="item-name-sub">{{{NameJP|}}}</span> }}
| [[File:{{{SplashIcon|}}}|center|{{{NameEN|}}}|class=splashicon]]{{#if: {{{NameEN|}}} | <span class="item-name-main">{{{NameEN|}}}</span> }}{{#if: {{{NameJP|}}} | <span class="item-name-sub" lang="ja">{{{NameJP|}}}</span> }}
| [[File:{{{Icon|}}}|center|{{{NameEN|}}}]]{{#if: {{{NameEN|}}} | <span class="item-name-main">{{{NameEN|}}}</span> }}{{#if: {{{NameJP|}}} | <span class="item-name-sub">{{{NameJP|}}}</span> }}
| [[File:{{{Icon|}}}|center|{{{NameEN|}}}]]{{#if: {{{NameEN|}}} | <span class="item-name-main">{{{NameEN|}}}</span> }}{{#if: {{{NameJP|}}} | <span class="item-name-sub">{{{NameJP|}}}</span> }}
}}<div class="item-description"><tabber>English={{{DescriptionEN|}}}
}}
|-|
<div class="item-description"><tabber>
Japanese={{{DescriptionJP|}}}</tabber></div>
English={{{DescriptionEN|}}}
|-|
Japanese={{{DescriptionJP|}}}
</tabber></div>
</td>
</td>
</tr>
</tr>
Line 34: Line 29:
<td>{{{Category|}}}</td>
<td>{{{Category|}}}</td>
</tr>
</tr>
{{#if: {{{Collection|}}} | <tr>
{{#if: {{{AltName|}}} | <tr>
<th>Collection</td>
<th>Alternative name</th>
<td colspan="3">{{{AltName|}}}</td>
</tr>
}}{{#if: {{{Collection|}}} | <tr>
<th>Collection</th>
<td colspan="3">{{{Collection|}}}</td>
<td colspan="3">{{{Collection|}}}</td>
</tr>
</tr>
}}{{#if: {{{Tag1|}}} | <tr>
}}{{#if: {{{Tag1|}}} | <tr>
<th>Tags</td>
<th>Tags</th>
<td colspan="3">{{#sub:{{#forargs: Tag
<td colspan="3">{{#sub:{{#forargs: Tag
| key
| key
Line 46: Line 45:
}}|0|-6}}</td>
}}|0|-6}}</td>
</tr>
</tr>
}}{{#if: {{{Favorite1|}}} | <tr><th>Favorite gift</td><td colspan="3" class="itemtable-related">{{#forargs: Favorite
}}{{#if: {{{Favorite1|}}} | <tr><th>Favorite gift</th><td colspan="3" class="related-characters">{{#forargs: Favorite
| key
| key
| value
| value
| {{#ifexist: {{#var: value }} | <div>[[File:{{#var: value }}.png|frameless|48px|alt={{#var: value }}|link={{#var: value }}|class=related-portrait]]&nbsp;[[{{#var: value }}]]</div>
| {{#ifexist: {{#var: value }} | <div>[[File:{{#var: value }}.png|frameless|48px|alt={{#var: value }}|link={{#var: value }}|class=related-portrait]]&nbsp;[[{{#var: value }}]]</div>
}} }}</td></tr> }}{{#if: {{{Likes1|}}} | <tr><th>Likes gift</td><td colspan="3" class="itemtable-related">{{#forargs: Likes
}} }}</td></tr> }}{{#if: {{{Likes1|}}} | <tr><th>Likes gift</th><td colspan="3" class="related-characters">{{#forargs: Likes
| key
| key
| value
| value
| {{#ifexist: {{#var: value }} | <div>[[File:{{#var: value }}.png|frameless|48px|alt={{#var: value }}|link={{#var: value }}|class=related-portrait]]&nbsp;[[{{#var: value }}]]</div>
| {{#ifexist: {{#var: value }} | <div>[[File:{{#var: value }}.png|frameless|48px|alt={{#var: value }}|link={{#var: value }}|class=related-portrait]]&nbsp;[[{{#var: value }}]]</div>
}} }}</td></tr> }}{{#if: {{{Character|}}} | <tr><th>Received from</td><td colspan="3" class="itemtable-related">{{#ifexist: {{{Character|}}} | <div>[[File:{{{Character|}}}.png|frameless|48px|alt={{{Character|}}}|link={{{Character|}}}|class=related-portrait]]&nbsp;[[{{{Character|}}}]]</div> | <div>[[File:{{{Character|}}}.png|frameless|48px|alt={{{Character|}}}|link=|class=related-portrait]]&nbsp;{{{Character|}}}</div>
}} }}</td></tr> }}{{#if: {{{Character|}}} | <tr><th>Received from</th><td colspan="3" class="related-characters">{{#ifexist: {{{Character|}}} | <div>[[File:{{{Character|}}}.png|frameless|48px|alt={{{Character|}}}|link={{{Character|}}}|class=related-portrait]]&nbsp;[[{{{Character|}}}]]</div> | <div>[[File:{{{Character|}}}.png|frameless|48px|alt={{{Character|}}}|link=|class=related-portrait]]&nbsp;{{{Character|}}}</div>
}} </td></tr> }}{{#ifeq: {{{Category|}}} | Material | <tr><th>Used by</td><td colspan="3" class="itemtable-related">
}} </td></tr> }}{{#ifeq: {{{Category|}}} | Material | <tr><th>Used by</th><td colspan="3" class="related-characters">
{{#dpl:
{{#dpl:
| namespace =
| namespace =
Line 62: Line 61:
| includesubpages = true
| includesubpages = true
| mode = userformat
| mode = userformat
| format = ,<div>,</div>,
| format = ,,,
| include = {Character{{!}}RelatedCharacter.dpl}
| include = {Character{{!}}RelatedCharacter.dpl}
| ordermethod = title
| ordermethod = title
}}
}}
</td></tr> }}{{#if: {{{Tier|}}} | <tr>
</td></tr> }}{{#if: {{{Tier|}}} | <tr>
<th>Tier</td>
<th>Tier</th>
<td colspan="3">{{{Tier|}}}</td>
<td colspan="3">{{{Tier|}}}</td>
</tr>
</tr>
}}{{#if: {{{RecipeCost|{{{RecipePart|}}} }}} | <tr>
}}{{#if: {{{RecipeCost|{{{RecipePart|}}} }}} | <tr>
<th>Recipe</td>
<th>Recipe</th>
<td colspan="3">
<td colspan="3">
{{#forargs: RecipePart
{{#forargs: RecipePart
Line 83: Line 82:
{{ItemCard|Credits|quantity={{{RecipeCost|}}} }}
{{ItemCard|Credits|quantity={{{RecipeCost|}}} }}
</td>
</td>
</tr>
}}{{#switch: {{{Category|}}}
| Hat
| Gloves
| Shoes
| Bag
| Badge
| Hairpin
| Charm
| Watch
| Necklace = <tr>
<th>Mission drops</th><!-- if tier is 1 OR page name contains blueprint, then use DPL query;
otherwise, this item is not directly farmable and the user should go to the blueprint page
-->{{#if:{{#ifeq:{{{Tier|}}}|1|YES|}}{{#ifeq:{{#count:{{PAGENAME}}|Blueprint}}|1|YES|}}|
<td colspan="3">
{{#dpl:
| category = Missions
| linksto = {{PAGENAME}}
| ordermethod = sortkey
| mode = userformat
| format = ,<div>,</div>,
| include = {MissionRewards{{!}}ItemMissionReward.dpl}
}}
</td>
| <td colspan="3">Not directly farmable. See [[{{PAGENAME}} Blueprint|{{SUBPAGENAME}} Blueprint]].</td>
}}
</tr>
</tr>
}}
}}
</table>{{#ifeq:{{NAMESPACE}}||[[Category:Items]]{{#if: {{{Category|}}} | [[Category:{{{Category|}}}]]}} }}{{#ifexist: Image:{{{Icon|{{PAGENAMEE}}.png}}} | {{#seo: |image = {{{Icon|{{PAGENAMEE}}.png}}} |image_alt = {{{NameEN|}}} }} | }}{{#seo:
</table>{{#ifeq:{{NAMESPACE}}||[[Category:Items]]{{#if: {{{Category|}}} | [[Category:{{{Category|}}}]]}}{{#if: {{{Collection|}}} | [[Category:{{{Collection|}}}]]}} }}{{#seo:
|title={{{NameEN|}}}
|title={{{NameEN|}}}
|title_mode=append
|title_mode=append
|keywords={{{NameEN|}}},item,crafting,gift
|keywords={{{NameEN|}}}{{#if: {{{AltName|}}}|,{{{AltName|}}}}},item,crafting,gift
|description={{{NameEN|}}} is a {{{Rarity|}}}-star {{lc: {{{Category|}}} }} item. {{{DescriptionEN|}}}
|description={{{NameEN|}}} is a {{{Rarity|}}}-star {{lc: {{{Category|}}} }} item. {{{DescriptionEN|}}}
|image = {{{Icon|{{PAGENAMEE}}.png}}}
}}</includeonly>
}}</includeonly>
<noinclude>
<noinclude>

Latest revision as of 05:04, 29 April 2024

This template defines the table "items". View table.

General item template for materials (BD, book, oopart), collectibles etc.