Module:GameInfo/doc: Difference between revisions

From Little Tail Wiki
Jump to navigationJump to search
Created page with "{{GameInfo | headerstyle = (defaults to background-color:grey) | image = 200px | caption = Tail Concerto logo (IMAGE REQUIRED) | ("Info.") | developers = Optional | publishers = Optional | directors = Optional | producers = Optional | designers = Optional | artists = Optional | writers = Optional | composers = Optional | platforms = Optional | genre = Optional | numplayers = Optional | rating = Optional | releasedates = Optional..."
 
No edit summary
Line 1: Line 1:
{{GameInfo
{{GameInfo
| title      = Game title
| headerstyle = (defaults to background-color:grey)
| headerstyle = (defaults to background-color:grey)
| image      = [[File:TailConcerto Logo.png|200px]]
| image      = [[File:TailConcerto Logo.png|200px]]
Line 27: Line 28:
<pre>
<pre>
{{GameInfo
{{GameInfo
| title      = Game title (required)
| headerstyle = (defaults to background-color:grey)
| headerstyle = (defaults to background-color:grey)
| image      = [[File:TailConcerto Logo.png|200px]]
| image      = [[File:TailConcerto Logo.png|200px]]

Revision as of 18:54, 2 March 2025

Game title

Tail Concerto logo (IMAGE REQUIRED)
Info.
Developer(s) Optional
Publisher(s) Optional
Producer(s) Optional
Director(s) Optional
Designer(s) Optional
Artist(s) Optional
Writer(s) Optional
Composer(s) Optional
Platform(s) Optional
Genre Optional
Number of Players Optional
Rating Optional
Release Date(s) Optional
Website Optional


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 anything marked as required is filled. Failure to fill what's required will throw an error over the page.

Usage

{{GameInfo
| title       = Game title (required)
| headerstyle = (defaults to background-color:grey)
| image       = [[File:TailConcerto Logo.png|200px]]
| caption     =  Tail Concerto logo (IMAGE REQUIRED)
| ("Info.")
| developers = Optional
| publishers = Optional
| directors = Optional
| producers = Optional
| designers = Optional
| artists = Optional
| writers = Optional
| composers = Optional
| platforms = Optional
| genre = Optional
| numplayers = Optional
| rating = Optional
| releasedates = Optional
| website = Optional
}}