Wiki 24:Creating novel character pages
From Wiki 24
The sidebar is the first thing that should go on every character page. It looks like this:
{{sidebar
| image = [[Image:FILENAME|XXXpx]]
| name = CHARACTER NAME
| appearedin = [[NOVEL NAME]]
| status = Alive/Deceased/Unknown
}}
Categories are the last thing that should go on every character page. They look like this:
[[Category:Characters|LASTNAME, FIRSTNAME]]
[[Category:Books|LASTNAME, FIRSTNAME]]
[[Category:Living characters|LASTNAME, FIRSTNAME]]
[[Category:Deceased characters|LASTNAME, FIRSTNAME]]
[[Category:Characters of unknown status|LASTNAME, FIRSTNAME]]
- Select the correct status (Alive, Deceased, or Unknown) in both the sidebar and the categories. Delete the other two.
- If there is no image, remove that line.
- If there is an image, XXXpx should be replaced with the width of the image in pixels. For instance, a picture that is 200 pixels wide would be 200px.
- If the character had more than one appearance, replace "appearedin" with "firstseen" and "lastseen". For instance:
{{sidebar
| image = [[Image:FILENAME|XXXpx]]
| name = CHARACTER NAME
| firstseen = [[NOVEL NAME]]
| lastseen = [[NOVEL NAME]]
| status = Alive/Deceased/Unknown
}}