2,342
edits
(Created page with "Here's a prebuilt table to use in any biographical articles you write. This example is from Richard Jones's page, circa 2019: {| class="wikitable" ! r...") |
(→Code) |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Here's a prebuilt table to use in any | 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. For crew you can specify the position by replacing <nowiki>{{yes}} with {{yes|position}}</nowiki> | ||
==== Example ==== | |||
{| class="wikitable" | {| class="wikitable" | ||
! rowspan="2" width="33"| | ! rowspan="2" width="33"|Date | ||
! rowspan="2"| | ! rowspan="2"|Production | ||
! colspan="5"|Credited as | ! colspan="5"|Credited as | ||
! rowspan="2"|Notes | ! rowspan="2"|Notes | ||
| Line 11: | Line 13: | ||
! width=65 | Producer | ! width=65 | Producer | ||
! width=65 | Actor | ! width=65 | Actor | ||
! | ! | Crew | ||
|- | |- | ||
| 2018 | | 2018 | ||
| Line 37: | Line 39: | ||
| {{no}} | | {{no}} | ||
| {{no}} | | {{no}} | ||
| {{yes}} | | {{yes|Boom Op}} | ||
| Dossed around with [[w: man flu | man flu]] | | Dossed around with [[w: man flu | man flu]] | ||
|- | |- | ||
| Line 68: | Line 70: | ||
|} | |} | ||
==== Code ==== | |||
<nowiki> | |||
{| class="wikitable" | {| class="wikitable" | ||
! rowspan="2" width="33"|Year | ! rowspan="2" width="33"|Year | ||
| Line 105: | Line 109: | ||
| {{no}} | | {{no}} | ||
| {{no}} | | {{no}} | ||
| {{yes}} | | {{yes|Boom Op}} | ||
| Dossed around with [[w: man flu | man flu]] | | Dossed around with [[w: man flu | man flu]] | ||
|- | |- | ||
| Line 136: | Line 140: | ||
|} | |} | ||
</nowiki> | </nowiki> | ||
[[Category: Useful Resources For Editors]] | |||