Template:Resloc: Difference between revisions
Jump to navigation
Jump to search
imported>Leoetlino (Created page with "{{Ambox | name = Resloc | subst = <includeonly>{{subst:substcheck}}</includeonly> | small = {{{small|}}} | type = info | image = none | text = This {{{type|resource}}} can...") |
imported>Leoetlino m (fix trailing whitespace) |
||
(165 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | <div class="resloc-box resloc-box-normal"> | ||
| | 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|}}}| | |||
<noinclude> | <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> | ||
{ | { | ||
"params": { | "params": { | ||
"type": { | "type": { | ||
"type": "string", | "type": "string", | ||
"default": "resource" | "default": "resource", | ||
"label": "Item type", | |||
"example": "file" | |||
}, | }, | ||
" | "path": { | ||
"type": "string", | "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" | "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": " | "description": "Template that shows the location of a resource", | ||
"format": "inline" | "format": "inline" | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:ZeldaMods templates]] | |||
</noinclude> | </noinclude> |
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
Parameter | Description | Type | Status | |
---|---|---|---|---|
Item type | type | no description
| String | optional |
Canonical path (with no prefix) | path | The canonical path of the resource but WITHOUT any path prefixes (e.g. Aoc/0010/)
| String | suggested |
Locations | locations | Where the resource can be found (in base content)
| String | suggested |
Locations (add-on content) | aoc_locations | Where the resource can be found in add-on content. Leave this empty for non-DLC files
| String | suggested |
AoC replaces base content? | aoc_replaces_base | Whether the AoC version replaces the base content
| Boolean | suggested |