Difference between revisions of "Template:Infobox Character"

From Johnisdead Wiki
Jump to navigation Jump to search
Line 35: Line 35:
 
<noinclude>Copy-paste the following to use this template. Replace the capitalized words with the information you wish to present.
 
<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><nowiki>
+
If the Infobox has only one image:
 +
<div class="cheatSheet"><pre>
 
{{Infobox Character
 
{{Infobox Character
 
|title = TEXT
 
|title = TEXT
Line 47: Line 48:
 
|relations = TEXT
 
|relations = TEXT
 
}}
 
}}
</nowiki></poem>
+
</pre></div>
 
+
If the Infobox has multiple images: (Extend the "tabber" section as needed for more images)
 
+
<div class="cheatSheet"><pre>
If the Infobox has multiple images: (Extend the "tabber" section as needed for more images)<poem><nowiki>
 
 
{{Infobox Character
 
{{Infobox Character
 
|title = TEXT
 
|title = TEXT
Line 61: Line 61:
 
|relations = TEXT
 
|relations = TEXT
 
}}
 
}}
</nowiki></poem>
+
</pre></div>
 
</noinclude>
 
</noinclude>
 
<noinclude>
 
<noinclude>

Revision as of 14:13, 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: (Extend the "tabber" section as needed for more images)

{{Infobox Character
|title = TEXT
|imagetab = <tabber>TEXT=[[File:FILE_NAME.jpg]]<br>CAPTION_TEXT|-|TEXT=[[File:FILE_NAME.jpg]]<br>CAPTION_TEXT</tabber>
|name = TEXT
|alias = TEXT
|affiliation = TEXT
|gender = TEXT
|status = TEXT
|relations = TEXT
}}