Template:Rstb path: Difference between revisions
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 '''{{{ | {{#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": { | ||
" | "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
Parameter | Description | Type | Status | |
---|---|---|---|---|
RSTB path | 1 | The canonical resource path of the resource
| String | suggested |
Example filename | example | Filename to use if this is an example - leave blank unless referring to an example rather than a concrete file
| String | suggested |