Template:Drop/doc: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{Documentation subpage}}</noinclude><includeonly>[[Category: Templates using Cargo]]</includeonly> | <noinclude>{{Documentation subpage}}</noinclude><includeonly>[[Category: Templates using Cargo]]</includeonly> | ||
== Purpose == | |||
Template used for storing '''item drop locations''' in Cargo, including their corresponding properties. | Template used for storing '''item drop locations''' in Cargo, including their corresponding properties. | ||
== Parameter List == | |||
<pre> | |||
{{Drop | |||
|source <!-- The source of the drop. Only accepts a string, maximum 32 characters. --> | |||
|table_label <!-- The label of the table (e.g. "Clear Box", "Area Drops", "Mid-Mission Box", etc). Used to disambiguate sub-sources within a source. Only accepts a string, maximum 32 characters. --> | |||
|item_id <!-- The ID of the item. Only accepts a string, maximum 8 characters. --> | |||
|tickets <!-- The number of tickets allocated for the item, as an integer. --> | |||
}} | |||
</pre> | |||
If any invalid parameters are provided, the store will be rejected. |
Revision as of 22:46, 28 September 2024
Purpose
Template used for storing item drop locations in Cargo, including their corresponding properties.
Parameter List
{{Drop |source <!-- The source of the drop. Only accepts a string, maximum 32 characters. --> |table_label <!-- The label of the table (e.g. "Clear Box", "Area Drops", "Mid-Mission Box", etc). Used to disambiguate sub-sources within a source. Only accepts a string, maximum 32 characters. --> |item_id <!-- The ID of the item. Only accepts a string, maximum 8 characters. --> |tickets <!-- The number of tickets allocated for the item, as an integer. --> }}
If any invalid parameters are provided, the store will be rejected.