Template:Modbox/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "This template creates a tile that has two halves - either both containing text (coming soon), or the bottom half linking to a page. ==Usage== * <code>Name</code> – Name of..." |
|||
| Line 67: | Line 67: | ||
{ | { | ||
"params": { | "params": { | ||
" | "ReqLevel": { | ||
"type": "string", | "type": "string", | ||
"description": "Required Level of the Mod", | |||
"example": "ReqLevel= 35", | |||
"required": true | "required": true | ||
}, | }, | ||
" | "ItemLevel": { | ||
"type": "string", | |||
"description": "Item Rating/Tier of Mod", | |||
"example": "ItemLevel= 515", | |||
"required": true | |||
}, | |||
"ID": { | |||
"type": "string", | |||
"description": "Mod ID", | |||
"example": "ID= 19204", | |||
"required": true | |||
}, | |||
"Multi": { | |||
"type": "string", | |||
"description": "Is it Multi Install? Yes or No.", | |||
"example": "Multi= Yes", | |||
"required": true | |||
}, | |||
"Image": { | |||
"type": "string", | |||
"description": "Mod Image.", | |||
"example": "Image= Armor.png", | |||
"required": true | |||
}, | |||
"Name": { | |||
"type": "string", | |||
"required": true, | |||
"description": "Name of the Mod", | |||
"example": "Name= Hammered Garbage" | |||
}, | |||
"Location": { | |||
"type": "string", | |||
"description": "Location of the Mod (Armor, Weapons, Sensors, etc.)", | |||
"example": "Location= Utility", | |||
"required": true | "required": true | ||
}, | }, | ||
" | "Attr": { | ||
" | "type": "string", | ||
"description": "The Mod Attribute(s)", | |||
"example": "Attr= +25 Damage", | |||
"required": true | |||
}, | |||
"Desc": { | |||
"type": "string", | |||
"description": "Mod Description/Summary", | |||
"example": "Desc= Info: This Martian damage reflector sends 1% of all damage back to the attacker's shields", | |||
"required": true | |||
}, | |||
"Condition": { | |||
"type": "string", | |||
"description": "Is Mod Craftable, Purchasable or Both?", | |||
"example": "1 = Craftable | 2 = Purchasable | 3 = Both Purchasable & Craftable", | |||
"required": true | |||
}, | |||
"MatsReq": { | |||
"type": "string", | |||
"description": "Materials Required to Craft a Craftable Mod", | |||
"required": true, | |||
"example": "See Example Above" | |||
}, | |||
"Cost": { | |||
"type": "string", | |||
"description": "Mod Cost", | |||
"example": "Cost= $75,000", | |||
"required": true | |||
}, | |||
"Rep": { | |||
"type": "string", | |||
"description": "Reputation Required to use Mod", | |||
"example": "Rep= 1,000", | |||
"required": true | |||
} | |||
}, | }, | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"Name", | |||
"Image", | |||
"Location", | |||
"ReqLevel", | |||
"ItemLevel", | |||
"ID", | |||
"Multi", | |||
"Condition", | |||
"Attr", | |||
"Desc", | |||
"Cost", | |||
"Rep", | |||
"MatsReq" | |||
], | |||
"description": "Detailed Guidelines for Parameter Usage" | |||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 01:33, 12 March 2020
This template creates a tile that has two halves - either both containing text (coming soon), or the bottom half linking to a page.
Usage
Name– Name of the ModImage– Mod Image. Example: Armor.pngLocation– Location of the Mod (Armor, Weapons, Sensors, etc.)ReqLevel– Required Level of the ModItemLevel– Item Rating/Tier of ModID– Mod IDMulti Install?– Yes or NoCondition- 1 = Craftable
- 2 = Purchasable
- 3 = Both Purchasable & Craftable
Attr– The Mod Attribute(s)Desc– Mod Description/SummaryCost– Mod CostRep– Reputation Required to use ModMatsReq– Materials Required to Craft a Craftable Mod
Example
{{Modbox
|Name= Martian Mirror Panel
|Image= Armor.png
|Location= Armor
|ReqLevel= 2
|ItemLevel= 515
|ID= 283
|Multi= Yes
|Condition= 1
|Attr= +1% Damage Reflection
|Desc= Info: This Martian damage reflector sends 1% of all damage back to the attacker's shields
|Cost= $5,000
|Rep= 0
|MatsReq=
* Energy Cell: 0/1000
* Disrupter Cartridges: 0/150
* Tier III Mod Component: 0/100
* Military Grade Mod Frame: 0/1
}}
Result
Requires Level 2
Item Level 515
ID: 283
Install Multiple: Yes
Ship Class: Unknown edit
Item Level 515
ID: 283
Install Multiple: Yes
Ship Class: Unknown edit
Martian Mirror Panel
Location: Armor
+1% Damage Reflection
+1% Damage Reflection
Info: This Martian damage reflector sends 1% of all damage back to the attacker's shields
Materials Required:
- Energy Cell: 0/1000
- Disrupter Cartridges: 0/150
- Tier III Mod Component: 0/100
- Military Grade Mod Frame: 0/1
TemplateData
Detailed Guidelines for Parameter Usage
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | Name | Name of the Mod
| String | required |
| Image | Image | Mod Image.
| String | required |
| Location | Location | Location of the Mod (Armor, Weapons, Sensors, etc.)
| String | required |
| ReqLevel | ReqLevel | Required Level of the Mod
| String | required |
| ItemLevel | ItemLevel | Item Rating/Tier of Mod
| String | required |
| ID | ID | Mod ID
| String | required |
| Multi | Multi | Is it Multi Install? Yes or No.
| String | required |
| Condition | Condition | Is Mod Craftable, Purchasable or Both?
| String | required |
| Attr | Attr | The Mod Attribute(s)
| String | required |
| Desc | Desc | Mod Description/Summary
| String | required |
| Cost | Cost | Mod Cost
| String | required |
| Rep | Rep | Reputation Required to use Mod
| String | required |
| MatsReq | MatsReq | Materials Required to Craft a Craftable Mod
| String | required |