Template:BP Sandbox: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Dejey No edit summary |
imported>Dejey |
||
| (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}}} }} |
||
{| class="wikitable" |
|||
;Technicals |
|||
! colspan="2" | Technicals |
|||
{{#if: {{{Avatar|}}} | * '''Avatar:''' {{{Avatar}}} }} |
|||
{{#if: {{{ |
{{#if: {{{Avatar|}}} | |- |
||
! Avatar |
|||
{{#if: {{{Cost|}}} | * '''Cost:''' {{{Cost}}} MP }} |
|||
| {{{Avatar}}} |
|||
{{#if: {{{Level|}}} | * '''Level:''' {{{Level}}} }} |
|||
}} |
|||
{{#if: {{{DamageType|}}} | * '''Damage Type:''' {{{DamageType}}} }} |
|||
{{#if: {{{BloodPact|}}} | |- |
|||
! Blood Pact |
|||
| {{{BloodPact}}} |
|||
}} |
|||
{{#if: {{{Cost|}}} | |- |
|||
! Cost |
|||
| {{{Cost}}} MP |
|||
}} |
|||
{{#if: {{{Level|}}} | |- |
|||
! Level |
|||
| {{{Level}}} |
|||
}} |
|||
{{#if: {{{DamageType|}}} | |- |
|||
! Damage Type |
|||
| {{{DamageType}}} |
|||
}} |
|||
! colspan="2" | Description |
|||
{{#if: {{{EffectDuration|}}} | |
{{#if: {{{EffectDuration|}}} | |- |
||
! Effect Duration |
|||
{{#if: {{{BattleApplication|}}} | * '''Battle Application:''' {{{BattleApplication}}} }} |
|||
| {{{EffectDuration}}} |
|||
{{#if: {{{Attribute|}}} | * '''Attribute:''' {{{Attribute}}} }} |
|||
}} |
|||
{{#if: {{{Opens|}}} | ** Opens: {{{Opens}}} }} |
|||
{{#if: {{{ |
{{#if: {{{BattleApplication|}}} | |- |
||
! Battle Application |
|||
{{#if: {{{AdditionalNotes|}}} | * '''Additional Notes:''' {{{AdditionalNotes}}} }} |
|||
| {{{BattleApplication}}} |
|||
{{#if: {{{EffectiveAgainst|}}} | * '''Effective against:''' {{{EffectiveAgainst}}} }} |
|||
}} |
|||
{{#if: {{{Attribute|}}} | |- |
|||
! Attribute |
|||
| {{{Attribute}}} |
|||
}} |
|||
{{#if: {{{Opens|}}} | |- |
|||
! Opens |
|||
| {{{Opens}}} |
|||
}} |
|||
{{#if: {{{Closes|}}} | |- |
|||
! Closes |
|||
| {{{Closes}}} |
|||
}} |
|||
{{#if: {{{AdditionalNotes|}}} | |- |
|||
! Additional Notes |
|||
| {{{AdditionalNotes}}} |
|||
}} |
|||
{{#if: {{{EffectiveAgainst|}}} | |- |
|||
! Effective against |
|||
| {{{EffectiveAgainst}}} |
|||
}} |
|||
! colspan="2" | Macro Syntax |
|||
{{#if: {{{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> |
||
{{BP Sandbox |
|||
{{ {{{{PAGENAME}}} |
|||
| AvatarName = |
| AvatarName = |
||
| Description = |
| Description = |
||
| Line 42: | Line 140: | ||
}} |
}} |
||
</pre> |
</pre> |
||
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.