Template:BP Sandbox: Difference between revisions
From HorizonXI Wiki
(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...") |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#if: {{{AvatarName|}}} | | {{#if: {{{AvatarName|}}} | == {{{AvatarName}}} == }} | ||
{{#if: {{{Description|}}} | {{{Description}}} }} | {{#if: {{{Description|}}} | {{{Description}}} }} | ||
;Technicals | |||
{{#if: {{{Avatar|}}} | * '''Avatar:''' {{{Avatar}}} }} | |||
{{#if: {{{Avatar|}}} | | {{#if: {{{BloodPact|}}} | * '''Blood Pact:''' {{{BloodPact}}} }} | ||
{{#if: {{{Cost|}}} | * '''Cost:''' {{{Cost}}} MP }} | |||
{{#if: {{{Level|}}} | * '''Level:''' {{{Level}}} }} | |||
}} | {{#if: {{{DamageType|}}} | * '''Damage Type:''' {{{DamageType}}} }} | ||
{{#if: {{{BloodPact|}}} | | |||
}} | |||
{{#if: {{{Cost|}}} | | |||
}} | |||
{{#if: {{{Level|}}} | | |||
}} | |||
{{#if: {{{DamageType|}}} | | |||
}} | |||
;Description | |||
{{#if: {{{EffectDuration|}}} | | {{#if: {{{EffectDuration|}}} | * '''Effect Duration:''' {{{EffectDuration}}} }} | ||
{{#if: {{{BattleApplication|}}} | * '''Battle Application:''' {{{BattleApplication}}} }} | |||
{{#if: {{{Attribute|}}} | * '''Attribute:''' {{{Attribute}}} }} | |||
}} | {{#if: {{{Opens|}}} | ** Opens: {{{Opens}}} }} | ||
{{#if: {{{BattleApplication|}}} | | {{#if: {{{Closes|}}} | ** Closes: {{{Closes}}} }} | ||
{{#if: {{{AdditionalNotes|}}} | * '''Additional Notes:''' {{{AdditionalNotes}}} }} | |||
{{#if: {{{EffectiveAgainst|}}} | * '''Effective against:''' {{{EffectiveAgainst}}} }} | |||
}} | |||
{{#if: {{{Attribute|}}} | | |||
}} | |||
{{#if: {{{Opens|}}} | | |||
}} | |||
{{#if: {{{Closes|}}} | | |||
}} | |||
{{#if: {{{AdditionalNotes|}}} | | |||
}} | |||
{{#if: {{{EffectiveAgainst|}}} | | |||
}} | |||
;Macro Syntax | |||
{{#if: {{{MacroSyntax|}}} | | {{#if: {{{MacroSyntax|}}} | * {{{MacroSyntax}}} }} | ||
}} | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
== 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> | ||
Please replace the above parameters with the actual data. | Please replace the above parameters with the actual data. | ||
</noinclude> | </noinclude> |
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.