Template:Resloc: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
m (fix checks)
imported>Leoetlino
mNo edit summary
Line 10: Line 10:
|<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}}}}}.
{{#if:{{{aoc_locations|}}}
{{#if:{{{aoc_locations|}}}
|<br>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}}'''".
|<br>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>
</div>
}}
}}

Revision as of 21:12, 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

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Item typetype

no description

Default
resource
Example
file
Stringoptional
Canonical path (with no prefix)path

The canonical path of the resource but WITHOUT any path prefixes (e.g. Aoc/0010/)

Example
Actor/Pack/Armor_001_Upper.bactorpack
Stringrequired
Locationslocations

Where the resource can be found (in base content). Leave this empty for files that can ONLY be found in DLC

Default
the base content files
Example
the base content files, [[Bootup.pack]], and various [[bactorpack]] archives
Stringoptional
Locations (add-on content)aoc_locations

Where the resource can be found in add-on content. Leave this empty for non-DLC files

Default
the add-on content files
Stringsuggested
AoC replaces base content?aoc_replaces_base

Whether the AoC version replaces the base content

Default
false
Booleansuggested