Template:Resloc: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino No edit summary |
imported>Leoetlino (clean up the template mess by splitting AoC only logic into ReslocAoc) |
||
Line 1: | Line 1: | ||
<div class="resloc-box resloc-box-normal"> | |||
This {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{{path}}}'''". It is found in {{{locations|the unpacked content files}}}. | |||
</div>{{#if:{{{aoc_locations|}}} | |||
|<div class="resloc-box resloc-box-aoc">If [[DLC]] is available, {{#if: {{{aoc_replaces_base|}}}|it will be loaded from {{{aoc_locations|the add-on content files}}} instead|it can be found in {{{aoc_locations|the add-on content files}}}}}. Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".</div> | |||
This {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{{path}}}'''". It is found in | |||
{{#if:{{{aoc_locations|}}} | |||
|< | |||
</div> | |||
}} | }} | ||
<noinclude> | <noinclude> | ||
Line 40: | Line 26: | ||
"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", | ||
"description": "Where the resource can be found (in base content) | "description": "Where the resource can be found (in base content)", | ||
"required": true, | |||
"suggested": true | |||
}, | }, | ||
"aoc_locations": { | "aoc_locations": { |
Revision as of 21:50, 8 September 2018
This resource's canonical path is "{{{path}}}". It 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 | required |
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 |