Help:Credit Table: Difference between revisions

From YSTV History Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
Here's a prebuilt table to use in any {{Cl|People|biographical articles}} you write. This example is from [[Richard Jones]]'s page, circa 2019:
Here's a prebuilt table to use in any {{Cl|People|biographical articles}} you write. This example is from [[Richard Jones]]'s page, circa 2019. Any columns that are entirely filled with 'no' can be removed by deleting the appropriate position and changing the number for the attribute 'colspan' for Credited as from 5 to the appropriate number of positions.


{| class="wikitable"
{| class="wikitable"
Line 67: Line 67:
| Probably never happening.
| Probably never happening.
|}
|}
===== Code =====


  <nowiki>
  <nowiki>

Revision as of 22:00, 7 August 2019

Here's a prebuilt table to use in any biographical articles you write. This example is from Richard Jones's page, circa 2019. Any columns that are entirely filled with 'no' can be removed by deleting the appropriate position and changing the number for the attribute 'colspan' for Credited as from 5 to the appropriate number of positions.

Year Film Credited as Notes
Director Writer Producer Actor Crew
2018 Hidden No No No Yes No
2018 The System No No Yes No No
2018 Roses 2018 No No No No Yes Dossed around with man flu
2018 Guide to Campus No No No Yes No
2018/19 Robbing Chloe No No No Yes No
Never Philosopher's Corner No No No No No Probably never happening.
Code
{| class="wikitable"
! rowspan="2" width="33"|Year
! rowspan="2"|Film
! colspan="5"|Credited as
! rowspan="2"|Notes
|-
! width=65 | Director
! width=65 | Writer
! width=65 | Producer
! width=65 | Actor
! width=65 | Crew
|-
| 2018
| ''[[Hidden]]''
| {{no}}
| {{no}}
| {{no}}
| {{yes}}
| {{no}}
| 
|-
| 2018
| ''[[The System]]''
| {{no}}
| {{no}}
| {{yes}}
| {{no}}
| {{no}}
|
|-
| 2018
| ''[[Roses 2018]]''
| {{no}}
| {{no}}
| {{no}}
| {{no}}
| {{yes}}
| Dossed around with [[w: man flu | man flu]]
|-
| 2018
| ''[[Guide to Campus]]''
| {{no}}
| {{no}}
| {{no}}
| {{yes}}
| {{no}}
|
|-
| 2018/19
| ''[[Robbing Chloe]]''
| {{no}}
| {{no}}
| {{no}}
| {{yes}}
| {{no}}
|
|-
| Never
| ''[[Philosopher's Corner]]
| {{no}}
| {{no}}
| {{no}}
| {{no}}
| {{no}}
| Probably never happening.
|}