Template:Resloc: Difference between revisions
Jump to navigation
Jump to search
fix call to get_aoc_canonical_path (again)
imported>Leoetlino (fix get_aoc_canonical_path call) |
imported>Leoetlino (fix call to get_aoc_canonical_path (again)) |
||
Line 1: | Line 1: | ||
{{#if:{{{aoc_locations|}}} | {{#if:{{{aoc_locations|}}} | ||
|{{#if:{{{locations|}}}||<div class="resloc-box resloc-box-aoc"> | |{{#if:{{{locations|}}}||<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}}}}}'''". | 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> | ||
}} | }} | ||
Line 7: | Line 7: | ||
This {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{{path}}}'''". It is found in {{#ifeq: {{{locations|_}}}|_|the unpacked content files|{{{locations}}}}}. | 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={{{path}}}}}'''". | |<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={{{path}}}|aoc_only=false}}'''". | ||
}} | }} | ||
</div> | </div> |