Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

Template:Format TemplateData and Template:Resloc: Difference between pages

From ZeldaMods (Breath of the Wild)
(Difference between pages)
Jump to navigation Jump to search
imported>Leoetlino
m (1 revision imported)
 
imported>BravelyPeculiar
No edit summary
 
Line 1: Line 1:
<includeonly>{{#ifeq:{{yesno-yes|{{{header}}}}}|yes|{{TemplateData header}}
<div style="border: 1px solid #d2d2d2; padding: 2px 5px; font-size: 85%; border-left: 5px solid {{#if:{{{aoc_code|}}}|#36c|#90c;}}">{{#if:{{{aoc_code|}}}|{{#if:{{{aoc_exception|}}}|This {{{type|resource}}} appears in the game's [[add-on content]] under '''{{{aoc_code}}}''', but uses a [[canonical resource path|canonical path]] of "'''{{{path}}}'''" ('''without''' the ''Aoc/{{{aoc_code}}}/'' prefix).|This {{{type|resource}}} appears in the game's [[add-on content]], with a [[canonical resource path|canonical path]] of "'''Aoc/{{{aoc_code}}}/{{{path}}}'''".}}|This {{{type|resource}}}'s [[canonical resource path|canonical path]] is "'''{{{path}}}'''".}} It is found in {{{locations|the unpacked content files}}}</div>
}}{{#invoke:TemplateData| f |classNoNumTOC=nonumtoc |cssParams=border:#B3B7FF 1px solid;|docpageCreate=%s/doc |docpageDetect=/doc$ |msgDescMiss=Beschreibung fehlt |cat=Wikipedia:Vorlagenfehler/Vorlage:TemplateData}}</includeonly><noinclude>
<noinclude>
{{Documentation}}
<!-- Make sure the </div> is on the same line as the text to avoid extra spacing -->
<templatedata>
{
"params": {
"type": {
"type": "string",
"default": "resource",
"label": "Item type",
"example": "file"
},
"path": {
"type": "string",
"required": true,
"label": "Canonical path",
"example": "Actor/Pack/Armor_001_Upper.bactorpack"
},
        "aoc_code": {
"type": "string",
"label": "Aoc code",
            "example": "0010",
            "aliases": ["aoc"]
},
        "aoc_exception": {
"type": "boolean",
"label": "Aoc path exception?",
            "description": "Does this resource use a canonical path with no 'Aoc/XXXX' prefix, despite being an aoc file?"
        },
"locations": {
"type": "string",
"default": "the base content files",
"label": "location of file",
"example": "the base content files, [[Bootup.pack]], and various [[bactorpack]] archives"
}
},
"description": "Notice template that shows the location of a resource",
"format": "inline"
}
</templatedata>
[[Category:ZeldaMods templates]]
</noinclude>
</noinclude>

Revision as of 00:36, 8 September 2018

This resource's canonical path is "{{{path}}}". It is found in the unpacked 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
Aoc codeaoc_code aoc

no description

Example
0010
Stringoptional
Aoc path exception?aoc_exception

Does this resource use a canonical path with no 'Aoc/XXXX' prefix, despite being an aoc file?

Booleanoptional
location of filelocations

no description

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