Template:Resloc: Difference between revisions

m
fix trailing whitespace
imported>Leoetlino
(Use a simple box to make the template less intrusive and make it show up on mobile)
imported>Leoetlino
m (fix trailing whitespace)
 
(159 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="border: 1px solid #aaa; padding: 0 5px; font-size: 85%;">
<div class="resloc-box resloc-box-normal">
<p>This {{{type|resource}}} is located in {{{locations|the {{{archive}}} [[SARC|archive]]}}} in {{{version|1.5.0}}}.</p>
This {{{type|resource}}} is found in
'''{{{locations|the [[Content|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>
{
{
"params": {
"params": {
"small": {},
"type": {
"type": {
"type": "string",
"type": "string",
"default": "resource"
"default": "resource",
"label": "Item type",
"example": "file"
},
"path": {
"type": "string",
"label": "Canonical path (with no prefix)",
"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
},
},
"archive": {
"locations": {
"type": "string",
"type": "string",
"required": true
"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
},
},
"version": {
"aoc_locations": {
"type": "string"
"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",
"default": "the unpacked content files",
"suggested": true
},
},
"locations": {
"aoc_replaces_base": {
"description": "If provided, the archive parameter will be ignored."
"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