Difference between revisions of "Template talk:Infobox character"
From SDSDWiki
| (4 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
{{Infobox character | {{Infobox character | ||
| }} | | }} | ||
| − | </nowiki></pre>at the top of your page. <br> | + | </nowiki></pre> or |
| + | <pre><nowiki> | ||
| + | {{Infobox WM character | ||
| + | | }} | ||
| + | </nowiki></pre> at the top of your page. <br> | ||
To add categories to your info box, call the categories you would like by name, as listed below, using this syntax: | To add categories to your info box, call the categories you would like by name, as listed below, using this syntax: | ||
<code><nowiki>| category = what you want it to say</nowiki></code>.<br> | <code><nowiki>| category = what you want it to say</nowiki></code>.<br> | ||
| Line 23: | Line 27: | ||
*<b>General</b> | *<b>General</b> | ||
**<b>Page Name</b> appears at the top by default. | **<b>Page Name</b> appears at the top by default. | ||
| + | **<b>world</b> - either Wildemount or Fairweather Vale, depending on where the character comes from | ||
**<b>image</b> calls an image. | **<b>image</b> calls an image. | ||
**<b>caption</b> works as an image caption, sort of, for now. needs some css-ery | **<b>caption</b> works as an image caption, sort of, for now. needs some css-ery | ||
| Line 41: | Line 46: | ||
**<b>nationality</b> - what's their homeland? use <code><nowiki>[[COUNTRY|DEMONYM]]</nowiki></code> to link | **<b>nationality</b> - what's their homeland? use <code><nowiki>[[COUNTRY|DEMONYM]]</nowiki></code> to link | ||
**<b>hometown</b> - if you want to get specific | **<b>hometown</b> - if you want to get specific | ||
| − | **<b>affiliations</b> - they got | + | **<b>affiliations</b> - they got an adventuring party? a history with a shadowy organization that haunts them?? note it here |
| + | **<b>bias</b> - which god is their stan? | ||
**<b>language</b> - use <code><nowiki><br> or <ul></nowiki></code> tags to list. Feel free to denote proficiency in parentheses. | **<b>language</b> - use <code><nowiki><br> or <ul></nowiki></code> tags to list. Feel free to denote proficiency in parentheses. | ||
| + | |||
| + | == Full Block == | ||
| + | |||
| + | <pre> | ||
| + | {{Infobox (MW) character | ||
| + | | world = | ||
| + | | image = image.png | ||
| + | | caption = | ||
| + | | fullname = Wally Colorado | ||
| + | | alias = | ||
| + | | creaturetype = | ||
| + | | race = | ||
| + | | pronouns = | ||
| + | | age = 69 | ||
| + | | DOB = April 20 | ||
| + | | height = | ||
| + | | hair = | ||
| + | | eyes = | ||
| + | | nationality = | ||
| + | | hometown = | ||
| + | | affiliations = | ||
| + | | bias = | ||
| + | | language = | ||
| + | | }} | ||
| + | </pre> | ||
Latest revision as of 20:30, 17 May 2025
Syntax[edit]
To add an infobox to your page, add
{{Infobox character
| }}
or
{{Infobox WM character
| }}
at the top of your page.
To add categories to your info box, call the categories you would like by name, as listed below, using this syntax:
| category = what you want it to say.
Example:
{{Infobox character
| image = image.png
| fullname = Wally Colorado
| race = Dragonborn
| age = 69
| DOB = April 20
| }}
Categories[edit]
Here are categories you can use for your infoboxes, in the order in which they will appear (seemingly?).
- General
- Page Name appears at the top by default.
- world - either Wildemount or Fairweather Vale, depending on where the character comes from
- image calls an image.
- caption works as an image caption, sort of, for now. needs some css-ery
- Character Bits
- fullname - use this if they have a whole ass name that isn't the title of their page
- alias - for when they have one or more other whole ass names
- creaturetype
- race
- pronouns
- age
- DOB
- Vital Stats/Appearance
- height
- hair - this could probably also work for fur, but open to opinions from fur-havers on this one
- eyes - tell us about their limpid pools
- - should there be a skin color tag? that feels potentially fraught but also maybe worth having in a world where some people are blue and stuff
- Affiliations
- nationality - what's their homeland? use
[[COUNTRY|DEMONYM]]to link - hometown - if you want to get specific
- affiliations - they got an adventuring party? a history with a shadowy organization that haunts them?? note it here
- bias - which god is their stan?
- language - use
<br> or <ul>tags to list. Feel free to denote proficiency in parentheses.
- nationality - what's their homeland? use
Full Block[edit]
{{Infobox (MW) character
| world =
| image = image.png
| caption =
| fullname = Wally Colorado
| alias =
| creaturetype =
| race =
| pronouns =
| age = 69
| DOB = April 20
| height =
| hair =
| eyes =
| nationality =
| hometown =
| affiliations =
| bias =
| language =
| }}