Template:Container research summary table
From Guild Wars 2 Wiki
Jump to navigationJump to search
Description[edit]
This template is used to create drop rate research summary tables. Research lines are created with Widget:Container drop research form (example: Wintersday Gift/research/data entry).
Format using {{Container research summary table row}} and {{round}}.
Usage[edit]
{{Container research summary table | class = mech2 | round = 3 | common = | uncommon = | rare = | super rare = }}
Parameters[edit]
- common
- Optional. List of common drops.
- uncommon
- Optional. List of uncommon drops.
- rare
- Optional. List of rare drops.
- super rare
- Optional. List of super rare drops.
- class
- Optional. {{STDT}} class.
- round
- Optional. The number of decimal places to round to, defaults to 3.
Example[edit]
- Drop rate page example
The page Wintersday Gift/research uses the template {{Wintersday Gift research header}} with a link to the page Wintersday Gift/research/data entry to add data entries, creating the template {{Wintersday Gift research line}} and the template {{Wintersday Gift research summary}} to present the results.
<!-- introduction, link to "Wintersday Gift/research/data entry" {{Wintersday Gift research header}} <!-- created by "Wintersday Gift/research/data entry" form using "Widget:Container drop research form" --> {{Wintersday Gift research line | total = <total number> | item#1 = <drops of item#1> | ... | user = <user name> | timestamp = <time stamp> }} <!-- created by "Wintersday Gift/research/data entry" form using "Widget:Container drop research form" --> {{Wintersday Gift research line | total = <total number> | item#1 = <drops of item#1> | ... | user = <user name> | timestamp = <time stamp> }} <!-- drop research result using this template --> {{Wintersday Gift research summary}}