Difference between revisions of "Template:Infobox Character"
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
</table> | </table> | ||
</div> | </div> | ||
+ | <noinclude>Copy-paste the following to use this template. Replace the capitalized words with the information you wish to present. | ||
+ | |||
+ | If the Infobox has only one image: | ||
+ | <poem style="float:left;"> | ||
+ | {{Infobox Character | ||
+ | |title = TEXT | ||
+ | |image = FILE.png | ||
+ | |caption = TEXT | ||
+ | |name = TEXT | ||
+ | |alias = TEXT | ||
+ | |affiliation = TEXT | ||
+ | |gender = TEXT | ||
+ | |status = TEXT | ||
+ | |relations = TEXT | ||
+ | }} | ||
+ | </poem> | ||
+ | |||
+ | If the Infobox has multiple images: | ||
+ | |||
+ | <poem style="float:left;"> | ||
+ | {{Infobox Character | ||
+ | |title = TEXT | ||
+ | |imagetab = <tabber>TEXT=[[File:FILE_NAME.jpg]]<br>TEXT|-|TEXT=[[File:FILE_NAME.jpg]]<br>TEXT</tabber> | ||
+ | |name = TEXT | ||
+ | |alias = TEXT | ||
+ | |affiliation = TEXT | ||
+ | |gender = TEXT | ||
+ | |status = TEXT | ||
+ | |relations = TEXT | ||
+ | }} | ||
+ | </poem> | ||
+ | </noinclude> | ||
+ | <noinclude> | ||
+ | |||
+ | |||
+ | </noinclude> |
Revision as of 13:04, 9 May 2023
Infobox Character
Copy-paste the following to use this template. Replace the capitalized words with the information you wish to present.
If the Infobox has only one image:
{{Infobox Character
|title = TEXT
|image = FILE.png
|caption = TEXT
|name = TEXT
|alias = TEXT
|affiliation = TEXT
|gender = TEXT
|status = TEXT
|relations = TEXT
}}
If the Infobox has multiple images:
{{Infobox Character
|title = TEXT
|name = TEXT
|alias = TEXT
|affiliation = TEXT
|gender = TEXT
|status = TEXT
|relations = TEXT
}}