More actions
m (changed template to query for orbs by either jp name or en name) |
(added tooltips when displaying a single status with this template (as opposed to a list of statuses)) |
||
Line 42: | Line 42: | ||
}} | }} | ||
<!--Statuses--> | <!--Statuses--> | ||
|Status|status={{#arraymap:{{{2|}}}|,|x|[[Status (BBDW)#{{#sub:x|0|{{#pos:x|,}}}}|x]]}} | |Status|status={{#cargo_query:table=BBDW_Statuses|fields=nameen,effect | ||
|where=nameen='{{{2|}}}' | |||
|format=template | |||
|template=bbdw/status | |||
|named args=yes | |||
|default={{#arraymap:{{{2|}}}|,|x|[[Status (BBDW)#{{#sub:x|0|{{#pos:x|,}}}}|x]]}} | |||
}} | |||
<!--Character--> | <!--Character--> | ||
|Char|char|Character|character={{#cargo_query: | |Char|char|Character|character={{#cargo_query: |
Revision as of 03:04, 23 February 2021
Produces an icon.
Usage
{{bbdw|itemname}}
Subpages
Template:bbdwPlaceholder Icon
Element Icons
{{bbdw|Fire}} |
|
{{bbdw|Water}} |
|
{{bbdw|Earth}} |
|
{{bbdw|Wind}} |
|
{{bbdw|Light}} |
|
{{bbdw|Dark}} |
Rarity Icons
{{bbdw|Rarity R}}
, {{bbdw|Rarity SS+++}}
, etc.
Position & Role Icons
{{bbdw|Front Attacker}}
, {{bbdw|Flex Tank}}
, etc.
Front | Flex | Rear | |
---|---|---|---|
Attacker | |||
Tank | |||
Supporter | |||
Healer |
Command Type Icons
{{bbdw|Command R}} |
|
{{bbdw|Command D}} |
|
{{bbdw|Command S}} |
|
{{bbdw|Command EX}} |
|
{{bbdw|Command DD}} |
|
{{bbdw|Command AH}} |
Items
- Main article: Gameplay:Items (BBDW)
- To edit the way the icon is displayed, see Template:bbdw/item
Reference item names from Gameplay:Items (BBDW) by their English name.
{{bbdw|item|Crystallized Azure}}
{{bbdw|item|Crystallized Azure|display=icononly}}
Orbs
References items from Gameplay:Items (BBDW) by their Japanese name.
{{bbdw|orb|紅炎のオーブR2}}
紅炎のオーブR2
An orb with the Ars Magus of rising flames sealed within it. Equip it onto a character for its effect to activate.{{{notes}}}
Groups
Used mainly by other templates (Template:BBDW Character, Template:BBDW Character Table)
{{bbdw|Group|Grimoire/魔道書, Neutral/中立, Prime Field/素体}}
Grimoire/魔道書, Neutral/中立, Prime Field/素体
Statuses
- Main article: Status (BBDW)
Display a list of statuses: {{bbdw|status|ATK UP, ATK DOWN}}
Display a single status: {{bbdw|status|ATK Up}} {{bbdw|status|Healing Up}}
Characters
{{bbdw|char|Ciel Sulfur}}
{{bbdw|character|Ciel Sulfur}}
{{bbdw|character|Noel Vermillion|display=icononly}}
{{bbdw|character|Noel Vermillion|display=textonly}}
Grimoires
{{bbdw|grim|ティーパーティ}}
{{bbdw|grimoire|Invisible}}
Grimoires can be searched by their Japanese name or by their English name.
Function: CargoSQLQuery::run Query: SELECT `g`.`_pageID` AS `cargo_backlink_page_id_g`,`g`.`pgname` AS `imglink`,`g`.`nameen` AS `name`,IF ( `g`.`icon` IS NULL, `g`.`image`, `g`.`icon` ) AS `img`,CONCAT('(★', `g`.`rarity`, ') ', '', `g`.`nameen`, '') AS `caption`,CONCAT('80px') AS `width` FROM `cargo__BBDW_Grimoires` `g` WHERE `g`.`namejp`='Of course I'd help out!!' or `g`.`nameen`='Of course I'd help out!!' ORDER BY `g`.`_pageID`,`g`.`pgname`,`g`.`nameen`,IF ( `g`.`icon` IS NULL, `g`.`image`, `g`.`icon` ),CONCAT('(★', `g`.`rarity`, ') ', '', `g`.`nameen`, '') LIMIT 100
The above documentation is transcluded from Template:Bbdw/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |