Module:CharaInfo/doc: Difference between revisions

From Little Tail Wiki
Jump to navigationJump to search
Created page with "{{CharaInfo | headerstyle = (defaults to background-color:grey) | image = 200px | caption = An example image (IMAGE REQUIRED) | ("Bio.") | age = Optional | gender = Optional | species = Optional | namesake = Optional | height = Optional | relatives = Optional | residence = Optional | mecha = Optional | weapclass = Optional | vehicle = Optional | voiceactor = Optional }} The CharaInfo infobox is dedicated..."
 
No edit summary
 
Line 48: Line 48:
}}
}}
</pre>
</pre>
<noinclude>[[Category:Module documentation]]</noinclude>

Latest revision as of 03:42, 6 February 2025

Module:CharaInfo/doc

An example image (IMAGE REQUIRED)
Info.
Age Optional
Gender Optional
Species Optional
Namesake Optional
Height Optional
Relatives Optional
Residence Optional
Mecha Optional
Weapon Class Optional
Vehicle Optional
Voice Actor Optional


The CharaInfo infobox is dedicated to quickly listing off basic information about the article's featured character.

Infoboxes are put together via Capiunto, which calls upon a Lua-based module. This keeps infoboxes clean and easy to form.

In source editor, excluding any optional row will make that row not render. Leaving out any required fields will throw an error over the page. HTML tags can be used within the infobox if necessary.

Specific Rows

Some rows are specifically made for certain characteristics that not all characters share.

Mecha - For those who possess Robos or other mechas as seen in Tail Concerto or Solatorobo.
Weapon Class - Refers to Fuga's weapon class system. Applies to all playable crew mates.
Vehicle - Specifically for characters in Fuga who commandeer tanks, military aircraft, etc..

Usage

{{CharaInfo
| headerstyle = (defaults to background-color:grey)
| image       = [[File:Waffle.png|200px]]
| caption     = An example image (IMAGE REQUIRED)
| ("Bio.")
| age         = Optional
| gender      = Optional
| species     = Optional
| namesake    = Optional
| height      = Optional
| relatives   = Optional
| residence   = Optional
| mecha		  = Optional
| weapclass   = Optional
| vehicle	  = Optional
| voiceactor  = Optional
}}