GTA Wiki
Register
Advertisement
GTA Wiki
19,723
pages


Documentation[]

The following code produces the fake infobox shown on the right:

{{Infobox character
|name           = 
|image          = 
|deimage        =
|ogimage        =
|caption        = 
|decaption      =
|ogcaption      =
|games          = 
|aka            = 
|status         = 
|gender         = 
|height         = 
|dob            = 
|pob            = 
|dod            = 
|home           = 
|nationality    = 
|family         = 
|affiliations   =  
|vehicles       = 
|weapons        = 
|businesses     = 
|voice          = 
|motion capture = 
|cellphone      =
|email          =
|bleeter        = 
|lifeinvader    = 
}}

Output example (single image/appearance)[]

Notes

Uses single image parameter

|image          = Unknown.png
|caption        = Character image caption

Output example (multiple game appearances)[]

Notes

Uses <gallery></gallery> image parameter

|image = <gallery>
Unknown.png|Date
UnseenCharacter.jpg|Date
</gallery>

No |caption parameter required (individual captions assigned within gallery)

Output example (With Definitive Edition/Original Version tabs)[]

Notes

Uses single deimage and ogimage parameters

	|deimage          = Unknown.png
	|decaption        = Character image caption
	|ogimage          = UnseenCharacter.jpg
	|ogcaption        = Character image caption

Can also be used with <gallery></gallery> as deimage and ogimage.

Advertisement