Template:Resloc: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino m (improve formatting) |
imported>Leoetlino No edit summary |
||
Line 1: | Line 1: | ||
{{#if:{{{aoc_only|0}}} | |||
|<div class="resloc-box resloc-box-aoc"> | |||
This [[DLC]]-only {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{#invoke:AocUtils|get_aoc_canonical_path|{{{path}}}}}'''". It is found in {{{aoc_locations|the add-on content files}}}. | |||
</div> | |||
|<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}}}. | |||
{{#if:{{{aoc|0}}} | |||
If [[DLC]] is available, the game will load it from {{{aoc_locations|the add-on content files}}}. Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|{{{path}}}}}'''". | |||
}} | }} | ||
</div> | </div> | ||
}} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 22: | Line 23: | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"label": "Canonical path", | "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/)" | |||
}, | }, | ||
" | "locations": { | ||
"type": "string", | "type": "string", | ||
"label": " | "default": "the base content files", | ||
"example": " | "label": "Locations", | ||
"description": " | "example": "the base content files, [[Bootup.pack]], and various [[bactorpack]] archives", | ||
"description": "Where the resource can be found (in base content). Only used for non-DLC-only content." | |||
}, | |||
"aoc": { | |||
"label": "Present in add-on content?", | |||
"type": "boolean", | |||
"default": "0", | |||
"suggested": true, | |||
"description": "Whether a version of this resource exists in the add-on content files" | |||
}, | }, | ||
" | "aoc_only": { | ||
"label": "Add-on content only?", | |||
"type": "boolean", | "type": "boolean", | ||
" | "default": "0", | ||
"description": " | "suggested": true, | ||
"description": "Whether the resource only exists in add-on content" | |||
}, | }, | ||
" | "aoc_locations": { | ||
"label": "Locations (add-on content)", | |||
"description": "Where the resource can be found (in add-on content). Only used for DLC content.", | |||
"type": "string", | "type": "string", | ||
"default": "the | "default": "the add-on content files", | ||
" | "suggested": true | ||
} | } | ||
}, | }, | ||
"description": " | "description": "Template that shows the location of a resource", | ||
"format": "inline" | "format": "inline" | ||
} | } |