Template:Resloc: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
No edit summary
imported>Leoetlino
No edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if:{{{aoc_only|}}}
{{#if:{{{aoc_locations|}}}
|<div class="resloc-box resloc-box-aoc">
|{{#if:{{{locations|}}}||<div class="resloc-box resloc-box-aoc">
If [[DLC]] is available, this {{{type|resource}}} can be found in {{{aoc_locations|the add-on content files}}}. Its [[canonical resource path|canonical path]] is "'''{{#invoke:AocUtils|get_aoc_canonical_path|{{{path}}}}}'''".
If [[DLC]] is available, this {{{type|resource}}} can be found in {{#ifeq: {{{aoc_locations}}}|_||{{{aoc_locations|the add-on content files}}}}}. Its [[canonical resource path|canonical path]] is "'''{{#invoke:AocUtils|get_aoc_canonical_path|{{{path}}}}}'''".
</div>
</div>
}}
|<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 {{#ifeq: {{{locations}}}|_||{{{locations|the unpacked content files}}}}}.
{{#if:{{{aoc|}}}
{{#if:{{{aoc_locations|}}}
|<br>If [[DLC]] is available, it will be loaded from {{{aoc_locations|the add-on content files}}} instead. 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}}} instead. Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|{{{path}}}}}'''".
}}
}}
Line 32: Line 33:
"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). Only used for non-DLC-only content."
"description": "Where the resource can be found (in base content). Leave this empty for files that can ONLY be found in DLC"
},
"aoc": {
"label": "Present in add-on content?",
"type": "boolean",
"default": "0",
"suggested": true,
"description": "Whether a version of this resource exists in the add-on content files"
},
"aoc_only": {
"label": "Add-on content only?",
"type": "boolean",
"default": "0",
"suggested": true,
"description": "Whether the resource only exists in add-on content"
},
},
"aoc_locations": {
"aoc_locations": {
"label": "Locations (add-on content)",
"label": "Locations (add-on content)",
"description": "Where the resource can be found (in add-on content). Only used for DLC content.",
"description": "Where the resource can be found in add-on content. Leave this empty for non-DLC files",
"type": "string",
"type": "string",
"default": "the add-on content files",
"default": "the add-on content files",

Revision as of 20:34, 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