Widget:Container drop research form
From Guild Wars 2 Wiki
Jump to navigationJump to search
Description
This widget generates a generic drop research form.
Usage
{{TOCright}}
== Input form ==
<div id="wrapper"></div>
== Output wikitext ==
<pre id="outputwikitext"></pre>
{{#Widget:Container drop research form
| research =
| linetemplate =
| summarytemplate =
| container =
| common =
| uncommon =
| rare =
| superrare =
}}
Parameters
- research
- Sets the research page to send the data to upon completion. Defaults to "Wintersday Gift/research" (Wintersday Gift/research)
- linetemplate
- Sets the line template to do be used. Defaults to "Wintersday Gift research line" (Template:Wintersday Gift research line)
- summarytemplate
- Sets the summary template to do be used. Defaults to "Wintersday Gift research summary" (Template:Wintersday Gift research summary)
- class
- Sets the CSS class to apply to the summary table on the data entry page. Defaults to "mech2". See Guild Wars 2 Wiki:Color schemes#Table colors.
- container
- The page name of the container being opened, used exclusively to retrieve the item icon for the total row. Defaults to "Wintersday Gift" (Wintersday Gift)
- common
- uncommon
- rare
- superrare
- The items within each category, separated by a new line.
Notes
- This widget will stop rendering icons if too many items are specified since it uses a single API parse to try and fetch all the icon files. (max 2000 characters)