Template:Drop/doc: Difference between revisions

From Phantasy Star Universe Clementine
No edit summary
mNo edit summary
Line 6: Line 6:
<pre>
<pre>
{{Drop
{{Drop
|source <!-- The source of the drop. Only accepts a string, maximum 32 characters. -->
|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. -->
|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. -->
|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. -->
|tickets     <!-- The number of tickets allocated for the item, as an integer. -->
}}
}}
</pre>
</pre>


If any invalid parameters are provided, the store will be rejected.
If any invalid parameters are provided, the store will be rejected.

Revision as of 22:48, 28 September 2024

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

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.