Template:Resloc: Difference between revisions

Jump to navigation Jump to search
m
fix trailing whitespace
imported>BravelyPeculiar
(Undo revision 1084 by BravelyPeculiar (talk))
imported>Leoetlino
m (fix trailing whitespace)
 
(42 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}}} is found in ''{{{locations|the unpacked content files}}}''. {{#if:{{{path|}}}|Its [[canonical resource path|canonical path]] is "'''{{{path}}}'''".}}
This {{{type|resource}}} is found in
</div>{{#if:{{{aoc_locations|}}}
'''{{{locations|the [[Content|unpacked content files]]}}}'''.
|<div class="resloc-box resloc-box-aoc">If the [[Add-on content|DLC]] is installed, this {{{type|resource}}} {{#if: {{{aoc_replaces_base|}}}|will '''instead''' be loaded from {{#ifeq: ''{{{aoc_locations|_}}}'' |_|the add-on content files|''{{{aoc_locations}}}''}} in the add-on content directory|can be found in ''{{#ifeq: {{{aoc_locations|_}}} |_|the unpacked content files|{{{aoc_locations}}}}}'' in the add-on content directory}}. {{#if:{{{path|}}}|Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".}}</div>
</div>
}}<noinclude>
{{#if:{{{path|}}}|
<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 22: Line 35:
"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 33: 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

Navigation menu