Template:BP Sandbox: Difference between revisions

From HorizonXI Wiki
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#if: {{{AvatarName|}}} | == {{{AvatarName}}} == }}
{{#if: {{{AvatarName|}}} | === {{{AvatarName}}} === }}
{{#if: {{{Description|}}} | {{{Description}}} }}
{{#if: {{{Description|}}} | {{{Description}}} }}


;Technicals
{| class="wikitable"
{{#if: {{{Avatar|}}} | * '''Avatar:''' {{{Avatar}}} }}
! colspan="2" | Technicals
{{#if: {{{BloodPact|}}} | * '''Blood Pact:''' {{{BloodPact}}} }}
{{#if: {{{Avatar|}}} | |-
{{#if: {{{Cost|}}} | * '''Cost:''' {{{Cost}}} MP }}
! Avatar
{{#if: {{{Level|}}} | * '''Level:''' {{{Level}}} }}
| {{{Avatar}}}
{{#if: {{{DamageType|}}} | * '''Damage Type:''' {{{DamageType}}} }}
}}
{{#if: {{{BloodPact|}}} | |-
! Blood Pact
| {{{BloodPact}}}
}}
{{#if: {{{Cost|}}} | |-
! Cost
| {{{Cost}}} MP
}}
{{#if: {{{Level|}}} | |-
! Level
| {{{Level}}}
}}
{{#if: {{{DamageType|}}} | |-
! Damage Type
| {{{DamageType}}}
}}


;Description
! colspan="2" | Description
{{#if: {{{EffectDuration|}}} | * '''Effect Duration:''' {{{EffectDuration}}} }}
{{#if: {{{EffectDuration|}}} | |-
{{#if: {{{BattleApplication|}}} | * '''Battle Application:''' {{{BattleApplication}}} }}
! Effect Duration
{{#if: {{{Attribute|}}} | * '''Attribute:''' {{{Attribute}}} }}
| {{{EffectDuration}}}
{{#if: {{{Opens|}}} | ** Opens: {{{Opens}}} }}
}}
{{#if: {{{Closes|}}} | ** Closes: {{{Closes}}} }}
{{#if: {{{BattleApplication|}}} | |-
{{#if: {{{AdditionalNotes|}}} | * '''Additional Notes:''' {{{AdditionalNotes}}} }}
! Battle Application
{{#if: {{{EffectiveAgainst|}}} | * '''Effective against:''' {{{EffectiveAgainst}}} }}
| {{{BattleApplication}}}
}}
{{#if: {{{Attribute|}}} | |-
! Attribute
| {{{Attribute}}}
}}
{{#if: {{{Opens|}}} | |-
! Opens
| {{{Opens}}}
}}
{{#if: {{{Closes|}}} | |-
! Closes
| {{{Closes}}}
}}
{{#if: {{{AdditionalNotes|}}} | |-
! Additional Notes
| {{{AdditionalNotes}}}
}}
{{#if: {{{EffectiveAgainst|}}} | |-
! Effective against
| {{{EffectiveAgainst}}}
}}


;Macro Syntax
! colspan="2" | Macro Syntax
{{#if: {{{MacroSyntax|}}} | * {{{MacroSyntax}}} }}
{{#if: {{{MacroSyntax|}}} | |-
| colspan="2" | {{{MacroSyntax}}}
}}
|}
</includeonly><noinclude>
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>
</includeonly><noinclude>
== Usage ==
== Usage ==
<pre>
<pre>
{{ {{{{PAGENAME}}}
{{BP Sandbox
  | AvatarName      =  
  | AvatarName      =  
  | Description      =  
  | Description      =  
Line 42: 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.