Template:Torneko 1 Item Infobox: Difference between revisions

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
m (Text replacement - "{{{kana" to "{{{jpname")
No edit summary
Line 1: Line 1:
<onlyinclude>
{| class="wikitable infobox"
{{Torneko 1 Infobox Table |
!class="infoboxTitle infoboxHeadRow"|{{Torneko1Sprite|{{#switch:{{lc:{{{category|}}}}}
  {{Torneko 1 Item Infobox Header | {{{category|}}}}}
|#default=Scroll
  {{Torneko 1 Infobox Header | colspan = 2 | {{{enname|}}} | {{{jpname|}}} | {{{romaji|}}} | {{{hepburn|}}} }}
|rings=Ring
  {{Torneko 1 Infobox Image | colspan = 2 | {{{image|}}} | {{{description_en|}}} | {{{size|}}} }}
|weapons=Weapon
  {{Torneko 1 Infobox Description | colspan = 2 | multiple = true | {{{description_en|}}} | {{{description_ja|}}} }}
|shields=Shield
  {{#if: {{{shop value|}}} {{{category|}}} |
|herbs=Herb
    {{Torneko 1 Infobox Subtable | colspan = 2 | title = Information |
|food=Bread
      {{#if: {{{shop value|}}} |
|arrows=Arrow
        {{Torneko 1 Infobox Row | Shop value | {{{shop value}}} }}
|staves=Staff
      }}{{#switch: {{lc: {{{category|}}}}}
|gold=Gold
        | weapons | weapon = {{#if: {{{strength|}}} |
}}|size=16px}}
          {{Torneko 1 Infobox Row | Strength | {{{strength}}} }}
!class="infoboxTitle infoboxHeadRow" style="max-width: 67%;"|{{#switch:{{lc:{{{category|}}}}}
        }}{{#if: {{{maxbonus|}}} |
|scrolls=Scroll
          {{Torneko 1 Infobox Row | Max Bonus | {{{maxbonus}}} }}
|rings=Ring
        }}
|weapons=Weapon
        | shields | shield = {{#if: {{{defense|}}} |
|shields=Shield
          {{Torneko 1 Infobox Row | Defense | {{{defense}}} }}
|herbs=Herbs and seeds
        }}{{#if: {{{maxbonus|}}} |
|food=Bread
          {{Torneko 1 Infobox Row | Max Bonus | {{{maxbonus}}} }}
|arrows=Arrow
        }}
|staves=Staff
        | food = {{#if: {{{fullness|}}} |
|gold=Gold
          {{Torneko 1 Infobox Row | Fullness | {{{fullness}}} }}
|#default={{{category|}}}
        }}
        | arrows | arrow = {{#if: {{{damage|}}} |
          {{Torneko 1 Infobox Row | Damage | {{{damage}}} }}
        }}
      }}
    }}
  }}
}}
}}
 
|-
<!-- AUTOCATEGORIZATION -->
!colspan="2" class="infoboxTitle"|<span style="font-size: 1.2rem;">{{{enname|{{PAGENAME}}}}}</span>{{#if:{{{romaji|}}}|<br><span style="font-size: 0.75rem;">{{Tt|{{{jpname|}}}|{{{romaji|}}}}}</span>|<br><span style="font-size: 0.75rem;">{{{jpname|}}}</span>}}{{#if:{{{hepburn|}}}|<br><span style="font-size: 0.75rem;">{{{hepburn|}}}</span>|}}
{{#if: {{NAMESPACE}} <!-- no categories if outside of article namespace --> {{#ifeq: {{{categorize|y}}} | n | + }} | <!-- Do not categorize --> | [[Category:Torneko 1 items|{{{enname|}}}]] }}<!-- end AUTOCATEGORIZATION -->
|-
</onlyinclude>
!colspan="2" class="infoboxImage"|[[File:{{#ifeq:{{{image}}}||Wiki.png|{{{image|Wiki.png}}}}}|alt={{{description_en|{{{caption|Image for {{PAGENAME}}}}}}}}|{{{imagesize|200x200px}}}|frameless]]<br>{{{caption|}}}
|-
|colspan="2" class="infoboxDescription"|{{#tag:tabber|
English={{{description_en|''No description available.''}}}
{{!}}-{{!}}
Japanese={{{description_ja|記述なし}}}
}}
|-
!colspan="2" class="infoboxContext"|{{{datatitle|Information}}}
|-
!class="infoboxHeadRow"|Shop value
|class="infoboxBodyRow"|{{{shop value|}}}
|-
{{#switch:{{lc:{{{category|}}}}}
|weapons|weapon=
!class="infoboxHeadRow"{{!}}Strength
{{!}}class="infoboxBodyRow"{{!}}{{{strength|}}}
{{!}}-
!class="infoboxHeadRow"{{!}}Max Bonus
{{!}}class="infoboxBodyRow"{{!}}{{{maxbonus|}}}
|shields|shield=
!class="infoboxHeadRow"{{!}}Defense
{{!}}class="infoboxBodyRow"{{!}}{{{defense|}}}
{{!}}-
!class="infoboxHeadRow"{{!}}Max Bonus
{{!}}class="infoboxBodyRow"{{!}}{{{maxbonus|}}}
|food=
!class="infoboxHeadRow"{{!}}Fullness
{{!}}class="infoboxBodyRow"{{!}}{{{fullness|}}}
|arrows|arrow=
!class="infoboxHeadRow"{{!}}Damage
{{!}}class="infoboxBodyRow"{{!}}{{{damage|}}}
}}
|}<!-- AUTOCATEGORIZATION -->{{ #switch: {{NAMESPACE}} | {{ns:2}} | {{ns:10}} | {{TALKSPACE}} = <!-- no category for user, template or talk pages --> | #default =
[[Category:Torneko 1 Items|{{NAMESPACE}}]]
}}<!-- end AUTOCATEGORIZATION -->
<noinclude>{{Clear}}{{doc}}
<noinclude>{{Clear}}{{doc}}
[[Category:Torneko 1 Infobox Templates]]
[[Category:Torneko 1 Infobox Templates]]
</noinclude>
</noinclude>

Revision as of 09:58, 14 August 2024

Scroll's sprite.
Torneko 1 Item Infobox
Image for Torneko 1 Item Infobox

No description available.

記述なし

Information
Shop value
Template-info.png Documentation

Usage

{{Torneko 1 Item Infobox
  | category       =  
  | name           =
  | jpname         = 
  | romaji         = 
  | image          =
  | description =  
  | shop value     = 
}}

Add the following if the item is from the Weapons category.

  | strength = 
  | maxbonus =  

Add the following if the item is from the Shields category.

  | defense  = 
  | maxbonus = 

Add the following if the item is from the Food category.

  | fullness = 

Add the following if the item is from the Arrows category.

  | damage = 

Full Syntax

{{Torneko 1 Item Infobox
  | category       = 
  | name           =
  | jpname         = 
  | romaji         = 
  | image          =
  | description =  
  | shop value     = 
  | strength       = 
  | maxbonus       = 
  | defense        = 
  | fullness       = 
  | damage         = 
}}