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
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_filename|}}}|
For example, the file '''{{{example_filename}}}''' has the RSTB path '''{{{rstb_path}}}'''.|
The RSTB path of this resource is '''{{{rstb_path}}}'''.}}
</div>
</div>
<noinclude>
<noinclude>
Line 11: Line 13:
"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_filename": {
            "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
}
}

Revision as of 17:37, 1 April 2019

The RSTB path of this resource is {{{rstb_path}}}.

Template that shows the RSTB path of a resource

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
RSTB pathrstb_path

The canonical resource path of the resource

Example
Actor/Pack/Armor_001_Upper.bactorpack
Stringsuggested
Example filenameexample_filename

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