Difference between revisions of "Template:Infobox"
From collargoggle codex
Kimpegasus (talk | contribs) |
Kimpegasus (talk | contribs) m |
||
| Line 1: | Line 1: | ||
<table class="infobox"> | <table class="infobox"> | ||
{{#if: {{{title|}}} | {{#if: {{{title|}}} | ||
| − | | <caption class=" | + | | <caption class="infobox_title">{{{title}}}</caption> |
}} | }} | ||
{{#if: {{{subtitle|}}} | {{#if: {{{subtitle|}}} | ||
| − | | <tr>< | + | | <tr><th class"infobox_subtitle" colspan="2">{{{subtitle}}}</th></tr> |
}} | }} | ||
{{#if: {{{image|}}} | {{#if: {{{image|}}} | ||
| − | | <tr><td class=" | + | | <tr><td class="infobox_image" colspan="2">[[File:{{{image}}}|300px|frameless]]</td></tr> |
}} | }} | ||
{{#if: {{{image_caption|}}} | {{#if: {{{image_caption|}}} | ||
| − | | <tr><td class=" | + | | <tr><td class="infobox_caption" colspan="2">{{{image_caption}}}</td></tr> |
}} | }} | ||
{{Infobox/Row | {{{heading1|}}} | {{{key1|}}} | {{{value1|}}} | color={{{color|gray}}} }} | {{Infobox/Row | {{{heading1|}}} | {{{key1|}}} | {{{value1|}}} | color={{{color|gray}}} }} | ||
Revision as of 12:35, 1 May 2021
- This documentation is transcluded from Template:Infobox/doc and needs to be edited separately.