Template:Drop/doc: Difference between revisions

From Phantasy Star Universe Clementine
mNo edit summary
(clean up notes)
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 ==
== Purpose ==
Template used for storing '''item drop locations''' in Cargo, including their corresponding properties.
Template used for storing '''items and their drop locations''' in Cargo.


== Parameter List ==
== Parameter List ==
Line 13: Line 13:
</pre>
</pre>


If any invalid parameters are provided, the store will be rejected.
== Notes ==
If '''any''' invalid parameters are provided, the store will silently fail. Additionally, if any stores are rejected on a page using this template, all subsequent stores using this template will automatically fail.

Revision as of 22:58, 28 September 2024

This is a documentation subpage for the Template:Drop page.

Purpose

Template used for storing items and their drop locations in Cargo.

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. -->
}}

Notes

If any invalid parameters are provided, the store will silently fail. Additionally, if any stores are rejected on a page using this template, all subsequent stores using this template will automatically fail.