Template:BBDW Character Table: Difference between revisions

Template page
(moved template for formatting a table row into subpage, and moved wikitext for determining the table and cargo query itself here)
m (added a note on custom RARITY column)
Line 33: Line 33:
}}
}}
</nowiki></pre>
</nowiki></pre>
This template defines a custom column, <code>RARITY</code>, for ordering characters by their rarity the way the game orders it, instead of alphabetically. <code>RARITY</code> translates the in-game alphabetic bsae rarities into their numbers: AII to 1, AI to 2, S to 3, SS to 4, and none to 0.


==See Also==
==See Also==

Revision as of 01:15, 25 February 2021

Queries the Cargo table BBDW_Characters to create a table of characters.

Usage

{{BBDW Character Table
|where=RARITY='SS' and element='fire' and position='Front' and role='Attacker'
|order by=RARITY desc, nameen
}}

This template defines a custom column, RARITY, for ordering characters by their rarity the way the game orders it, instead of alphabetically. RARITY translates the in-game alphabetic bsae rarities into their numbers: AII to 1, AI to 2, S to 3, SS to 4, and none to 0.

See Also