Template:Resloc: Difference between revisions

m
fix trailing whitespace
imported>Leoetlino
m (improve formatting)
imported>Leoetlino
m (fix trailing whitespace)
 
(78 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="resloc-box resloc-box-{{#if:{{{aoc_code|}}}|aoc|normal}}">
<div class="resloc-box resloc-box-normal">
{{#if:{{{aoc_code|}}}
This {{{type|resource}}} is found in
  |{{#if:{{{aoc_exception|}}}
'''{{{locations|the [[Content|unpacked content files]]}}}'''.
    |This {{{type|resource}}} appears in the game's [[add-on content]] under '''{{{aoc_code}}}''', but it uses the [[canonical resource path|canonical path]] "'''{{{path}}}'''" (without the ''Aoc/{{{aoc_code}}}/'' prefix).
    |This {{{type|resource}}} appears in the game's [[add-on content]] with the [[canonical resource path|canonical path]] "'''Aoc/{{{aoc_code}}}/{{{path}}}'''".
  }}
  |This {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{{path}}}'''".
}}
It is found in {{{locations|the unpacked content files}}}.
</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 21: Line 28:
"path": {
"path": {
"type": "string",
"type": "string",
"required": true,
"label": "Canonical path (with no prefix)",
"label": "Canonical path",
"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/)",
"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_code": {
"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",
"type": "string",
"label": "Add-on content code",
"default": "the unpacked content files",
"example": "0010",
"suggested": true
"description": "Ignore for non-aoc resources"
},
},
"aoc_exception": {
"aoc_replaces_base": {
"label": "AoC replaces base content?",
"description": "Whether the AoC version replaces the base content",
"type": "boolean",
"type": "boolean",
"label": "AoC path exception?",
"default": "false",
"description": "Does this resource use a canonical path with no 'Aoc/XXXX' prefix, despite being an aoc file?"
"suggested": true
},
"locations": {
"type": "string",
"default": "the base content files",
"label": "location of file",
"example": "the base content files, [[Bootup.pack]], and various [[bactorpack]] archives"
}
}
},
},
"description": "Notice template that shows the location of a resource",
"description": "Template that shows the location of a resource",
"format": "inline"
"format": "inline"
}
}
Anonymous user