Template:Xeno infobox

From Little-Known Galaxy Wiki
Jump to navigation Jump to search
Template-info.svg Documentation Edit this documentation at Template:Xeno_infobox/doc.

Infobox for xenos in the game

Related Modules, Templates, or Tables:

Syntax

{{Xeno infobox
<!-- These items are only needed if override from default is appropriate. -->
|name        = Item name (default is PAGENAME)
|image       = Image name.png (default is PAGENAME.png)
|description = Description (default uses the description template and PAGENAME)

<!-- These should be applicable to nearly every item -->
|eggSell   = Sell value of the xeno egg. (integer)
|babySell  = Sell value of the xeno baby. (integer)
|teenSell  = Sell value of the xeno teen. (integer)
|adultSell = Sell value of the xeno adult. (integer)
|produces  = List of items this xeno produces. Use ";" to separate products. (plain text string)
}}

Examples

Mystic_Ratite
Mystic Ratite.png
Item Information
Item Type Xeno
Produces
Merchant Information
Egg Sell 250 Credits.png
Baby Sell 225 Credits.png
Teen Sell 350 Credits.png
Adult Sell 700 Credits.png
{{Xeno infobox
|eggSell   = 250
|babySell  = 225
|teenSell  = 350
|adultSell = 700
|produces  = Animal feather; Mystic feather }}

This template adds rows to the table "Xenos", which is declared by the template Xeno infobox/Cargo declare. View table.