Template:Infobox: Difference between revisions
From Vintage Story Wiki
mNo edit summary |
m (Replaced content with "<includeonly>{{#invoke:Infobox|infobox |title={{{title|}}} |image={{{image|}}} |imageSize={{{imageSize|}}} |rows={{{rows|}}}}}</includeonly> <noinclude>{{doc}}</noinclude>") Tag: Replaced |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#invoke:Infobox|infobox | ||
|title={{{title|}}} | |||
|image={{{image|}}} | |||
|imageSize={{{imageSize|}}} | |||
|rows={{{rows|}}}}}</includeonly> | |||
<noinclude>{{doc}}</noinclude> | <noinclude>{{doc}}</noinclude> |
Revision as of 20:19, 17 August 2022
[view | edit | history | purge this page]Documentation
This template uses Module:Infobox, a script written in Lua.
This template serves as the base for any infobox templates, providing a customizable layout to build off of. Each row is created using Template:Infobox row.
Usage
{{Infobox |title = Infobox title |subtitle = Optional subtitle |image = An image to display beneath the title |align = Whether or not to align this infobox to the left |rows = Rows of content, use {{Infobox row}} |titlestyle = Optional title bar CSS |css = Optional main infobox CSS }}
Parameter | Description | Type | Required |
---|---|---|---|
title | The title shown at the top of the infobox | String | yes |
subtitle | A smaller subtitle shown below the title box | String | no |
image | An image to be displayed beneath the title bar | File | no |
align | Override to align this infobox differently | CSS | no |
rows | Rows of content | Content | yes |
titlestyle | Optional CSS to be added to the title bar's style | CSS | no |
css | Optional CSS to be applied to the entire infobox's style | CSS | no |
Example
Code | Result |
---|---|
{{Infobox |title = Infobox |image = Move_arrows |rows = {{Infobox row | Label | Field}} }} |
[view | edit | history | purge this page]The above documentation is transcluded from Template:Infobox/doc.