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 |
||
Line 1: | Line 1: | ||
The | {{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. |
Revision as of 21:03, 19 February 2025
![]() 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.