Template:BP Sandbox: Difference between revisions

From HorizonXI Wiki
(Created page with "<includeonly> {{#if: {{{AvatarName|}}} | === {{{AvatarName}}} === }} {{#if: {{{Description|}}} | {{{Description}}} }} {| class="horizon-table" ! colspan="2" | Technicals {{#if: {{{Avatar|}}} | |- ! Avatar | {{{Avatar}}} }} {{#if: {{{BloodPact|}}} | |- ! Blood Pact | {{{BloodPact}}} }} {{#if: {{{Cost|}}} | |- ! Cost | {{{Cost}}} MP }} {{#if: {{{Level|}}} | |- ! Level | {{{Level}}} }} {{#if: {{{DamageType|}}} | |- ! Damage Type | {{{DamageType}}} }} ! colspan="2" | Descr...")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
{{#if: {{{Description|}}} | {{{Description}}} }}
{{#if: {{{Description|}}} | {{{Description}}} }}


{| class="horizon-table"
{| class="wikitable"
! colspan="2" | Technicals
! colspan="2" | Technicals
{{#if: {{{Avatar|}}} | |-
{{#if: {{{Avatar|}}} | |-
Line 63: Line 63:
</includeonly><noinclude>
</includeonly><noinclude>
This template is used to create a stylized information box for Final Fantasy XI avatars.
This template is used to create a stylized information box for Final Fantasy XI avatars.
<includeonly>
{{#ifeq: {{{AvatarName|}}} | | |
{| class="wikitable"
! colspan="2" | {{{AvatarName}}}
|-
! Description
| {{{Description|}}}
|-
! colspan="2" | Technicals
|-
! Avatar
| {{{Avatar|}}}
|-
! Blood Pact
| {{{BloodPact|}}}
|-
! Cost
| {{{Cost|}}} MP
|-
! Level
| {{{Level|}}}
|-
! Damage Type
| {{{DamageType|}}}
|-
! colspan="2" | Description Details
|-
! Effect Duration
| {{{EffectDuration|}}}
|-
! Battle Application
| {{{BattleApplication|}}}
|-
! Attribute
| {{{Attribute|}}}
|-
{{#if: {{{Opens|}}} |
! Opens
| {{{Opens}}}
|-
}}
{{#if: {{{Closes|}}} |
! Closes
| {{{Closes}}}
|-
}}
! Additional Notes
| {{{AdditionalNotes|}}}
|-
! Effective Against
| {{{EffectiveAgainst|}}}
|-
! Macro Syntax
| {{{MacroSyntax|}}}
|}}
}}
</includeonly><noinclude>
== Usage ==
== Usage ==
<pre>
<pre>
{{ {{{{PAGENAME}}}
{{BP Sandbox
| AvatarName      =  
| AvatarName      =  
| Description      =  
| Description      =  
| Avatar          =  
| Avatar          =  
| BloodPact        =  
| BloodPact        =  
| Cost            =  
| Cost            =  
| Level            =  
| Level            =  
| DamageType      =  
| DamageType      =  
| EffectDuration  =  
| EffectDuration  =  
| BattleApplication=  
| BattleApplication=  
| Attribute        =  
| Attribute        =  
| Opens            =  
| Opens            =  
| Closes          =  
| Closes          =  
| AdditionalNotes  =  
| AdditionalNotes  =  
| EffectiveAgainst =  
| EffectiveAgainst =  
| MacroSyntax      =  
| MacroSyntax      =  
}}
}}
</pre>
</pre>
Please replace the above parameters with the actual data.
Replace the above parameters with the actual data for the avatar.
</noinclude>
</noinclude>

Latest revision as of 18:03, 13 February 2024

This template is used to create a stylized information box for Final Fantasy XI avatars.

Usage

{{BP Sandbox
 | AvatarName       = 
 | Description      = 
 | Avatar           = 
 | BloodPact        = 
 | Cost             = 
 | Level            = 
 | DamageType       = 
 | EffectDuration   = 
 | BattleApplication= 
 | Attribute        = 
 | Opens            = 
 | Closes           = 
 | AdditionalNotes  = 
 | EffectiveAgainst = 
 | MacroSyntax      = 
}}

Replace the above parameters with the actual data for the avatar.