2,153
edits
(Created page with '<noinclude> This is the 'Actor' template. It should be called in the following format: <pre> {{Actor |born= |died= |is from= |born in= |died in= |died of= }} </pre> Edit the page...') |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | <noinclude> | ||
This is the 'Actor' template. | |||
It should be called in the following format: | |||
<pre> | |||
{{Actor | |||
|born= | |||
|died= | |||
|is from= | |||
|born in= | |||
|died in= | |||
|died of= | |||
}} | |||
</pre> | |||
Edit the page to see the template text. | |||
</noinclude><includeonly> | |||
{| class="wikitable" | |||
! Born | |||
| [[Date::{{{born|}}}]] | |||
|- | |||
! Died | |||
| [[Date::{{{died|}}}]] | |||
|- | |||
! Is from | |||
| {{{is from|}}} | |||
|- | |||
! Born in | |||
| {{{born in|}}} | |||
|- | |||
! Died in | |||
| {{{died in|}}} | |||
|- | |||
! Died of | |||
| {{{died of|}}} | |||
|} | |||
Next: [[SMW Summary]] | |||
[[Category:Actors]] | |||
</includeonly> |