Template:Abundance: Difference between revisions

From HorizonXI Wiki
m (added comments to the code to describe what each part does)
mNo edit summary
 
Line 5: Line 5:


If sample size is 0 display message
If sample size is 0 display message
-->{{#ifexpr:{{default|{{{2|}}}|0}}<=0|{{ht|No data.|[[File:Unknown.png|20px|Unknown|link=HorizonXIwiki:Drop Rate Policy]]<sup>(0%)</sup>|gray}}|{{ht<!--
-->{{#ifexpr:{{default|{{{2|}}}|0}}<=0|{{ht|No data.|[[File:Unknown.png|20px|Unknown|link=HorizonXI:Drop Rate Policy]]<sup>(0%)</sup>|gray}}|{{ht<!--


Evaluate the tooltip infotext based on sample size
Evaluate the tooltip infotext based on sample size
Line 13: Line 13:


Evaluate the percentage and display as text
Evaluate the percentage and display as text
-->|{{#ifexpr:{{{2}}} < 100|[[File:Warning.png|20px|More data needed.|link=HorizonXIwiki:Drop Rate Policy]]<!--
-->|{{#ifexpr:{{{2}}} < 100|[[File:Warning.png|20px|More data needed.|link=HorizonXI:Drop Rate Policy]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 1|[[HorizonXIwiki:Drop Rate Policy|Extremely Rare]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 1|[[HorizonXI:Drop Rate Policy|Extremely Rare]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 5|[[HorizonXIwiki:Drop Rate Policy|Very Rare]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 5|[[HorizonXI:Drop Rate Policy|Very Rare]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 10|[[HorizonXIwiki:Drop Rate Policy|Rare]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 10|[[HorizonXI:Drop Rate Policy|Rare]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 15|[[HorizonXIwiki:Drop Rate Policy|Uncommon]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 15|[[HorizonXI:Drop Rate Policy|Uncommon]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 20|[[HorizonXIwiki:Drop Rate Policy|Common]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 20|[[HorizonXI:Drop Rate Policy|Common]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 50|[[HorizonXIwiki:Drop Rate Policy|Very Common]]<!--
-->|{{#ifexpr:({{{1}}} / {{{2}}} * 100) <= 50|[[HorizonXI:Drop Rate Policy|Very Common]]<!--
-->|[[HorizonXIwiki:Drop Rate Policy|Extremely Common]]<!--
-->|[[HorizonXI:Drop Rate Policy|Extremely Common]]<!--
-->}}}}}}}}}}}}}}<!--
-->}}}}}}}}}}}}}}<!--


Line 33: Line 33:
[[Category:Templates|{{PAGENAME}}]]
[[Category:Templates|{{PAGENAME}}]]
==Usage==
==Usage==
''This section describes how the Abundance template works. If you are looking for rules and guidelines on use, see [[HorizonXIwiki:Drop Rate Policy]].''
''This section describes how the Abundance template works. If you are looking for rules and guidelines on use, see [[HorizonXI:Drop Rate Policy]].''
<pre>
<pre>
{{Abundance|total items obtained|total attempts to obtain}}
{{Abundance|total items obtained|total attempts to obtain}}
Line 65: Line 65:
|}
|}
*The abundance is also displayed as a percent value after the text (in superscript) and the exact number of items obtained and attempts to obtain the item are displayed in the hovertext, as well as a message describing the data's current reliablity.
*The abundance is also displayed as a percent value after the text (in superscript) and the exact number of items obtained and attempts to obtain the item are displayed in the hovertext, as well as a message describing the data's current reliablity.
*If the data is too low to be considered reliable (less than 50 attempts), the abundance percent will be colored gray and [[File:Warning.png|20px|More data needed|link=HorizonXIwiki:Drop Rate Policy]] will be displayed in place of the usual text.
*If the data is too low to be considered reliable (less than 50 attempts), the abundance percent will be colored gray and [[File:Warning.png|20px|More data needed|link=HorizonXI:Drop Rate Policy]] will be displayed in place of the usual text.
*If the data is low, but not completely unreliable (less than 500 attempts), the abundance percent will simply be colored gray.
*If the data is low, but not completely unreliable (less than 500 attempts), the abundance percent will simply be colored gray.
*"Map" (case-insensitive) can be used as the "number of items" value to display "''Received if not previously obtained''".
*"Map" (case-insensitive) can be used as the "number of items" value to display "''Received if not previously obtained''".

Latest revision as of 15:49, 28 February 2024

Usage

This section describes how the Abundance template works. If you are looking for rules and guidelines on use, see HorizonXI:Drop Rate Policy.

{{Abundance|total items obtained|total attempts to obtain}}
  • This template is used to collect and present rarity/abundance data. It is intended to collect data from multiple users and keep a running total (new results are added to the existing totals rather than replacing them), thus becoming more accurate over time.
  • The template automatically displays the general rarity of the item using the following ranges:
Abundance Range
Extremely Rare 0 - 1%
Very Rare 1 - 5%
Rare 5 - 10%
Uncommon 10 - 15%
Common 15 - 20%
Very Common 20 - 50%
Extremely Common 50 - 100%
  • The abundance is also displayed as a percent value after the text (in superscript) and the exact number of items obtained and attempts to obtain the item are displayed in the hovertext, as well as a message describing the data's current reliablity.
  • If the data is too low to be considered reliable (less than 50 attempts), the abundance percent will be colored gray and More data needed will be displayed in place of the usual text.
  • If the data is low, but not completely unreliable (less than 500 attempts), the abundance percent will simply be colored gray.
  • "Map" (case-insensitive) can be used as the "number of items" value to display "Received if not previously obtained".
  • "Quest" (case-insensitive) can be used as the "number of items" value to display "Received with quest active".
  • optional parameter CI has been added to display a 95% confidence interval. Setting it to true, e.g. {{Abundance|98|232|CI=true}} will display the confidence interval in the output.

Examples

Code Result Result with CI
{{Abundance|map}}
101%Received if not previously obtained 101%Received if not previously obtained
{{Abundance|quested}}
101%Received with quest active 101%Received with quest active
{{Abundance||}}
0%Unknown(0%) 0%Unknown(0%)
{{Abundance|0|0}}
0%Unknown(0%) 0%Unknown(0%)
{{Abundance|0|5}}
0%More data needed.(0%) 0%More data needed.(0+/-60%)
{{Abundance|1|10}}
10%More data needed.(10%) 10%More data needed.(10+/-30%)
{{Abundance|2|1503}}
0.1%Extremely Rare(0.1%) 0.1%Extremely Rare(0.1+/-0.2%)
{{Abundance|24|153}}
15.7%Common(15.7%) 15.7%Common(15.7+/-5.8%)
{{Abundance|100|344}}
29.1%Very Common(29.1%) 29.1%Very Common(29.1+/-4.8%)
{{Abundance|443|562}}
78.8%Extremely Common(78.8%) 78.8%Extremely Common(78.8+/-3.4%)
{{Abundance|11|625}}
1.8%Very Rare(1.8%) 1.8%Very Rare(1.8+/-1%)
{{Abundance|108|110}}
98.2%Extremely Common(98.2%) 98.2%Extremely Common(98.2+/-2.7%)