Template:Character Infobox: Difference between revisions
(Created page with "<noinclude>This infobox is used to display key facts about a character. It can be used as shown below. ==Properties== ===Image=== The image name must be an image present on th...") |
No edit summary |
||
Line 7: | Line 7: | ||
===Family=== | ===Family=== | ||
Pass the family as a string of role:name separated by semicolons, eg: '''father:Polenius;brother:Laertes''' | Pass the family as a string of role:name separated by semicolons, eg: '''father:Polenius;brother:Laertes''' | ||
==Example== | |||
<pre><nowiki>{{Character Infobox | <pre><nowiki>{{Character Infobox | ||
| image = image_filename.jpg | | image = image_filename.jpg | ||
| play = Hamlet | | play = Hamlet | ||
| family = father:Polenius;brother:Laertes | | family = father:Polenius;brother:Laertes | ||
}}</nowiki></pre></noinclude>< | }}</nowiki></pre></noinclude><includeonly>{{Infobox | ||
| class = character | | class = character | ||
| image = {{{image|}}} | | image = {{{image|}}} |
Latest revision as of 07:19, 14 February 2014
This infobox is used to display key facts about a character. It can be used as shown below.
Properties
Image
The image name must be an image present on the wiki, and it should be provided without the File:/Image: namespace.
Play
A play name, or a comma separated list of play names.
Family
Pass the family as a string of role:name separated by semicolons, eg: father:Polenius;brother:Laertes
Example
{{Character Infobox | image = image_filename.jpg | play = Hamlet | family = father:Polenius;brother:Laertes }}