Template:ItemDrop/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Streetclaw (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{doc/start}} | {{doc/start}} | ||
== About == | |||
Creates an Item Drop table. See [[Template:ItemDrop/entry]] for more information about the ItemDrop template. | |||
== Parameter == | |||
{{TemplateData| | |||
{{TemplateData/entry|name=Entries|param=1|desc=Drop list|def=NULL|type=1 {[[Template:ItemDrop/entry]]}|status=Required}} | |||
}} | |||
== Examples == | |||
'''Complete example:''' | |||
{{ItemDrop|{{ItemDrop/entry|name=Headphone Scraps|chance=12%|rank=D|quantity=1-2}}{{ItemDrop/entry|name=Hi-Sandwich|chance=8%|rank=B|quantity=1}}}} | |||
{{ItemDrop|{{ItemDrop/entry|name= | |||
<pre> | <pre> | ||
{{ItemDrop|{{ItemDrop/entry|name=Headphone Scraps|chance=12%|rank=D|quantity=1-2}}{{ItemDrop/entry|name=Hi-Sandwich|chance=8%|rank=B|quantity=1}}}} | |||
{{ItemDrop|{{ItemDrop/entry|name=Headphone Scraps|chance=12%|rank=D|quantity=1-2}}{{ItemDrop/entry|name=Hi-Sandwich|chance=8%|rank=B|quantity=1}} | |||
}} | |||
</pre> | </pre> | ||
{{doc/end}} | {{doc/end}} |
Revision as of 17:51, 26 June 2017
About
Creates an Item Drop table. See Template:ItemDrop/entry for more information about the ItemDrop template.
Parameter
Do not use named parameter for 1
... x
. The first Parameter will be automatically marked as 1
, the second as 2
and so on.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Entries | 1
|
Drop list
|
1 {Template:ItemDrop/entry} | Required |
See Template:TemplateData and Template:TemplateData/entry for more information about the parameter list and DDNCode for more information about types and the DDN Notation
Test of raw TemplateData output:
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Entries | 1 | Drop list | Content | required |
Examples
Complete example:
Item | Chance | Rank |
---|---|---|
![]() |
12% | ![]() |
![]() |
8% | ![]() |
{{ItemDrop|{{ItemDrop/entry|name=Headphone Scraps|chance=12%|rank=D|quantity=1-2}}{{ItemDrop/entry|name=Hi-Sandwich|chance=8%|rank=B|quantity=1}}}}