Template:Uses TemplateStyles/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Evad37
(start)
 
m (9 revisions imported)
 
(8 intermediate revisions by 3 users not shown)
Line 10: Line 10:
; Basic : {{tlx|Uses TemplateStyles|''TemplateStyles page name''}}
; Basic : {{tlx|Uses TemplateStyles|''TemplateStyles page name''}}


; All parameters : {{tlx|Lua|''TemplateStyles page 1''|''TemplateStyles page 2''|''TemplateStyles page 3''|...|category{{=}}''custom category''|nocat{{=}}''true''}}
; All parameters : {{tlx|Uses TemplateStyles|''TemplateStyles page 1''|''TemplateStyles page 2''|''TemplateStyles page 3''|...|category{{=}}''custom category''|nocat{{=}}''true''}}


The first TemplateStyles page name is required.
The first TemplateStyles page name is required.
===TemplateStyles sandboxes===
Note that if a sandbox version of the TemplateStyle exists, it will also be linked. This is only for sandbox versions. The subpage name of the sandbox version should be the same, but as a subpage of the templates sandbox. For example, if the TemplateStyles page name is <code>Template:Foo/styles.css</code>, then the sandbox version should be <code>Template:Foo/sandbox/styles.css</code>


== Examples ==
== Examples ==
 
===One style page===
* {{tlx|Uses TemplateStyles|Template:Arrowlist/styles.css}}
{{tlx|Uses TemplateStyles|Template:Arrowlist/styles.css}}
{{Uses TemplateStyles{{\sandbox}}|Template:Arrowlist/styles.css|nocat=true}}
{{Uses TemplateStyles{{\sandbox}}|Template:Arrowlist/styles.css|nocat=true}}
{{clear}}
{{clear}}
 
===Multiple style pages===
* {{tlx|Uses TemplateStyles|Template:Arrowlist/styles.css|Template:Routemap/styles.css}}
{{tlx|Uses TemplateStyles|Template:Arrowlist/styles.css|Template:Routemap/styles.css}}
{{Uses TemplateStyles{{\sandbox}}|Template:Arrowlist/styles.css|Template:Routemap/styles.css|nocat=true}}
{{Uses TemplateStyles{{\sandbox}}|Template:Arrowlist/styles.css|Template:Routemap/styles.css|nocat=true}}
{{clear}}
{{clear}}
 
===Sandbox version of style page exists===
* {{tlx|Lua}}
{{tlx|Uses TemplateStyles|Template:Uses TemplateStyles/example.css}}
{{Uses TemplateStyles{{\sandbox}}|Template:Uses TemplateStyles/example.css|nocat=true}}
{{clear}}
===No style pages specified===
{{tlx|Uses TemplateStyles}}
{{Uses TemplateStyles{{\sandbox}}|nocat=true}}
{{Uses TemplateStyles{{\sandbox}}|nocat=true}}
{{clear}}
{{clear}}


== Categorisation ==
== Categories ==


===Template category===
===Template category===
Line 40: Line 47:


===Category suppression===
===Category suppression===
To suppress all categorisation, use {{para|nocat|true}}. (As well as "true", the values "yes", "y", and "1" will also work.)
To suppress all categories, use {{para|nocat|true}}. (As well as "true", the values "yes", "y", and "1" will also work.)


== See also ==
== See also ==
* {{tl|Lua}}
* {{tl|Lua}}
* {{tl|Uses Wikidata}}
* {{tl|Uses Wikidata}}
 
<includeonly>{{Sandbox other|| <!-- Categories go here, and interwikis go on Wikidata. -->
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
[[Category:Template namespace templates]]
| <!-- Categories go here, and interwikis go on Wikidata. -->
[[Category:Wikipedia Lua templates| ]]
}}</includeonly>
}}</includeonly>

Latest revision as of 14:06, 3 September 2020

This template is used to show that templates have been converted to use TemplateStyles. It is placed at the top of the template's /doc page. It automatically adds the template to Category:Templates using TemplateStyles, or to one of its subcategories.

Usage

Basic
{{Uses TemplateStyles|TemplateStyles page name}}
All parameters
{{Uses TemplateStyles|TemplateStyles page 1|TemplateStyles page 2|TemplateStyles page 3|...|category=custom category|nocat=true}}

The first TemplateStyles page name is required.

TemplateStyles sandboxes

Note that if a sandbox version of the TemplateStyle exists, it will also be linked. This is only for sandbox versions. The subpage name of the sandbox version should be the same, but as a subpage of the templates sandbox. For example, if the TemplateStyles page name is Template:Foo/styles.css, then the sandbox version should be Template:Foo/sandbox/styles.css

Examples

One style page

{{Uses TemplateStyles|Template:Arrowlist/styles.css}} Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab.

Multiple style pages

{{Uses TemplateStyles|Template:Arrowlist/styles.css|Template:Routemap/styles.css}} Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab.

Sandbox version of style page exists

{{Uses TemplateStyles|Template:Uses TemplateStyles/example.css}} Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab.

No style pages specified

{{Uses TemplateStyles}} Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab.

Categories

Template category

This template adds pages to Category:Templates using TemplateStyles if the page is in the template namespace, and it is not on any of the subpages /doc, /sandbox, /sandbox2 or /testcases. You can specify a different category with the |category= parameter, e.g. |category=Lua String-based templates.

Error category

If no modules are specified, the transcluded page will be added to Category:Uses TemplateStyles templates with errors.

Protection level category

TemplateStyles should have the same protection level as the template they are used on. If a difference is detected, the transcluded page will be added to Category:Templates using TemplateStyles with a different protection level.

Category suppression

To suppress all categories, use |nocat=true. (As well as "true", the values "yes", "y", and "1" will also work.)

See also