Template:Resloc: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>BravelyPeculiar
No edit summary
imported>BravelyPeculiar
No edit summary
Line 1: Line 1:
<div class="resloc-box resloc-box-normal">
<div class="resloc-box resloc-box-normal">
'''This {{{type|resource}}} is found at'''
'''This {{{type|resource}}} is found at'''
{{{locations}}}
{{{locations}}}
</div>
</div>
Line 7: Line 6:
{{#if:{{{path|}}|
{{#if:{{{path|}}|
'''Its [[canonical resource path|RSTB path]] is'''
'''Its [[canonical resource path|RSTB path]] is'''
"{{{path}}}"|}}
"{{{path}}}"|}}
</div>
</div>
Line 13: Line 11:
<div class="resloc-box resloc-box-aoc">
<div class="resloc-box resloc-box-aoc">
''In the [[Add-on content|DLC]], it's found at
''In the [[Add-on content|DLC]], it's found at
{{{aoc_locations}}}
{{{aoc_locations}}}



Revision as of 03:28, 23 March 2019

This resource is found at {{{locations}}}

Its RSTB path is "{{{path}}}"


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