Template:DQ3Item: Difference between revisions
From Dragon Quest Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="background-color: # | <div style="background-color: #D51B0C; float: left; padding: 3px 3px 3px 3px; border-radius: 7px; width: 739px;" > | ||
<div style="padding-left: 5px; padding-right: 5px; height: 32px;"> | <div style="padding-left: 5px; padding-right: 5px; height: 32px;"> | ||
<table style="width: 100%"> | <table style="width: 100%"> | ||
Line 8: | Line 8: | ||
</table> | </table> | ||
</div> | </div> | ||
<div style="background-color: # | <div style="background-color: #E47154; border-radius: 5px; padding: 3px;"> | ||
<div style="padding: 3px; "> | <div style="padding: 3px; "> | ||
<table style="border: 1px solid # | <table style="border: 1px solid #C91C0E; border-radius: 3px; width: 100%; margin-bottom: 5px" cellspacing="0" cellpadding="0"> | ||
<tr> | <tr> | ||
<td style="background-color: # | <td style="background-color: #D51B0C; padding: 2px; width: 100px; text-align: center; border-right: 1px solid #C91C0E">'''Buy'''</td> | ||
<td style="background-color: # | <td style="background-color: #D51B0C; padding: 2px; width: 100px; text-align: center; border-right: 1px solid #C91C0E">'''Sell'''</td> | ||
<td style="background-color: # | <td style="background-color: #D51B0C; padding: 2px; text-align: center">'''Effect'''</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="padding: 2px; height: 24px; text-align: center; border-right: 1px solid # | <td style="padding: 2px; height: 24px; text-align: center; border-right: 1px solid #C91C0E">{{#if: {{{buy|}}} | {{{buy}}} }}</td> | ||
<td style="padding: 2px; height: 24px; text-align: center; border-right: 1px solid # | <td style="padding: 2px; height: 24px; text-align: center; border-right: 1px solid #C91C0E">{{#if:{{{sell|}}}|{{{sell}}}|?}}</td> | ||
<td style="padding: 2px; height: 24px; font-size: 12px">{{#if:{{{effect|}}}|{{{effect}}}|?}}</td> | <td style="padding: 2px; height: 24px; font-size: 12px">{{#if:{{{effect|}}}|{{{effect}}}|?}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
<table style="border: 1px solid # | <table style="border: 1px solid #C91C0E; border-radius: 3px; width: 100%;" cellspacing="0" cellpadding="0"> | ||
<tr> | <tr> | ||
<td style="background-color: # | <td style="background-color: #D51B0C; padding: 2px; width: 50%; text-align: center; border-right: 1px solid #C91C0E">'''Usable outside of battle?'''</td> | ||
<td style="background-color: # | <td style="background-color: #D51B0C; padding: 2px; width: 50%; text-align: center;">'''Usable in battle?'''</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 32: | Line 32: | ||
| YES | | YES | ||
| y | | y | ||
| Y = <td style="padding: 2px; height: 24px; text-align: center; background-color: #9eff9e; border-right: 1px solid # | | Y = <td style="padding: 2px; height: 24px; text-align: center; background-color: #9eff9e; border-right: 1px solid #C91C0E; color: #008800">[[File:ICON-YES-CHECK.png]] '''YES'''</td> | ||
| no | | no | ||
| NO | | NO | ||
| n | | n | ||
| N = <td style="padding: 2px; height: 24px; text-align: center; background-color: #ffb7b7; border-right: 1px solid # | | N = <td style="padding: 2px; height: 24px; text-align: center; background-color: #ffb7b7; border-right: 1px solid #C91C0E; color: #880000">[[File:ICON-NO-X.png]] '''NO'''</td> | ||
| #default = <td style="padding: 2px; height: 24px; text-align: center; background-color: #eee; border-right: 1px solid # | | #default = <td style="padding: 2px; height: 24px; text-align: center; background-color: #eee; border-right: 1px solid #C91C0E">[[File:ICON-INFO-QUESTION.png]] '''{{#if: {{{out-of-battle|}}} | {{{out-of-battle}}} | ???}}'''</td> | ||
}} | }} | ||
{{#switch: {{{in-battle|}}} | {{#switch: {{{in-battle|}}} | ||
Line 53: | Line 53: | ||
</table> | </table> | ||
<table style="border: 1px solid # | <table style="border: 1px solid #C91C0E; border-radius: 3px; width: 100%; margin-top: 5px; border-right: 1px solid orange; text-align: center; height: 32px;" cellspacing="0" cellpadding="0"> | ||
<tr> | <tr> | ||
<td style="width: 128px; height: 24px; background-color: # | <td style="width: 128px; height: 24px; background-color: #D51B0C; border-bottom: 1px solid #C91C0E; border-right: 1px solid #C91C0E">'''Shop(s)'''</td> | ||
<td style="text-align: center; border-bottom: 1px solid # | <td style="text-align: center; border-bottom: 1px solid #C91C0E;">{{#if: {{{shops|}}} | {{{shops}}} }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="width: 100px; height: 24px; background-color: # | <td style="width: 100px; height: 24px; background-color: #D51B0C; border-right: 1px solid #C91C0E;">'''Location(s)'''</td> | ||
<td style="text-align: center;">{{#if: {{{locations|}}} | {{{locations}}} }} | <td style="text-align: center;">{{#if: {{{locations|}}} | {{{locations}}} }}</tr> | ||
</table> | </table> | ||
</div> | </div> | ||
</div> | </div> | ||
</div>{{clear}}</includeonly><noinclude> | </div> | ||
This is a template for items as they appear in {{DQ3}}. | </div>{{clear}}</includeonly> | ||
<noinclude> | |||
For appearances in other games, please use the corresponding item template. | This is a template for items as they appear in {{DQ3}}. For appearances in other games, please use the corresponding item template. | ||
== Example == | == Example == | ||
Line 92: | Line 81: | ||
|shops=[[Super Secret Faerie Village]] | |shops=[[Super Secret Faerie Village]] | ||
|locations=Queen's chamber in [[Isis]] Palace, treasure chest on 1F of [[Baramos' Lair]]. | |locations=Queen's chamber in [[Isis]] Palace, treasure chest on 1F of [[Baramos' Lair]]. | ||
}} | }} | ||
Line 108: | Line 96: | ||
|shops= | |shops= | ||
|locations= | |locations= | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
[[Category:Templates]] |
Revision as of 19:38, 16 June 2023
This is a template for items as they appear in Dragon Quest III: The Seeds of Salvation. For appearances in other games, please use the corresponding item template.
Example
Buy | Sell | Effect |
2,500 gold | 1,875 gold | Restores 20~24 MP to the wearer when used. Has a 10% chance of breaking after each use. |
Usable outside of battle? | Usable in battle? |
YES | YES |
Shop(s) | Super Secret Faerie Village |
Location(s) | Queen's chamber in Isis Palace, treasure chest on 1F of Baramos' Lair. |
Usage
{{DQ3Item |name= |kanji= |romaji= |buy= |sell= |effect= |out-of-battle= |in-battle= |shops= |locations= }}