Template:Resloc: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>BravelyPeculiar
No edit summary
imported>Leoetlino
m (put the </div> on the same line as the text to avoid extra spacing)
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
<div style="border: 1px solid #d2d2d2; padding: 2px 5px; font-size: 85%; border-left: 5px solid #36c;">This {{{type|resource}}}'s [[canonical resource path]] is {{{path}}}.
<div style="border: 1px solid #d2d2d2; padding: 2px 5px; font-size: 85%; border-left: 5px solid #36c;">
It is found in {{{locations|the '''base content files'''}}}.</div>
This {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{{path}}}'''". It is found in {{{locations|the base content files}}}.</div>
<noinclude>
<noinclude>
<!-- Make sure the </div> is on the same line as the text to avoid extra spacing -->
<templatedata>
<templatedata>
{
{
Line 19: Line 20:
"locations": {
"locations": {
"type": "string",
"type": "string",
"default": "the '''base content files'''",
"default": "the base content files",
"label": "location of file",
"label": "location of file",
"example": "the '''base content files''', [[Bootup.pack]], and various [[bactorpack]] archives"
"example": "the base content files, [[Bootup.pack]], and various [[bactorpack]] archives"
}
}
},
},

Revision as of 16:54, 7 September 2018

This resource's canonical path is "{{{path}}}". It is found in the base content files.

Notice template that shows the location of a resource

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Item typetype

no description

Default
resource
Example
file
Stringoptional
Canonical pathpath

no description

Example
Actor/Pack/Armor_001_Upper.bactorpack
Stringrequired
location of filelocations

no description

Default
the base content files
Example
the base content files, [[Bootup.pack]], and various [[bactorpack]] archives
Stringoptional