Template:BP Sandbox: Difference between revisions

From HorizonXI Wiki
No edit summary
 
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      =  
Line 83: Line 140:
}}
}}
</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.