Check out Sunborn's two newly announced games (official English titles pending): Girls' Frontline: Blue Butterfly Contract and Reverse Collapse: F !
You don't need an account to join in. Learn how to contribute, browse Bounties and join our Discord server.

Template:Enemy-Index-Entry.dpl/sandbox

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
Documentation icon Template documentation[view] [edit] [history] [purge]

Displays a card for an enemy. Usually used inside a DPL query.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Affiliationaffiliation

The affiliation of the unit. Can be any of the values S (Sangvis Ferri), P (Paradeus), K (KCCO) or C (Collaboration)

Suggested values
S P K C
Default
other
Stringrequired
Titletitle

Title to be displayed on the card

Auto value
%TITLE%
Page namerequired
Classificationclassification

Additional information about the type of enemy.

Suggested values
boss
Example
boss
Stringoptional

Usage

See the template's testcases:


Single call
Wiki code
{{Enemy-Index-Entry.dpl|affiliation=S|title=Ripper}}
Main version
Ripper
Sandbox version Ripper
Call as boss character
Wiki code
{{Enemy-Index-Entry.dpl|affiliation=C|classification=boss|title=Theresa_(Boss)}}
Main version
Theresa_(Boss)
Sandbox version Theresa_(Boss)
Two entries next to each other
Wiki code
{{Enemy-Index-Entry.dpl|affiliation=S|title=Ripper}}{{Enemy-Index-Entry.dpl|affiliation=C|classification=boss|title=Theresa_(Boss)}}
Main version
Ripper
Theresa_(Boss)
Sandbox version RipperTheresa_(Boss)

See also