Module:RoboInfo/doc: Difference between revisions

From Little Tail Wiki
Jump to navigationJump to search
Created page with "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."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The CharaInfo infobox is dedicated to quickly listing off basic information about the article's featured character.
{{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
}}
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.
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.
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
}}