Template
TemplateStyles
From Dogcraft Wiki
TemplateStyles notice
This template is used to show that templates use TemplateStyles. It is meant to be placed at the top of the template's documentation and show which CSS styelsheet page(s) it uses. It and automatically adds the template to Category:Templates using TemplateStyles.
This concept is based on Wikipedia's {{Uses TemplateStyles}} template, but is implemented differently. (Using a combination of the {{Sidebar}} and {{Notice}} templates.)
Example(s)
No parameters
When no parameters are set, the template will use "Template:{{PAGENAME}}/styles.css" as the CSS page shown. ({{PAGENAME}} being the name of the actual template.) This should be enough in most cases.
This template uses TemplateStyles: |
{{TemplateStyles}}
generates:
Single parameter
The name of the CSS page to show can be set using the template's first (unnamed) parameter. This is useful if the stylesheet page is not called "styles.css". The whole title must be set except for the "Template:" namespace name.
This template uses TemplateStyles: |
{{TemplateStyles|TemplateStyles/dark.css}}
generates:
Two parameters
A second parameter is available to set any further stylesheets in the case of templates using more then one. This parameter is completely free-form, requiring entering everything manually including the link itself and commas. (An example can be seen bellow)
This template uses TemplateStyles:
|
{{TemplateStyles|TemplateStyles/styles.css|, [[Template:TemplateStyles/dark.css|TemplateStyles/dark.css]] and [[Template:TemplateStyles/dark.css|TemplateStyles/mobile.css]]}}
generates:
Template data
Used to show that a template uses TemplateStyles, and link the CSS page(s) used.
Parameter | Description | Type | Status | |
---|---|---|---|---|
CSS stylesheet | 1 | The full name of the CSS stylesheet this template uses, excluding the "Template:" namespace name at the start. This parameter is optional.
| Page name | suggested |
Further CSS Stylesheets | 2 | Completely free-form parameter for specifying further CSS stylesheets for templates using more then one.
| String | suggested |