Template:EquipmentPage: Difference between revisions

From Elwiki
No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="padding: 0.5em; border-color: {{{Color|lightblue}}}; border-style: solid;" class="section-wrapper">
<includeonly>{{#css:MediaWiki:Instance-Page.css}}<div class="instance-page">
{{Section
{{Segment
| hStyles=display: none;
| SectionCls=section-border
| hStyle=display: none;
| Styles=display: flex; justify-content: space-between;
| Title0=<nowiki/>
| Title0=<nowiki/>
| Content0=<nowiki/>
| Content0=<nowiki/>
Line 12: Line 14:
{{!}} {{{Quote|}}}
{{!}} {{{Quote|}}}
{{!}}}
{{!}}}
{{ItemTT|Name={{{Name}}}|Rarity={{{Rarity}}}|Type={{{Type}}}|Stack={{{Limit}}}|Description={{{AddEffect}}}}}
| Title1=<nowiki/>
| Title1=<nowiki/>
| Content1=
| Content1=
{{Infobox equipment
{{Infobox equipment
| title={{{Name|}}}
| color={{{Color|}}}
| color={{{Color|}}}
| image={{{Icon|}}}
| image={{{Icon|}}}
| name={{{Name|}}}
| Name={{{Name|}}}
| set={{{Set|}}}
| set={{{Set|}}}
| rarity={{{Rarity|}}}
| rarity={{{Rarity|}}}
Line 31: Line 35:
| AE={{{AddEffect|}}}
| AE={{{AddEffect|}}}
}}
}}
{{clearfix}}
}}
}}
{{Section
{{Segment
| SectionCls=section-border
| Color0={{{Color|}}}
| Color0={{{Color|}}}
| Title0=How to Obtain
| Title0=How to Obtain
| Content0=<nowiki/>
| Content0=<nowiki/>
{{{!}} cellpadding="5" border="1" style="border-collapse: collapse; text-align: left;"
{{{!}} cellpadding="5" border="1" style="border-collapse: collapse; text-align: left;" class="wikitable"
{{!}}-
{{!}}-
! Method !! Location(s) !! Requirements
! Method !! Location(s) !! Requirements
Line 42: Line 48:
{{!}} {{{Obtain|}}}
{{!}} {{{Obtain|}}}
{{!}}}
{{!}}}
}}{{#if:{{{BaseStat|}}}|{{Section
}}{{#if:{{{BaseStat|}}}|{{Segment
| SectionCls=section-border mw-collapsible mw-collapsed
| Color0={{{Color|}}}
| Color0={{{Color|}}}
| Title0=Base Stats
| Title0=Base Stats
| Content0=<nowiki/>
| Content0=<nowiki/>
{{{BaseStat|}}}
{{{BaseStat|}}}
}}}}{{#if:{{{BonusEffect|}}}|{{Section
}}}}{{#if:{{{BonusEffect|}}}|{{Segment
| SectionCls=section-border
| Color0={{{Color|}}}
| Color0={{{Color|}}}
| Title0=Additional Effects
| Title0=Additional Effects
| Content0=<nowiki/>
| Content0=<nowiki/>
{{{BonusEffect|}}}
{{{BonusEffect|}}}
}}}}{{#if:{{{IdStat|}}}|{{Section
}}}}{{#if:{{{IdStat|}}}|{{Segment
| SectionCls=section-border
| Color0={{{Color|}}}
| Color0={{{Color|}}}
| Title0=Identifiable Stats
| Title0=Identifiable Stats
Line 58: Line 67:
{{#if: {{{Ereda|}}}||'''Please note that the identifiable stats shown below are the minimum amount that can be obtained. They can be increased up to {{#ifeq: {{{Type|}}}|Equipment (Weapon)|2%|1%}}, based on their Critical stats.'''}}
{{#if: {{{Ereda|}}}||'''Please note that the identifiable stats shown below are the minimum amount that can be obtained. They can be increased up to {{#ifeq: {{{Type|}}}|Equipment (Weapon)|2%|1%}}, based on their Critical stats.'''}}
{{{IdStat|}}}
{{{IdStat|}}}
}}}}{{#if:{{{Gallery|}}}|{{Section
}}}}{{#if:{{{Gallery|}}}|{{Segment
| SectionCls=section-border
| Color0={{{Color|}}}
| Color0={{{Color|}}}
| Title0=Gallery
| Title0=Gallery
| Content0=<nowiki/>
| Content0=<nowiki/>
{{{Gallery|}}}
{{{Gallery|}}}
}}}}{{#if:{{{Tips|}}}|{{Section
}}}}{{#if:{{{Tips|}}}|{{Segment
| SectionCls=section-border
| Color0={{{Color|}}}
| Color0={{{Color|}}}
| Title0=Tips and Details
| Title0=Tips and Details
| Content0=<nowiki/>
| Content0=<nowiki/>
{{{Tips|}}}
{{{Tips|}}}
}}}}{{#if:{{{Trivia|}}}|{{Section
}}}}{{#if:{{{Trivia|}}}|{{Segment
| SectionCls=section-border
| Color0={{{Color|}}}
| Color0={{{Color|}}}
| Title0=Trivia
| Title0=Trivia
| Content0=<nowiki/>
| Content0=<nowiki/>
{{{Trivia|}}}
{{{Trivia|}}}
}}}}{{#if:{{{SeeAlso|}}}|{{Section
}}}}{{#if:{{{SeeAlso|}}}|{{Segment
| SectionCls=section-border
| Color0={{{Color|}}}
| Color0={{{Color|}}}
| Title0=See Also
| Title0=See Also
| Content0=<nowiki/>
| Content0=<nowiki/>
{{{SeeAlso|}}}
{{{SeeAlso|}}}
}}}}{{#if:{{{AltLang|}}}|{{Section
}}}}{{#if:{{{AltLang|}}}|{{Segment
| SectionCls=section-border
| Color0={{{Color|}}}
| Color0={{{Color|}}}
| Title0=Alternative Names
| Title0=Alternative Names
Line 90: Line 104:
</div>
</div>
{{Guides|class=mw-collapsible mw-collapsed}}
{{Guides|class=mw-collapsible mw-collapsed}}
<noinclude>{{Doc}}</noinclude>
</includeonly><noinclude>{{Doc}}</noinclude>

Latest revision as of 14:48, 14 September 2023

Information: If you want to test this template, please use Sandbox.
This documentation is transcluded from Template:EquipmentPage/doc.

Code Format

{{EquipmentPage
| Color=
| Name=
| Set=
| Icon=
| 2ndIcon=
| Rarity=
| Type=
| LvReq=
| LvItem=
| Resell=
| Trade=
| Dismantle=
| Limit=
| Sealing=
| AddEffect=
| Description=
| Quote=
| Obtain=
| BaseStat=
{{StatsTable}}
| BonusEffect=
| IdStat=
| Gallery=
| Tips=
| Trivia=
| SeeAlso= 
| AltLang= 
}}