Template:Rstb path: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>BravelyPeculiar
(Created page with "<div class="resloc-box resloc-box-normal"> The RSTB path of this resource is '''{{{rstb_path}}}'''. </div> <noinclude> <templatedata> { "params": { "rstb_path": { "type"...")
 
imported>BravelyPeculiar
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="resloc-box resloc-box-normal">
<div class="resloc-box resloc-box-normal">
The RSTB path of this resource is '''{{{rstb_path}}}'''.
{{#if:{{{example|}}}|
For example, the file '''{{{example}}}''' has the RSTB path "'''{{{1}}}'''".|
The RSTB path of this resource is "'''{{{1}}}'''".}}
</div>
</div>
<noinclude>
<noinclude>
Line 6: Line 8:
{
{
"params": {
"params": {
"rstb_path": {
"1": {
"type": "string",
"type": "string",
"label": "RSTB path",
"label": "RSTB path",
"example": "Actor/Pack/Armor_001_Upper.bactorpack",
"example": "Actor/Pack/Armor_001_Upper.bactorpack",
"description": "The canonical resource path of the resource",
"description": "The canonical resource path of the resource",
"suggested": true
},
    "example": {
            "type": "string",
"label": "Example filename",
"example": "Armor_001_Upper.sbactorpack",
"description": "Filename to use if this is an example - leave blank unless referring to an example rather than a concrete file",
"suggested": true
"suggested": true
}
}

Latest revision as of 23:55, 11 April 2019

The RSTB path of this resource is "{{{1}}}".

Template that shows the RSTB path of a resource

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
RSTB path1

The canonical resource path of the resource

Example
Actor/Pack/Armor_001_Upper.bactorpack
Stringsuggested
Example filenameexample

Filename to use if this is an example - leave blank unless referring to an example rather than a concrete file

Example
Armor_001_Upper.sbactorpack
Stringsuggested