Template:Awards table
| Year | Nominee / work | Award | Result | 
|---|
Lua error in package.lua at line 80: module 'strict' not found.
Contents
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 | Won | 
Format 2
{{Awards table|2}}
|-
! scope="row" | Year
| ''Work''
| Category
| {{won}}
| Notes
{{end}}
| Year | Nominated work | Category | Result | Notes | 
|---|---|---|---|---|
| 2000 | Work | Category | 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 | 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 | 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 | 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.