Difference between revisions of "Template:Infobox-rounded"
Jump to navigation
Jump to search
| Line 82: | Line 82: | ||
<pre> | <pre> | ||
{{Infobox-rounded | {{Infobox-rounded | ||
| − | |name = The title on your infobox. Defaults to the page name. | + | |name = <!-- The title on your infobox. Defaults to the page name. --> |
| − | |image = An image of your character. Defaults to Templatedefault.png. | + | |image = <!-- An image of your character. Defaults to Templatedefault.png. --> |
| − | |caption = A caption for the image if you want to put one in there. | + | |caption = <!-- A caption for the image if you want to put one in there. --> |
| − | |fullname = Your character's name. | + | |fullname = <!-- Your character's name. --> |
| − | |nicknames = Any nicknames your character has. | + | |nicknames = <!-- Any nicknames your character has. --> |
| − | |race = Your character's race (ex: Hyur, Miqo'te, etc.). This will create a category. | + | |race = <!-- Your character's race (ex: Hyur, Miqo'te, etc.). This will create a category. --> |
| − | |subrace = Your character's subrace (ex: Xaela, Raen, Keeper of the Moon...). This will create a category. | + | |subrace = <!-- Your character's subrace (ex: Xaela, Raen, Keeper of the Moon...). This will create a category. --> |
| − | |guardian = Your character's guardian. | + | |guardian = <!-- Your character's guardian. --> |
| − | |birthplace = Where your character was born. | + | |birthplace = <!-- Where your character was born. --> |
| − | |nameday = Your character's nameday. | + | |nameday = <!-- Your character's nameday. --> |
| − | |tribe = Tribal affiliation for Xaela (ex: Dotharl, Qalli, Kha). This will create a category. | + | |tribe = <!-- Tribal affiliation for Xaela (ex: Dotharl, Qalli, Kha). This will create a category. --> |
| − | |occupation = Your character's occupation. | + | |occupation = <!-- Your character's occupation. --> |
| − | |family = Any family your character might have. | + | |family = <!-- Any family your character might have. --> |
}} | }} | ||
</pre> | </pre> | ||
Revision as of 05:54, 3 September 2018
| Infobox-rounded | |
| |
| Character Information | |
|---|---|
| Full Name | {{{fullname}}} |
| Nickname(s) | {{{nicknames}}} |
| Race | [[:Category:{{{race}}}|{{{race}}}]] |
| Subrace | [[:Category:{{{subrace}}}|{{{subrace}}}]] |
| Guardian | {{{guardian}}} |
| Birthplace | {{{birthplace}}} |
| Nameday | {{{nameday}}} |
| Tribe | [[:Category:{{{tribe}}}|{{{tribe}}}]] |
| Occupation | {{{occupation}}} |
| Family | {{{family}}} |
I wanted something simple with rounded corners so I made this infobox with that in mind!
You can copy the code below to use it in your page.
{{Infobox-rounded
|name = <!-- The title on your infobox. Defaults to the page name. -->
|image = <!-- An image of your character. Defaults to Templatedefault.png. -->
|caption = <!-- A caption for the image if you want to put one in there. -->
|fullname = <!-- Your character's name. -->
|nicknames = <!-- Any nicknames your character has. -->
|race = <!-- Your character's race (ex: Hyur, Miqo'te, etc.). This will create a category. -->
|subrace = <!-- Your character's subrace (ex: Xaela, Raen, Keeper of the Moon...). This will create a category. -->
|guardian = <!-- Your character's guardian. -->
|birthplace = <!-- Where your character was born. -->
|nameday = <!-- Your character's nameday. -->
|tribe = <!-- Tribal affiliation for Xaela (ex: Dotharl, Qalli, Kha). This will create a category. -->
|occupation = <!-- Your character's occupation. -->
|family = <!-- Any family your character might have. -->
}}
Contributors: Shieke
