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}}}
|rev={{#if:{{{5|}}}|5|
|fwd|rev|eq|range={{Magia Record Rarity/{{{mode}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}}}
{{#if:{{{4|}}}|4|
|<span class="error">Unknown rarity mode {{{mode}}}</span>}}
{{#if:{{{3|}}}|3|
{{#if:{{{2|}}}|2|
{{#if:{{{1|}}}|1|
}}}}}}}}}}
|eq={{#ifeq:{{#if:{{{1|}}}|1|
{{#if:{{{2|}}}|2|
{{#if:{{{3|}}}|3|
{{#if:{{{4|}}}|4|
{{#if:{{{5|}}}|5|
}}}}}}}}}}|{{#if:{{{5|}}}|5|
{{#if:{{{4|}}}|4|
{{#if:{{{3|}}}|3|
{{#if:{{{2|}}}|2|
{{#if:{{{1|}}}|1|
}}}}}}}}}}|1|{{{false|}}}}}
|fwd={{#if:{{{1|}}}|1|
{{#if:{{{2|}}}|2|
{{#if:{{{3|}}}|3|
{{#if:{{{4|}}}|4|
{{#if:{{{5|}}}|5|
}}}}}}}}}}}}

Revision as of 01:41, 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.{{Magia Record Rarity/{{{mode}}}|||||}}