Module:GameInfo/doc

From Little Tail Wiki
Revision as of 08:43, 23 November 2024 by Meguumin (talk | contribs) (Created page with "{{GameInfo | headerstyle = (defaults to background-color:grey) | image = 300px | caption = Tail Concerto logo (IMAGE REQUIRED) | ("Info.") | releasedate = X | publisher = X | developer = X | systems = X | genre = X | numofplayers = X | rating = X }} The GameInfo infobox serves as a quick rundown of the article's featured videogame. Infoboxes are put together via Capiunto, which calls upon a Lua-based module....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:GameInfo

Lua error in Module:GameInfo at line 19: data must be either of type string or number.

The GameInfo infobox serves as a quick rundown of the article's featured videogame.

Infoboxes are put together via Capiunto, which calls upon a Lua-based module. This keeps infoboxes clean and easy to form as long as all required rows are present. Failure to fill all fields will throw an error over the page.

ALL FIELDS are required to be filled, including the image.

Usage

{{GameInfo
| headerstyle = (defaults to background-color:grey)
| image       = [[File:TailConcerto Logo.png|300px]]
| caption     =  Tail Concerto logo (IMAGE REQUIRED)
| ("Info.")
| releasedate = X
| publisher   = X
| developer   = X
| systems     = X
| genre       = X
| numofplayers = X
| rating      = X
}}