Template:Modbox/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Oscillator (talk | contribs) m updated docs to include Ship Class |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
This template creates a Mod Infobox for usage | {{documentation}} | ||
{{Confuse|Template:Infobox Mod}} | |||
This template creates a Mod Infobox for usage only for the '''Mod Stores'''. | |||
==Usage== | ==Usage== | ||
| Line 10: | Line 12: | ||
* <code>ID</code> – Mod ID | * <code>ID</code> – Mod ID | ||
* <code>Multi Install?</code> – Yes or No | * <code>Multi Install?</code> – Yes or No | ||
* <code>Ship</code> - Ship Class: Any? Freighter? Fighter? Scout? | |||
* <code>Condition</code> | * <code>Condition</code> | ||
** 1 = Craftable | ** 1 = Craftable | ||
| Line 30: | Line 33: | ||
|ID= 283 | |ID= 283 | ||
|Multi= Yes | |Multi= Yes | ||
|Ship=Any | |||
|Condition= 1 | |Condition= 1 | ||
|Attr= +1% Damage Reflection | |Attr= +1% Damage Reflection | ||
| Line 51: | Line 55: | ||
|ID= 283 | |ID= 283 | ||
|Multi= Yes | |Multi= Yes | ||
|Ship=Any | |||
|Condition= 1 | |Condition= 1 | ||
|Attr= +1% Damage Reflection | |Attr= +1% Damage Reflection | ||
| Line 144: | Line 149: | ||
"example": "Rep= 1,000", | "example": "Rep= 1,000", | ||
"required": true | "required": true | ||
}, | |||
"Ship": { | |||
"label": "Ship", | |||
"description": "Ship Class?", | |||
"example": "Any, Freighter, Fighter, Scout", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
| Line 160: | Line 171: | ||
"Cost", | "Cost", | ||
"Rep", | "Rep", | ||
"MatsReq" | "MatsReq", | ||
"Ship" | |||
], | ], | ||
"description": "Detailed Guidelines for Parameter Usage" | "description": "Detailed Guidelines for Parameter Usage" | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 03:31, 3 February 2021
Not to be confused with Template:Infobox Mod.
This template creates a Mod Infobox for usage only for the Mod Stores.
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 NoShip- Ship Class: Any? Freighter? Fighter? Scout?Condition- 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
|Ship=Any
|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: Any
Item Level 515
ID: 283
Install Multiple: Yes
Ship Class: Any
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 |
| Ship | Ship | Ship Class?
| String | optional |
