Template:BP Sandbox: Difference between revisions
From Horizon Wiki Mirror
Content deleted Content added
imported>Dejey 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..." |
imported>Dejey No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
{{#if: {{{AvatarName|}}} | |
{{#if: {{{AvatarName|}}} | == {{{AvatarName}}} == }} |
||
{{#if: {{{Description|}}} | {{{Description}}} }} |
{{#if: {{{Description|}}} | {{{Description}}} }} |
||
;Technicals |
|||
{| class="horizon-table" |
|||
{{#if: {{{Avatar|}}} | * '''Avatar:''' {{{Avatar}}} }} |
|||
! colspan="2" | Technicals |
|||
{{#if: {{{ |
{{#if: {{{BloodPact|}}} | * '''Blood Pact:''' {{{BloodPact}}} }} |
||
| ⚫ | |||
! Avatar |
|||
| ⚫ | |||
| {{{Avatar}}} |
|||
| ⚫ | |||
}} |
|||
{{#if: {{{BloodPact|}}} | |- |
|||
! Blood Pact |
|||
| {{{BloodPact}}} |
|||
}} |
|||
| ⚫ | |||
! Cost |
|||
| {{{Cost}}} MP |
|||
}} |
|||
| ⚫ | |||
! Level |
|||
| {{{Level}}} |
|||
}} |
|||
| ⚫ | |||
! Damage Type |
|||
| {{{DamageType}}} |
|||
}} |
|||
;Description |
|||
{{#if: {{{EffectDuration|}}} | |
{{#if: {{{EffectDuration|}}} | * '''Effect Duration:''' {{{EffectDuration}}} }} |
||
{{#if: {{{BattleApplication|}}} | * '''Battle Application:''' {{{BattleApplication}}} }} |
|||
! Effect Duration |
|||
| ⚫ | |||
| {{{EffectDuration}}} |
|||
| ⚫ | |||
}} |
|||
{{#if: {{{ |
{{#if: {{{Closes|}}} | ** Closes: {{{Closes}}} }} |
||
{{#if: {{{AdditionalNotes|}}} | * '''Additional Notes:''' {{{AdditionalNotes}}} }} |
|||
! Battle Application |
|||
{{#if: {{{EffectiveAgainst|}}} | * '''Effective against:''' {{{EffectiveAgainst}}} }} |
|||
| {{{BattleApplication}}} |
|||
}} |
|||
| ⚫ | |||
! Attribute |
|||
| {{{Attribute}}} |
|||
}} |
|||
| ⚫ | |||
! Opens |
|||
| {{{Opens}}} |
|||
}} |
|||
{{#if: {{{Closes|}}} | |- |
|||
! Closes |
|||
| {{{Closes}}} |
|||
}} |
|||
{{#if: {{{AdditionalNotes|}}} | |- |
|||
! Additional Notes |
|||
| {{{AdditionalNotes}}} |
|||
}} |
|||
{{#if: {{{EffectiveAgainst|}}} | |- |
|||
! Effective against |
|||
| {{{EffectiveAgainst}}} |
|||
}} |
|||
;Macro Syntax |
|||
{{#if: {{{MacroSyntax|}}} | |
{{#if: {{{MacroSyntax|}}} | * {{{MacroSyntax}}} }} |
||
| colspan="2" | {{{MacroSyntax}}} |
|||
}} |
|||
|} |
|||
</includeonly><noinclude> |
</includeonly><noinclude> |
||
This template is used to create a stylized information box for Final Fantasy XI avatars. |
|||
== Usage == |
== Usage == |
||
<pre> |
<pre> |
||
{{ {{{{PAGENAME}}} |
{{ {{{{PAGENAME}}} |
||
| 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> |
||
Revision as of 16:57, 13 February 2024
Usage
{{ {{{{PAGENAME}}}
| AvatarName =
| Description =
| Avatar =
| BloodPact =
| Cost =
| Level =
| DamageType =
| EffectDuration =
| BattleApplication=
| Attribute =
| Opens =
| Closes =
| AdditionalNotes =
| EffectiveAgainst =
| MacroSyntax =
}}
Please replace the above parameters with the actual data.