Template:Resloc: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino (fix defaults) |
imported>Leoetlino mNo edit summary |
||
Line 5: | Line 5: | ||
|<div class="resloc-box resloc-box-normal"> | |<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}}}. | This {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{{path}}}'''". It is found in {{{locations|the unpacked content files}}}. | ||
{{#if:{{{aoc| | {{#if:{{{aoc|}}} | ||
|<br>If [[DLC]] is available, it will be loaded from {{{aoc_locations|the add-on content files}}}. Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|{{{path}}}}}'''". | |<br>If [[DLC]] is available, it will be loaded from {{{aoc_locations|the add-on content files}}}. Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|{{{path}}}}}'''". | ||
}} | }} |
Revision as of 19:52, 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). Only used for non-DLC-only content.
| String | optional |
Present in add-on content? | aoc | Whether a version of this resource exists in the add-on content files
| Boolean | suggested |
Add-on content only? | aoc_only | Whether the resource only exists in add-on content
| Boolean | suggested |
Locations (add-on content) | aoc_locations | Where the resource can be found (in add-on content). Only used for DLC content.
| String | suggested |