Template:Resloc: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(update templatedata again)
imported>Leoetlino
m (fix trailing whitespace)
 
(152 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="border: 1px solid #d2d2d2; padding: 2px 5px; font-size: 85%; border-left: 5px solid #36c;">This {{{type|resource}}} is located in {{{locations|the {{{archive}}} [[SARC|archive]]}}}.</div>
<div class="resloc-box resloc-box-normal">
<noinclude>
This {{{type|resource}}} is found in
'''{{{locations|the [[Content|unpacked content files]]}}}'''.
</div>
{{#if:{{{path|}}}|
<div class="resloc-box resloc-box-normal">
Its [[canonical resource path]] is
"'''{{{path}}}'''".
</div>}}{{#if:{{{aoc_locations|}}}|
<div class="resloc-box resloc-box-aoc">
In the [[Add-on content|add-on content]], it is found in
'''{{{aoc_locations}}}'''.
</div>
{{#ifeq:{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}|{{{path}}}||
<div class="resloc-box resloc-box-aoc">
Its DLC canonical path is
"'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".
</div>}}}}<noinclude>
<templatedata>
<templatedata>
{
{
Line 8: Line 24:
"default": "resource",
"default": "resource",
"label": "Item type",
"label": "Item type",
"example": "resource"
"example": "file"
},
},
"archive": {
"path": {
"type": "string",
"type": "string",
"required": true,
"label": "Canonical path (with no prefix)",
"label": "Archive name",
"example": "Actor/Pack/Armor_001_Upper.bactorpack",
"description": "Archive where the item can be found",
"description": "The canonical path of the resource but WITHOUT any path prefixes (e.g. Aoc/0010/)",
"example": "TitleBG.pack"
"suggested": true
},
},
"locations": {
"locations": {
"description": "If provided, the archive parameter will be ignored."
"type": "string",
"default": "the unpacked content files",
"label": "Locations",
"example": "the base content files, [[Bootup.pack]], and various [[bactorpack]] archives",
"description": "Where the resource can be found (in base content)",
"suggested": true
},
"aoc_locations": {
"label": "Locations (add-on content)",
"description": "Where the resource can be found in add-on content. Leave this empty for non-DLC files",
"type": "string",
"default": "the unpacked content files",
"suggested": true
},
"aoc_replaces_base": {
"label": "AoC replaces base content?",
"description": "Whether the AoC version replaces the base content",
"type": "boolean",
"default": "false",
"suggested": true
}
}
},
},
"description": "Notice template that shows the location of a resource",
"description": "Template that shows the location of a resource",
"format": "inline"
"format": "inline"
}
}

Latest revision as of 23:11, 31 May 2019

This resource 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
Stringsuggested
Locationslocations

Where the resource can be found (in base content)

Default
the unpacked content files
Example
the base content files, [[Bootup.pack]], and various [[bactorpack]] archives
Stringsuggested
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 unpacked content files
Stringsuggested
AoC replaces base content?aoc_replaces_base

Whether the AoC version replaces the base content

Default
false
Booleansuggested