Template:Percent of set

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search


Documentation

set
The query parameter(s) used for defining the whole set of pages counted, e.g. [[Has context::Duty]]
subset
The additional query parameters used to define a subset of the main set, e.g. [[Has patch::7.5]]
subset2
Optional. The additional query parameters used to define a second subset of the main set, e.g. [[Has patch::7.5]]. This will be joined with subset to determine the total subset. (This will happen before inversion, see next parameter.)
invert-subset
Optional. Set this value only if the subset is the items you do not want counted.
  • When not set, this template will evaluate "the number of items in subsetset" ÷ "the number of items in set".
    • For [[Has context::Duty]] and [[Has patch::7.5]], this will show "The number of duties in Patch 7.5 ÷ the total number of duties"
  • When set, this template will evaluate "the number of items not in subsetset" ÷ "the number of items in set".
    • For [[Has context::Duty]] and [[Has patch::7.5]], this will show "The number of duties not in Patch 7.5 ÷ the total number of duties"
format
Valid options are the following:
  • percent (default) - Displays as a percentage rounded to one decimal place, e.g. 11.1%
  • fraction - Displays as a fraction, e.g. 1/9
  • bar - Displays as a bar, with filled from the left equal to the completion amount
width
Optional. Used only for the bar format. Defines the width of the total bar using standard HTML formatting. Defaults to 200px.
color
Optional. Used only for the bar format. Set the color of the filled part of the bar. Defaults to #eaecf0 (a green shade).

Examples with basic parameters

{{Percent of set
|set=[[Has context::Duty]][[Category:Dawntrail content]]
|subset=[[Patch::7.5]]}}

The percent of Dawntrail duties which were released in Pacth 7.5: 5.8%

{{Percent of set
|set=[[Has context::Duty]][[Category:Dawntrail content]]
|subset=[[Patch::7.5]]
|format=fraction
}}

The percent of Dawntrail duties which were released in Pacth 7.5: 7/120

Example with two subsets

{{Percent of set
|set=[[Has context::Duty]][[Category:Dawntrail content]]
|subset=[[Patch::7.4]]
|subset2=[[Patch::7.5]]
|format=fraction
}}

The percent of Dawntrail duties which were released in Patch 7.4 or 7.5: 26/120

Example with two subsets and inversion

{{Percent of set
|set=[[Has context::Duty]][[Category:Dawntrail content]]
|subset=[[Patch::7.4]]
|subset2=[[Patch::7.5]]
|format=fraction
|invert-subset=y
}}

The percent of Dawntrail duties which were NOT released in Patch 7.4 or 7.5: 94/120

Example with default bar format

{{Percent of set
|set=[[Has context::Duty]][[Category:Dawntrail content]]
|subset=[[Patch::7.4]]
|subset2=[[Patch::7.5]]
|format=bar
}}

Example with specified bar format

{{Percent of set
|set=[[Has context::Duty]][[Category:Dawntrail content]]
|subset=[[Patch::7.4]]
|subset2=[[Patch::7.5]]
|format=bar
|width=400px
|color=#ff9999
}}

Carpenter quest completion: