Template:Resloc: Difference between revisions
Jump to navigation
Jump to search
imported>BravelyPeculiar No edit summary |
imported>BravelyPeculiar No edit summary |
||
Line 19: | Line 19: | ||
"locations": { | "locations": { | ||
"type": "string", | "type": "string", | ||
"default": "the | "default": "the unpacked content files", | ||
"label": "Locations", | "label": "Locations", | ||
"example": "the base content files, [[Bootup.pack]], and various [[bactorpack]] archives", | "example": "the base content files, [[Bootup.pack]], and various [[bactorpack]] archives", | ||
Line 30: | Line 30: | ||
"description": "Where the resource can be found in add-on content. Leave this empty for non-DLC files", | "description": "Where the resource can be found in add-on content. Leave this empty for non-DLC files", | ||
"type": "string", | "type": "string", | ||
"default": "the | "default": "the unpacked content files", | ||
"suggested": true | "suggested": true | ||
}, | }, |
Revision as of 21:41, 9 September 2018
This resource is found in the unpacked content files.
Template that shows the location of a resource
Parameter | Description | Type | Status | |
---|---|---|---|---|
Item type | type | no description
| String | optional |
Canonical path (with no prefix) | path | The canonical path of the resource but WITHOUT any path prefixes (e.g. Aoc/0010/)
| String | suggested |
Locations | locations | Where the resource can be found (in base content)
| String | required |
Locations (add-on content) | aoc_locations | Where the resource can be found in add-on content. Leave this empty for non-DLC files
| String | suggested |
AoC replaces base content? | aoc_replaces_base | Whether the AoC version replaces the base content
| Boolean | suggested |