Template:Resloc: Difference between revisions

m
fix trailing whitespace
imported>BravelyPeculiar
No edit summary
imported>Leoetlino
m (fix trailing whitespace)
 
(139 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="border: 1px solid #d2d2d2; padding: 2px 5px; font-size: 85%; border-left: 5px solid #36c;">This {{{type|resource}}} is located at '''{{{path|the root directory}}}''' in {{{archive|{{{locations}}}}}}.</div>
<div class="resloc-box resloc-box-normal">
<noinclude>
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|}}}|
<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 8: Line 24:
"default": "resource",
"default": "resource",
"label": "Item type",
"label": "Item type",
"example": "resource"
"example": "file"
},
},
"path": {
"path": {
"type": "string",
"type": "string",
            "default": "the root directory",
"label": "Canonical path (with no prefix)",
"label": "Filepath to item",
"example": "Actor/Pack/Armor_001_Upper.bactorpack",
"example": "Actor/Pack/"
"description": "The canonical path of the resource but WITHOUT any path prefixes (e.g. Aoc/0010/)",
"suggested": true
},
},
"locations": {
"locations": {
            "type": "string",
"type": "string",
"label": "location of file",
"default": "the unpacked content files",
            "default": "the '''base content files'''",
"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)",
"suggested": true
},
},
"archive": {
"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": "Archive name",
"default": "the unpacked content files",
"description": "If provided, the locations parameter will be ignored",
"suggested": true
"example": "TitleBG.pack"
},
"aoc_replaces_base": {
"label": "AoC replaces base content?",
"description": "Whether the AoC version replaces the base content",
"type": "boolean",
"default": "false",
"suggested": true
}
}
},
},
"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