Template:Awards table/sandbox
Year | Nominee / work | Award | Result |
---|
![]() | __EXPECTUNUSEDTEMPLATE__This is the template sandbox page for Template:Awards table (diff). |
![]() | This template is used on approximately 5,900 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 uses TemplateStyles: |
Usage
Always use the |caption=
field, per WP:ACCESSIBLE. If the caption would duplicate a nearby section header, you can make it only used by screen-reader software via the {{Screen reader-only}} template.
Format 1
<syntaxhighlight lang="wikitext" style="overflow:auto;">
Year | Nominee / work | Award | Result |
---|---|---|---|
Year | Work | Award | Won |
</syntaxhighlight>
Year | Nominee / work | Award | Result |
---|---|---|---|
2018 | Hi kgagudi! | Heritage Awards of Excellence | Won |
Format 2
<syntaxhighlight lang="wikitext" style="overflow:auto;">
Year | Nominated work | Category | Result | Notes |
---|---|---|---|---|
Year | Work | Category | Won | Notes |
</syntaxhighlight>
Year | Nominated work | Category | Result | Notes |
---|---|---|---|---|
2000 | Work | Category | Won | Note (co-authors etc.) |
Format 3
<syntaxhighlight lang="wikitext" style="overflow:auto;">
Year | Category | Institution or publication | Result | Notes | Ref. |
---|---|---|---|---|---|
Year | Category | Institution or publication | Won | Notes | Citation |
</syntaxhighlight>
Year | Category | Institution or publication | Result | Notes | Ref. |
---|---|---|---|---|---|
2000 | Category | Institution or publication | Won | Note (co-authors etc.) | [1] |
Format 4
<syntaxhighlight lang="wikitext" style="overflow:auto;">
Year | Nominated work | Category | Award | Result | Notes | Ref. |
---|---|---|---|---|---|---|
Year | Work | Category | Award | Won | Notes | Citation |
</syntaxhighlight>
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.
<syntaxhighlight lang="wikitext" style="overflow:auto;">
Year | Award | Category | Nominee(s) | Result | Ref. |
---|---|---|---|---|---|
Year | Award | Category | Nominees | Won | Citation |
</syntaxhighlight>
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.