Template:Item: Difference between revisions

From Dune: Awakening Community Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox
{{Infobox
|title    = {{{name}}}
|title    = {{{name}}}
|image    = {{{image}}}
|image    = [[File:{{{image}}}|thumb]]
|header10 = Item Basics
|header10 = Item Basics
|label11  = Added
|label11  = Added
Line 12: Line 12:
|data14  = {{{rarity|}}}
|data14  = {{{rarity|}}}


|header20 = Satistics
|header20 = Statistics
|label21  = Damage
|label21  = Damage
|data21  = {{{damage|}}}
|data21  = {{{damage|}}}
Line 37: Line 37:
|label32  = Materials
|label32  = Materials
|data32  = {{{materials|}}}
|data32  = {{{materials|}}}
|label100 = Directional
|data100  = No.


}}
}}
Line 49: Line 51:
"suggested": true
"suggested": true
},
},
"added": {},
"added": {
"type": {},
        "label": "added",
"marketprice": {},
        "description": "When was this item added?",
"rarity": {},
        "example": "Update 11 - Shai-Hulud",
"damage": {},
        "type": "string",
"defense": {},
        "suggested":true
"ammo": {},
            },
"shield": {},
"type": {
"shstrg": {},
        "label": "type",
"encons": {},
        "description": "What type of item is it?",
"attach": {},
        "example": "Melee weapon (sword)",
"magsize": {},
        "type": "string",
"reload": {},
        "suggestedvalues": [
"durability": {},
        "Melee weapon",
"craftedin": {},
        "Ranged weapon",
"materials": {}
        "Armour",
        "Gadged",
        "Consumable" ],
        "required":true
        },
"marketprice": {
    "label": "marketprice",
        "description": "What price is this item usually sold at?",
        "example": "300 solari",
        "type": "number",
        "suggested":true
},
"rarity": {
  "label": "rarity",
        "description": "How rare is this item?",
        "example": "Legendary",
        "type": "string",
        "suggestedvalues": [
        "Common",
        "Uncommon",
        "Rare",
        "Epic",
        "Legendary",
        "Unique" ],
        "suggested":true
},
"damage": {
  "label": "damage",
        "description": "How hard it hits?",
        "example": "80 damage (explosive)",
        "type": "string",
        "suggestedvalues": [
        "(explosive)",
        "(slash)",
        "(blunt)",
        "(ranged)",
        "(poison)" ],
        "suggested":true
},
"defense": {
  "label": "defense",
        "description": "How much does it protect?",
        "example": "30",
        "type": "number",
        "suggested":true
},
"ammo": {
          "label": "ammo",
        "description": "What does it use to shoot?",
        "example": "rockets",
        "type": "string",
        "suggestedvalues": [
        "darts",
        "energy",
        "bullets",
        "scattershells",
          "rockets" ],
        "suggested":true
},
"shield": {
  "label": "shield",
        "description": "Can it pass through a shield?",
        "example": "Yes",
        "type": "string",
        "suggestedvalues": [
        "Yes",
        "No"
          ],
        "suggested":true
},
"shstrg": {
  "label": "shieldstrengh",
        "description": "How strong is the shielding value?",
        "example": "50",
        "type": "number",
        "suggested":true
},
"encons": {
  "label": "energyconsumption",
        "description": "How much energy does it consume?",
        "example": "5Kw/m",
        "type": "string",
        "suggested":true
},
"attach": {
  "label": "attachements",
        "description": "Which attachements can be used with this item?",
        "example": "Battery",
        "type": "string",
        "suggested":true
},
"magsize": {
  "label": "magazinesize",
        "description": "How big is its magazine?",
        "example": "50",
        "type": "number",
        "suggested":true
},
"reload": {
  "label": "reload",
        "description": "How long does it take to reload?",
        "example": "2s",
        "type": "string",
        "suggested":true
},
"durability": {
  "label": "durability",
        "description": "What is its basic durability value?",
        "example": "40",
        "type": "number",
        "suggested":true
},
"craftedin": {
  "label": "craftedin",
        "description": "Where can it be crafted?",
        "example": "3D printer",
        "type": "string",
        "suggested":true
},
"materials": {
  "label": "materials",
        "description": "What is used to craft this item?",
        "example": "The tooth of Shai-Hulud",
        "type": "string",
        "suggested":true
}
},
},
"description": "Infobox for displaying Item data",
"description": "Infobox for displaying Item data",

Latest revision as of 17:17, 21 April 2024

{{{name}}}
[[File:{{{image}}}|thumb]]
Item Basics
Added{{{added}}}
Type{{{type}}}
Statistics
DirectionalNo.

Infobox for displaying Item data

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
namename

no description

Unknownoptional
imageimage

no description

Filesuggested
addedadded

When was this item added?

Example
Update 11 - Shai-Hulud
Stringsuggested
typetype

What type of item is it?

Suggested values
Melee weapon Ranged weapon Armour Gadged Consumable
Example
Melee weapon (sword)
Stringrequired
marketpricemarketprice

What price is this item usually sold at?

Example
300 solari
Numbersuggested
rarityrarity

How rare is this item?

Suggested values
Common Uncommon Rare Epic Legendary Unique
Example
Legendary
Stringsuggested
damagedamage

How hard it hits?

Suggested values
(explosive) (slash) (blunt) (ranged) (poison)
Example
80 damage (explosive)
Stringsuggested
defensedefense

How much does it protect?

Example
30
Numbersuggested
ammoammo

What does it use to shoot?

Suggested values
darts energy bullets scattershells rockets
Example
rockets
Stringsuggested
shieldshield

Can it pass through a shield?

Suggested values
Yes No
Example
Yes
Stringsuggested
shieldstrenghshstrg

How strong is the shielding value?

Example
50
Numbersuggested
energyconsumptionencons

How much energy does it consume?

Example
5Kw/m
Stringsuggested
attachementsattach

Which attachements can be used with this item?

Example
Battery
Stringsuggested
magazinesizemagsize

How big is its magazine?

Example
50
Numbersuggested
reloadreload

How long does it take to reload?

Example
2s
Stringsuggested
durabilitydurability

What is its basic durability value?

Example
40
Numbersuggested
craftedincraftedin

Where can it be crafted?

Example
3D printer
Stringsuggested
materialsmaterials

What is used to craft this item?

Example
The tooth of Shai-Hulud
Stringsuggested