Template:Infobox/doc: Difference between revisions
SirRandomage (talk | contribs) No edit summary |
SirRandomage (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
|Box title = | |Box title = | ||
|image = [[Image:Example.jpg|250px|Alternate text]] | |image = [[Image:Example.jpg|250px|Alternate text]] | ||
|caption = Image caption | |||
|Row 1 title = | |Row 1 title = | ||
|Row 1 info = | |Row 1 info = | ||
Line 35: | Line 36: | ||
;Notes: | ;Notes: | ||
* Keeping the '''Box Title''' empty will result in displaying '''No title''' | * Keeping the '''Box Title''' empty will result in displaying '''No title''' | ||
* If you don't want to display image, just keep ''' | * If you don't want to display image, just keep '''image''' empty. | ||
* | * No caption will be displayed unless there's an image also. | ||
* | * If you there is no value for both info and title of a given row, no rows past them will be displayed | ||
* | * Providing just the title or just the info will result in a row with a single cell. | ||
** Providing just the title will result in a section header specifically | |||
* Max row for information: 10 rows. | * Max row for information: 10 rows. | ||
Line 45: | Line 47: | ||
|Box title = Info Title | |Box title = Info Title | ||
|image = [[Image:Example.jpg|120px|A flower]] | |image = [[Image:Example.jpg|120px|A flower]] | ||
|Row 1 title = | |Row 1 title = Just the title | ||
|Row 1 info = | |Row 1 info = | ||
|Row 2 title = | |Row 2 title = | ||
|Row 2 info = | |Row 2 info = Just the info | ||
|Row 3 title = | |Row 3 title = Both title | ||
|Row 3 info = | |Row 3 info = And info | ||
}} | }} | ||
Complete Infobox:<br /> | Complete Infobox:<br /> | ||
Line 71: | Line 59: | ||
'''|'''Box title = Info Title<br /> | '''|'''Box title = Info Title<br /> | ||
'''|'''image = <nowiki>[[Image:Example.jpg|120px|A flower]]</nowiki><br /> | '''|'''image = <nowiki>[[Image:Example.jpg|120px|A flower]]</nowiki><br /> | ||
'''|'''Row 1 title = | '''|'''Row 1 title = Just the title<br /> | ||
'''|'''Row 1 info = | '''|'''Row 1 info = <br /> | ||
'''|'''Row 2 title = | '''|'''Row 2 title = <br /> | ||
'''|'''Row 2 info = | '''|'''Row 2 info = Just the info<br /> | ||
'''|'''Row 3 title = | '''|'''Row 3 title = Both the title<br /> | ||
'''|'''Row 3 info = | '''|'''Row 3 info = And info<br /> | ||
'''<nowiki>}}</nowiki>''' | '''<nowiki>}}</nowiki>''' | ||
</code> | </code> | ||
Line 180: | Line 154: | ||
|Row 3 title = Title row 3 | |Row 3 title = Title row 3 | ||
|Row 3 info = Info row 3 | |Row 3 info = Info row 3 | ||
|Row 5 title = Title row 5 | |Row 5 title = Title row 5 | ||
|Row 5 info = Info row 5 | |Row 5 info = Info row 5 | ||
Line 186: | Line 159: | ||
|Row 6 info = Info row 6 | |Row 6 info = Info row 6 | ||
}} | }} | ||
Infobox '''Image''' and ''' | Infobox '''Image''' and '''row 4''' omited:<br /> | ||
Result: Row 4, 5, and 6 will not be displayed.<br /> | Result: Row 4, 5, and 6 will not be displayed.<br /> | ||
<code> | <code> | ||
Line 197: | Line 170: | ||
'''|'''Row 3 title = Title row 3<br /> | '''|'''Row 3 title = Title row 3<br /> | ||
'''|'''Row 3 info = Info row 3<br /> | '''|'''Row 3 info = Info row 3<br /> | ||
'''|'''Row 5 title = Title row 5<br /> | '''|'''Row 5 title = Title row 5<br /> | ||
'''|'''Row 5 info = Info row 5<br /> | '''|'''Row 5 info = Info row 5<br /> |
Revision as of 14:09, 29 January 2012
- This template is newer than a similar one on the Starter Pages Wikia. This template may therefore have bug fixes or improvements when compared to the older version.
- Description
- This template produces an infobox-style template.
- You may want to copy and modify this to create a specific infobox (e.g. character infobox).
- This template requires parser functions to be enabled (Wikia default: on).
- Syntax
{{infobox |Box title = |image = [[Image:Example.jpg|250px|Alternate text]] |caption = Image caption |Row 1 title = |Row 1 info = |Row 2 title = |Row 2 info = |Row 3 title = |Row 3 info = |Row 4 title = |Row 4 info = |Row 5 title = |Row 5 info = |Row 6 title = |Row 6 info = |Row 7 title = |Row 7 info = |Row 8 title = |Row 8 info = |Row 9 title = |Row 9 info = |Row 10 title = |Row 10 info = }}
- Notes
- Keeping the Box Title empty will result in displaying No title
- If you don't want to display image, just keep image empty.
- No caption will be displayed unless there's an image also.
- If you there is no value for both info and title of a given row, no rows past them will be displayed
- Providing just the title or just the info will result in a row with a single cell.
- Providing just the title will result in a section header specifically
- Max row for information: 10 rows.
- Sample output
Info Title | |
---|---|
Just the info | |
Both title | And info |
Complete Infobox:
{{Infobox
|Box title = Info Title
|image = [[Image:Example.jpg|120px|A flower]]
|Row 1 title = Just the title
|Row 1 info =
|Row 2 title =
|Row 2 info = Just the info
|Row 3 title = Both the title
|Row 3 info = And info
}}
Info Title | |
---|---|
Title row 1 | Info row 1 |
Title row 2 | Info row 2 |
Title row 3 | Info row 3 |
Title row 4 | Info row 4 |
Title row 5 | Info row 5 |
Title row 6 | Info row 6 |
Title row 7 | Info row 7 |
Title row 8 | Info row 8 |
Title row 9 | Info row 9 |
Title row 10 | Info row 10 |
Infobox Image omitted :
{{Infobox
|Box title = Info Title
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
|Row 4 title = Title row 4
|Row 4 info = Info row 4
|Row 5 title = Title row 5
|Row 5 info = Info row 5
|Row 6 title = Title row 6
|Row 6 info = Info row 6
|Row 7 title = Title row 7
|Row 7 info = Info row 7
|Row 8 title = Title row 8
|Row 8 info = Info row 8
|Row 9 title = Title row 9
|Row 9 info = Info row 9
|Row 10 title = Title row 10
|Row 10 info = Info row 10
}}
Info Title | |
---|---|
Title row 1 | Info row 1 |
Title row 2 | Info row 2 |
Title row 3 | Info row 3 |
Infobox Image omitted and displaying only 3 rows of information:
{{Infobox
|Box title = Info Title
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
}}
Info Title | |
---|---|
Title row 1 | Info row 1 |
Title row 2 | Info row 2 |
Title row 3 | Info row 3 |
Title row 5 | Info row 5 |
Title row 6 | Info row 6 |
Infobox Image and row 4 omited:
Result: Row 4, 5, and 6 will not be displayed.
{{Infobox
|Box title = Info Title
|Row 1 title = Title row 1
|Row 1 info = Info row 1
|Row 2 title = Title row 2
|Row 2 info = Info row 2
|Row 3 title = Title row 3
|Row 3 info = Info row 3
|Row 5 title = Title row 5
|Row 5 info = Info row 5
|Row 6 title = Title row 6
|Row 6 info = Info row 6
}}