Template:Resloc: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino No edit summary |
imported>Leoetlino No edit summary |
||
Line 1: | Line 1: | ||
{{#if:{{{aoc_locations|}}} | |||
|{{#if:{{{locations|}}} | |{{#if:{{{locations|}}} | ||
| | | | ||
|<div class="resloc-box resloc-box-aoc"> | |<div class="resloc-box resloc-box-aoc"> | ||
If [[DLC]] is available, this {{{type|resource}}} can be found in {{#ifeq: {{{aoc_locations|_}}}|_|the add-on content files|{{{aoc_locations}}}}}. Its [[canonical resource path|canonical path]] is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=true}}'''". | If [[DLC]] is available, this {{{type|resource}}} can be found in {{#ifeq: {{{aoc_locations|_}}}|_|the add-on content files|{{{aoc_locations}}}}}. Its [[canonical resource path|canonical path]] is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=true}}'''". | ||
</div> | </div> | ||
{{#vardefine:do_not_show_normal_box|1}} | |||
}} | }} | ||
}} | }} | ||
{{#if:{{{ | {{#if:{{{do_not_show_normal_box|}}}| | ||
|<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 {{#ifeq: {{{locations|_}}}|_|the unpacked content files|{{{locations}}}}}. | This {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{{path}}}'''". It is found in {{#ifeq: {{{locations|_}}}|_|the unpacked content files|{{{locations}}}}}. |
Revision as of 21:17, 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). Leave this empty for files that can ONLY be found in DLC
| String | optional |
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 |