Template:Resloc: Difference between revisions

m
fix trailing whitespace
imported>Leoetlino
m (tweak wording)
imported>Leoetlino
m (fix trailing whitespace)
 
(58 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<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 {{{locations|the unpacked content files}}}.
This {{{type|resource}}} is found in
</div>{{#if:{{{aoc_locations|}}}
'''{{{locations|the [[Content|unpacked content files]]}}}'''.
|<div class="resloc-box resloc-box-aoc">If [[DLC]] is installed, {{#if: {{{aoc_replaces_base|}}}|it will be loaded from {{#ifeq: {{{aoc_locations|_}}} |_|the add-on content files|{{{aoc_locations}}}}} instead|it can be found in {{#ifeq: {{{aoc_locations|_}}} |_|the add-on content files|{{{aoc_locations}}}}}}}. Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".</div>
</div>
}}
{{#if:{{{path|}}}|
<noinclude>
<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 16: 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)",
"description": "Where the resource can be found (in base content)",
"required": true,
"suggested": true
"suggested": true
},
},
Line 34: 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
"suggested": true
},
},
Anonymous user