Template:Resloc: Difference between revisions

Jump to navigation Jump to search
no edit summary
imported>BravelyPeculiar
No edit summary
imported>BravelyPeculiar
No edit summary
(15 intermediate revisions by the same 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}}} is located at '''{{{path|the root directory}}}''' in {{{locations|the {{{archive}}} [[SARC|archive]]}}}.</div>
<div style="border: 1px solid #d2d2d2; padding: 2px 5px; font-size: 85%; border-left: 5px solid #36c;">This {{{type|resource}}} is located at '''{{{path|the root directory}}}''' in {{{archive|{{{locations|the '''base content files'''}}}}}}.</div>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 10: Line 10:
"example": "resource"
"example": "resource"
},
},
        "path": {
"path": {
        "type": "string",
"type": "string",
             "default": "the root directory",
             "default": "the root directory",
            "label": "Filepath to item",
"label": "Filepath to item",
"example": "Actor/Pack/"
"example": "Actor/Pack/"
        },
},
"locations": {
            "type": "string",
            "default": "the '''base content files'''",
"label": "location of file",
"example": "the '''base content files''', [[Bootup.pack]], and various [[bactorpack]] archives"
},
"archive": {
"archive": {
"type": "string",
"type": "string",
"required": true,
"label": "Archive name",
"label": "Archive name",
"description": "Archive where the item can be found",
"description": "If provided, the locations parameter will be ignored",
"example": "TitleBG.pack"
"example": "TitleBG.pack"
},
"locations": {
"description": "If provided, the archive parameter will be ignored.",
            "example": "the '''base content files''', [[Bootup.pack]], and various [[bactorpack]] archives"
}
}
},
},

Navigation menu