Template:Resloc: Difference between revisions

m
fix trailing whitespace
imported>Leoetlino
(fix call to get_aoc_canonical_path (again))
imported>Leoetlino
m (fix trailing whitespace)
 
(68 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#if:{{{aoc_locations|}}}
<div class="resloc-box resloc-box-normal">
|{{#if:{{{locations|}}}||<div class="resloc-box resloc-box-aoc">
This {{{type|resource}}} is found in
If [[DLC]] is available, this {{{type|resource}}} can be found in {{#ifeq: {{{aoc_locations|_}}}|_|the add-on content files|{{{aoc_locations}}}}}. Its [[canonical resource path|canonical path]] is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=true}}'''".
'''{{{locations|the [[Content|unpacked content files]]}}}'''.
</div>
</div>
}}
{{#if:{{{path|}}}|
|<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 {{#ifeq: {{{locations|_}}}|_|the unpacked content files|{{{locations}}}}}.
Its [[canonical resource path]] is
{{#if:{{{aoc_locations|}}}
"'''{{{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={{{path}}}|aoc_only=false}}'''".
</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>
</div>
}}
{{#ifeq:{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}|{{{path}}}||
<noinclude>
<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 23: Line 28:
"path": {
"path": {
"type": "string",
"type": "string",
"required": true,
"label": "Canonical path (with no prefix)",
"label": "Canonical path (with no prefix)",
"example": "Actor/Pack/Armor_001_Upper.bactorpack",
"example": "Actor/Pack/Armor_001_Upper.bactorpack",
"description": "The canonical path of the resource but WITHOUT any path prefixes (e.g. Aoc/0010/)"
"description": "The canonical path of the resource but WITHOUT any path prefixes (e.g. Aoc/0010/)",
"suggested": true
},
},
"locations": {
"locations": {
"type": "string",
"type": "string",
"default": "the base content files",
"default": "the unpacked content files",
"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). Leave this empty for files that can ONLY be found in DLC"
"description": "Where the resource can be found (in base content)",
"suggested": true
},
},
"aoc_locations": {
"aoc_locations": {
Line 39: Line 45:
"description": "Where the resource can be found in add-on content. Leave this empty for non-DLC files",
"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 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
"suggested": true
}
}
Anonymous user