Difference between revisions of "Template:Awards table/sandbox"

From blackwiki
Jump to navigation Jump to search
imported>Gonnym
imported>Gonnym
(synced with live)
Line 1: Line 1:
 
<templatestyles src="Template:Awards table/styles.css" />
 
<templatestyles src="Template:Awards table/styles.css" />
{| class="{{#if: {{{sortable|}}} | sortable }} wikitable plainrowheaders {{#ifeq: {{{1|}}} | 5 | awards-table }}" style="table-layout: fixed; margin-right: 0; {{{style|}}}"
+
{| class="{{#if: {{{sortable|}}} | {{yesno|{{{sortable|}}}|yes=sortable}} | {{#ifeq: {{{1|}}} | 5 | sortable }} }} wikitable plainrowheaders {{#ifeq: {{{1|}}} | 5 | awards-table }}" style="table-layout: fixed; margin-right: 0; {{{style|}}}"
 
|+ {{{caption|}}}
 
|+ {{{caption|}}}
 
|-
 
|-
Line 9: Line 9:
 
! scope="col" | Result<!--
 
! scope="col" | Result<!--
 
-->{{#switch:{{{1|1}}}|2|3|4=!! scope="col" class="unsortable" {{!}} Notes}}<!--
 
-->{{#switch:{{{1|1}}}|2|3|4=!! scope="col" class="unsortable" {{!}} Notes}}<!--
-->{{#switch:{{{1|1}}}|3|4|5=!! scope="col" class="unsortable" {{!}} Citation}}<noinclude>
+
-->{{#switch:{{{1|1}}}|3|4|5=!! scope="col" class="unsortable" {{!}} {{Abbr|Ref.|Reference}}}}<noinclude>
 
|}
 
|}
{{documentation}}</noinclude>
+
{{Documentation}}</noinclude>

Revision as of 12:16, 16 May 2020

Year Nominee / work Award Result
Template documentation[view] [edit] [history] [purge]

Script error: No such module "Uses TemplateStyles".

Usage

Always use the caption field, per WP:ACCESSIBLE.

Format 1

{{Awards table}}
|-
! scope="row" | Year
| ''Work''
| Award
| {{won}}
{{end}}
Year Nominee / work Award Result
2018 Hi kgagudi! Heritage Awards of Excellence Template:Won


Format 2

{{Awards table|2}}
|-
! scope="row" | Year
| ''Work''
| Category
| {{won}}
| Notes
{{end}}
Year Nominated work Category Result Notes
2000 Work Category Template:Won Note (co-authors etc.)

Format 3

{{Awards table|3}}
|-
! scope="row" | Year
| Category
| Institution or publication
| {{won}}
| Notes
| Citation
{{end}}
Year Category Institution or publication Result Notes Ref.
2000 Category Institution or publication Template:Won Note (co-authors etc.) [1]

Format 4

{{Awards table|4}}
|-
! scope="row" | Year
| ''Work''
| Category
| Award
| {{won}}
| Notes
| Citation
{{end}}
Year Nominated work Category Award Result Notes Ref.
2000 Work Category Award Template:Won Note (co-authors etc.) [1]

Format 5

References in the references column in this format will be centered.

{{Awards table|5}}
|-
! scope="row" | Year
| Award
| Category
| Nominees
| {{won}}
| Citation
{{end}}
Year Award Category Nominee(s) Result Ref.
2005 Emmy Awards Outstanding Directing for a Drama Series J. J. Abrams Template:Won [1]

Parameters

Parameter Explanation
1 The table format. Values are in the range of 1–5.
sortable If |sortable=yes, then the table is made sortable; |sortable=no disables it for format #5.
style Further CSS styling for the table.
caption Used as the table caption.

Note

Format 5 centers the value in the citation column (the last column), removing the need to add style="text-align:center;" to each cell. This cell should also never span rows.

See also