Template:Resloc: Difference between revisions

Jump to navigation Jump to search
m
fix checks
imported>Leoetlino
No edit summary
imported>Leoetlino
m (fix checks)
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if:{{{aoc_locations|}}}
{{#vardefine:show_normal_box|0}}{{#if:{{{locations|}}}|{{#vardefine:show_normal_box|1}}}}{{#if:{{{aoc_locations|}}}
|{{#if:{{{locations|}}}||<div class="resloc-box resloc-box-aoc">
|{{#if:{{{locations|}}}
If [[DLC]] is available, this {{{type|resource}}} can be found in {{#ifeq: {{{aoc_locations}}}|_||{{{aoc_locations|the add-on content files}}}}}. Its [[canonical resource path|canonical path]] is "'''{{#invoke:AocUtils|get_aoc_canonical_path|{{{path}}}}}'''".
|{{#vardefine:show_normal_box|1}}
|<div class="resloc-box resloc-box-aoc">
If [[DLC]] is available, this {{{type|resource}}} can be found in {{#ifeq: {{{aoc_locations|_}}}|_|the add-on content files|{{{aoc_locations}}}}}. Its [[canonical resource path|canonical path]] is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=true}}'''".
</div>
</div>
}}
}}
}}
{{#if:{{{show_normal_box}}}
|<div class="resloc-box resloc-box-normal">
|<div class="resloc-box resloc-box-normal">
This {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{{path}}}'''". It is found in {{#ifeq: {{{locations}}}|_||{{{locations|the unpacked content files}}}}}.
This {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{{path}}}'''". It is found in {{#ifeq: {{{locations|_}}}|_|the unpacked content files|{{{locations}}}}}.
{{#if:{{{aoc_locations|}}}
{{#if:{{{aoc_locations|}}}
|<br>If [[DLC]] is available, it will be loaded from {{{aoc_locations|the add-on content files}}} instead. Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|{{{path}}}}}'''".
|<br>If [[DLC]] is available, {{#if: {{{aoc_replaces_base|}}}|it will be loaded from {{{aoc_locations|the add-on content files}}} instead|it can be found in {{{aoc_locations|the add-on content files}}}}}. Its canonical path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".
}}
}}
</div>
</div>
}}
}}
Line 40: Line 44:
"type": "string",
"type": "string",
"default": "the add-on content files",
"default": "the add-on content files",
"suggested": true
},
"aoc_replaces_base": {
"label": "AoC replaces base content?",
"description": "Whether the AoC version replaces the base content",
"type": "boolean",
"default": "false",
"suggested": true
"suggested": true
}
}
Anonymous user

Navigation menu