Module:RoboInfo/doc: Difference between revisions

From Little Tail Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 17: Line 17:


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.
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.
==Usage==
<pre>{{RoboInfo
| headerstyle = (defaults to background-color:grey)
| image      = [[File:Waffle.png|200px]]
| caption    = An example image (IMAGE REQUIRED)
| ("Bio.")
| jpname              = Optional
| romanname          = Optional
| namesake            = Optional
| pilot              = Optional
| creator            = Optional
| firstappearance    = Optional
| lastappearance      = Optional
}}</pre>

Latest revision as of 21:05, 19 February 2025

Module:RoboInfo/doc

An example image (IMAGE REQUIRED)
Info.
Japanese Name Optional
Romanized Name Optional
Namesake Optional
Pilot Optional
Creator Optional
First Appearance Optional
Last Appearance Optional

The RoboInfo infobox is dedicated to quickly listing off basic information about the article's featured Robo/mecha.

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.

Usage

{{RoboInfo
| headerstyle = (defaults to background-color:grey)
| image       = [[File:Waffle.png|200px]]
| caption     = An example image (IMAGE REQUIRED)
| ("Bio.")
| jpname              = Optional
| romanname           = Optional
| namesake            = Optional
| pilot               = Optional
| creator             = Optional
| firstappearance     = Optional
| lastappearance      = Optional
}}