Template:BP Sandbox: Difference between revisions
From HorizonXI Wiki
No edit summary |
(→Usage) |
||
(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" | |||
{{#if: {{{Avatar|}}} | | ! colspan="2" | Technicals | ||
{{#if: {{{BloodPact|}}} | | {{#if: {{{Avatar|}}} | |- | ||
{{#if: {{{Cost|}}} | | ! Avatar | ||
{{#if: {{{Level|}}} | | | {{{Avatar}}} | ||
{{#if: {{{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|}}} | |- | ||
{{#if: {{{BattleApplication|}}} | | ! Effect Duration | ||
{{#if: {{{Attribute|}}} | | | {{{EffectDuration}}} | ||
{{#if: {{{Opens|}}} | | }} | ||
{{#if: {{{Closes|}}} | | {{#if: {{{BattleApplication|}}} | |- | ||
{{#if: {{{AdditionalNotes|}}} | | ! Battle Application | ||
{{#if: {{{EffectiveAgainst|}}} | | | {{{BattleApplication}}} | ||
}} | |||
{{#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 | ||
| 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.