Template:Resloc: Difference between revisions
Jump to navigation
Jump to search
imported>BravelyPeculiar (Test) |
imported>BravelyPeculiar No edit summary |
||
Line 1: | Line 1: | ||
<div class="resloc-box resloc-box-normal"> | <div class="resloc-box resloc-box-normal"> | ||
This {{{type|resource}}} is found at | ''This {{{type|resource}}} is found at'' | ||
{{{locations}}} | |||
{{#if:{{{path|}}}l| | {{#if:{{{path|}}}l| | ||
Its [[canonical resource path|RSTB path]] is | ''Its [[canonical resource path|RSTB path]] is'' | ||
"'''{{{path}}}'''" | "'''{{{path}}}'''" | ||
Line 13: | Line 13: | ||
{{#if:{{{aoc_locations|}}}| | {{#if:{{{aoc_locations|}}}| | ||
<div class="resloc-box resloc-box-aoc"> | <div class="resloc-box resloc-box-aoc"> | ||
If the [[Add-on content|DLC]] is installed, it | ''If the [[Add-on content|DLC]] is installed, it | ||
{{#if:{{{aoc_replaces_base|}}}|is '''instead''' loaded from | is also found at }} | {{#if:{{{aoc_replaces_base|}}}|is '''instead''' loaded from | is also found at }}'' | ||
{{{aoc_locations}}} | |||
in the aoc directory. | ''in the aoc directory.'' | ||
{{#if:{{{path|}}}| | {{#if:{{{path|}}}| | ||
Its RSTB path is "'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".}} | Its RSTB path is | ||
"'''{{#invoke:AocUtils|get_aoc_canonical_path|path={{{path}}}|aoc_only=false}}'''".}} | |||
</div>}} | </div>}} | ||
<noinclude> | <noinclude> |
Revision as of 03:19, 23 March 2019
Template that shows the location of a resource
Parameter | Description | Type | Status | |
---|---|---|---|---|
Item type | type | no description
| String | optional |
Canonical path (with no prefix) | path | The canonical path of the resource but WITHOUT any path prefixes (e.g. Aoc/0010/)
| String | suggested |
Locations | locations | Where the resource can be found (in base content)
| String | suggested |
Locations (add-on content) | aoc_locations | Where the resource can be found in add-on content. Leave this empty for non-DLC files
| String | suggested |
AoC replaces base content? | aoc_replaces_base | Whether the AoC version replaces the base content
| Boolean | suggested |