The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{#ifexist: Template:T | <!-- nothing; T already copied/exists --> | :<strong class="error">Please copy <nowiki>{{T}}</nowiki> from [[w:c:templates:Template:T]] to [[Template:T]]!</strong>}}<!-- |
|||
-->{{#ifexist: Template:T/doc | <!-- nothing; T's documentation already copied/exists --> | :<strong class="error">Please copy <nowiki>{{T}}</nowiki>'s documentation from [[w:c:templates:Template:T/doc]] to [[Template:T/doc]]!</strong>}}<!-- |
|||
-->{{#ifexist: Template:Tocright | <!-- nothing; Tocright already copied/exists --> | :<strong class="error">Please copy <nowiki>{{Tocright}}</nowiki> from [[w:c:templates:Template:Tocright]] to [[Template:Tocright]]!</strong>}}<!-- |
|||
-->{{#ifexist: Template:Tocright/doc | <!-- nothing; Tocright's documentation already copied/exists --> | :<strong class="error">Please copy <nowiki>{{Tocright}}</nowiki>'s documentation from [[w:c:templates:Template:Tocright/doc]] to [[Template:Tocright/doc]]!</strong>}}<!-- |
|||
<!-- you can remove this line and everything above it if you don't see any big bold red text --> |
|||
<noinclude>{{Documentation subpage}}</noinclude> |
<noinclude>{{Documentation subpage}}</noinclude> |
||
; Description |
; Description |
||
Line 37: | Line 43: | ||
== Dependencies == |
== Dependencies == |
||
; Templates |
; Templates |
||
: [[Template:Documentation/preload]] |
|||
: [[Template:Documentation/preload-sandbox]] |
|||
: [[Template:Documentation/preload-testcases]] |
|||
: [[Template:Tocright]] ([[Template:Tocright/doc]]) |
: [[Template:Tocright]] ([[Template:Tocright/doc]]) |
||
Line 62: | Line 71: | ||
"type": "string", |
"type": "string", |
||
"default": "{{FULLPAGENAME}}/sandbox" |
"default": "{{FULLPAGENAME}}/sandbox" |
||
}, |
|||
"testcases": { |
|||
"label": "Custom Testcases Location", |
|||
"description": "Specifies the /testcases subpage location", |
|||
"example": "Template:Example/testcases", |
|||
"type": "string", |
|||
"default": "{{FULLPAGENAME}}/testcases" |
|||
}, |
}, |
||
"heading": { |
"heading": { |
||
Line 72: | Line 88: | ||
"label": "Custom footer content", |
"label": "Custom footer content", |
||
"description": "Replaces the default link box with a custom one", |
"description": "Replaces the default link box with a custom one", |
||
"example": "Documentation is automatically generated by {{T|Ambox}}. |
"example": "Documentation is automatically generated by {{T|Ambox}}.<br/>Its contents are shown here.", |
||
"type": "unbalanced-wikitext" |
"type": "unbalanced-wikitext" |
||
} |
} |