Template:Resloc: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino m (fix #if syntax) |
imported>Leoetlino m (spacing) |
||
Line 3: | Line 3: | ||
</div>{{#if:{{{aoc_locations|}}} | </div>{{#if:{{{aoc_locations|}}} | ||
|<div class="resloc-box resloc-box-aoc">If the [[Add-on content|DLC]] is installed, this {{{type|resource}}} {{#if: {{{aoc_replaces_base|}}}|will be loaded from {{#ifeq: ''{{{aoc_locations|_}}}'' |_|the add-on content files|''{{{aoc_locations}}}''}} in the add-on content directory instead|can be found in ''{{#ifeq: {{{aoc_locations|_}}} |_|the unpacked content files|{{{aoc_locations}}}}}'' in the add-on content directory}}. {{#if:{{{path|}}}|Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".}}</div> | |<div class="resloc-box resloc-box-aoc">If the [[Add-on content|DLC]] is installed, this {{{type|resource}}} {{#if: {{{aoc_replaces_base|}}}|will be loaded from {{#ifeq: ''{{{aoc_locations|_}}}'' |_|the add-on content files|''{{{aoc_locations}}}''}} in the add-on content directory instead|can be found in ''{{#ifeq: {{{aoc_locations|_}}} |_|the unpacked content files|{{{aoc_locations}}}}}'' in the add-on content directory}}. {{#if:{{{path|}}}|Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".}}</div> | ||
}} | }}<noinclude> | ||
<noinclude> | |||
<templatedata> | <templatedata> | ||
{ | { |
Revision as of 12:13, 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 |