??? |
![]() | This is the template sandbox page for Template:Class (diff). See also the companion subpage for test cases. |
![]() | This template is used on approximately 42,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
![]() | This template can only be edited by administrators because it is transcluded onto one or more cascade-protected pages. |
![]() | This template uses Lua: |
This template is used to show WP1.0 assessment ratings on WikiProject banners and other places. Because it wraps its contents in <td>...</td>
tags, it must be used inside <table>...</table>
tags.
{{class|grade}}
{{class|grade|image=yes}}
|image=yes
Displays a small icon next to the grade description for all assessments (produced by {{class/icon}}
).|image=no
does not ever display icons.|image=
(blank or undefined) displays icons for FA, FL, A and GA classes only.{{class|grade|category=category}}
{{class|grade|header=yes}}
{{class}}
template generates a table cell using the <td>...</td>
element. If the template is used in the header row of a sortable table, use |header=yes
so that the cell is constructed using the <th>...</th>
element. If used elsewhere than a header row, omit this parameter.
|
TemplateData for Class
Parameter | Description | Type | Status | |
---|---|---|---|---|
Grade | 1 | The classification of the article | String | required |
Image | image | Set to 'yes' to display an icon; 'no' to not display an icon; or no value or blank to display an icon for FA, FL, A and GA classes only | String | optional |
Category | category | An alternative category link | String | optional |
Header | header | Set to 'yes' if the template is used in the header row of a sortable table, so that the cell is constructed using a "th" element rather than a "td" element | String | optional |