Please join this new Discord server!
Template:Infobox/doc
From Etrian Odyssey Wiki
Base template for creating infoboxes.
Usage
{{Infobox |width= |title={{{title|{{PAGENAME}}}}} |image= |param1= |value1= |param2= |value2= |param3= |value3= |param4= |value4= ... |paramN= |valueN= }}
- width: Width of the infobox, in a CSS-acceptable value (px, %, em, etc)
- title: Title of the infobox. You can leave this as it is above in most cases.
- image: Contents of the image section; can include image, caption, tabs, etc.
- param#: Name of the parameter. This appears in the left column of the infobox.
- value#: Value of the parameter. This appears in the right column. Should be a template parameter, e.g. {{{parameter_name}}}. Pipe the parameter (with no default value) to make it optional ({{{parameter_name|}}}).