Welcome to IOPWiki, Commander.
We are searching for new editors to keep track of Girls' Frontline 2 content, as well as veteran players to complete the data of Girls' Frontline and Project Neural Cloud characters.
You can contribute without an account. Learn how to contribute and join our Discord server.

Template:GFL2 Status Effect: Difference between revisions

Welcome to IOP Wiki. This website is maintained by the Girls' Frontline community and is free to edit by anyone.
Jump to navigation Jump to search
WIP - Experimental with switch statement to add in status effects manually into template...
m Fix white block background issue; Due to indentation
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>[[GFL2_Status_Effects#{{{1}}}|{{{1}}}]]</includeonly><noinclude>
<span text-decoration:underline; cursor:default;">
Just a template for easy redirect to [[GFL2_Status_Effects|GFL2 Status Effects]] page with the user being navigated to the header of the target status effect.
    {{Tooltip|{{{1}}}|
        {{#switch:{{{1}}}
            | Overburn = Upon gaining this effect and at the end of action, this unit and all allies within a 1-tile radius receive fixed damage equal to 10% of the inflictor's attack. Considered a burn debuff.
            | Zoom In = Increase damage dealt by 15%, and increase stability damage by 2 points. This stacks up to 2 times and is effective once. This buff cannot be cleansed
            | #default = WIP
        }}
    }}
</span>
</includeonly>


Recommended to use this template over directly specifying the redirect, since there are plans to modify this template such that the description shows up as a tooltip, rather than having to see the description through a redirect.


<noinclude>
Case sensitive.
{{GFL2 Status Effect|Overburn}}
 
{{GFL2 Status Effect|Zoom In}}
<nowiki>{{GFL2 Status Effect|ENTER_STATUS_EFFECT_HERE}}</nowiki>
 
ABC applies {{GFL2_Status_Effect|Overburn}} for 1 turn, and then gains {{GFL2_Status_Effect|Zoom In}} for 2 turns.
</noinclude>
</noinclude>

Latest revision as of 12:41, 15 November 2024

Just a template for easy redirect to GFL2 Status Effects page with the user being navigated to the header of the target status effect.

Recommended to use this template over directly specifying the redirect, since there are plans to modify this template such that the description shows up as a tooltip, rather than having to see the description through a redirect.

Case sensitive.

{{GFL2 Status Effect|ENTER_STATUS_EFFECT_HERE}}

ABC applies Overburn for 1 turn, and then gains Zoom In for 2 turns.