Template:Magia Record Rarity: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<noinclude>Calculates a rarity from 1 to 5 stars based on how many non-empty parameters are passed to it. Not intended for general use but rather for building other templates.</noinclude>{{#switch:{{{mode|fwd}}}
<noinclude>Calculates a rarity from 1 to 5 stars based on how many non-empty parameters are passed to it. Not intended for general use but rather for building other templates.</noinclude>{{#switch:{{{mode|fwd}}}
|fwd|rev|eq|range={{Magia Record Rarity/{{{mode|fwd}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}}}
|fwd|rev|eq|range={{Magia Record Rarity/{{{mode|fwd}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|suffix={{{suffix|}}}|sep={{{sep|}}}|false={{{false|}}}}}
|<span class="error">Unknown rarity mode {{{mode}}}</span>}}
|<span class="error">Unknown rarity mode {{{mode}}}</span>}}

Latest revision as of 01:45, 15 August 2023

Calculates a rarity from 1 to 5 stars based on how many non-empty parameters are passed to it. Not intended for general use but rather for building other templates.