Template:Cs2 and Template:Resloc: Difference between pages

From ZeldaMods (Breath of the Wild)
(Difference between pages)
Jump to navigation Jump to search
m (Protected "Template:Cs2": semi-protecting highly-visible templates in response to recent template-space vandalism ([Edit=Require autoconfirmed or confirmed access] (indefinite) [Move=Require autoconfirmed or confirmed access] (indefinite)))
 
imported>BravelyPeculiar
No edit summary
 
Line 1: Line 1:
[[Help:Citation Style 2|Citation Style 2]]<noinclude>
<div class="resloc-box resloc-box-normal">
[[Category:Documentation assistance templates]]
''This {{{type|resource}}} is found at''
 
{{{locations}}}
 
{{#if:{{{path|}}}l|
''Its [[canonical resource path|RSTB path]] is''
 
"'''{{{path}}}'''"
 
}}
</div>
{{#if:{{{aoc_locations|}}}|
<div class="resloc-box resloc-box-aoc">
''If the [[Add-on content|DLC]] is installed, it
{{#if:{{{aoc_replaces_base|}}}|is '''instead''' loaded from | is also found at }}''
 
{{{aoc_locations}}}
 
''in the aoc directory.''
 
{{#if:{{{path|}}}|
 
Its RSTB path is
 
"'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".}}
</div>}}
<noinclude>
<templatedata>
{
"params": {
"type": {
"type": "string",
"default": "resource",
"label": "Item type",
"example": "file"
},
"path": {
"type": "string",
"label": "Canonical path (with no prefix)",
"example": "Actor/Pack/Armor_001_Upper.bactorpack",
"description": "The canonical path of the resource but WITHOUT any path prefixes (e.g. Aoc/0010/)",
"suggested": true
},
"locations": {
"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": "Template that shows the location of a resource",
"format": "inline"
}
</templatedata>
[[Category:ZeldaMods templates]]
</noinclude>
</noinclude>

Revision as of 03:19, 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