Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly>{| class="wikitable" style="float:right; margin-left:1em; width:22em; font-size:90%;" {{#if:{{{title|}}}|! colspan="2" style="text-align:center; background:#eee;..." |
|||
| Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" style="float:right; margin-left:1em; width:22em; font-size:90%;" | |||
{{#if:{{{title|}}}|! colspan="2" style="text-align:center; background:#eee; font-size:115%;" | {{{title}}} | |||
|-}} | |||
{{#if:{{{subtitle|}}}|! colspan="2" style="text-align:center; font-style:italic;" | {{{subtitle}}} | |||
|-}} | |||
{{#if:{{{Manufacturer|}}}|! Manufacturer | |||
| {{{Manufacturer}}} | |||
|-}} | |||
{{#if:{{{Model|}}}|! Model | |||
| {{{Model}}} | |||
|-}} | |||
{{#if:{{{Era|}}}|! Era | |||
| {{{Era}}} | |||
|-}} | |||
{{#if:{{{Output|}}}|! Output | |||
| {{{Output}}} | |||
|-}} | |||
{{#if:{{{Control|}}}|! Control | |||
| {{{Control}}} | |||
|-}} | |||
{{#if:{{{Image|}}}|! colspan="2" style="text-align:center;" | [[File:{{{Image}}}|220px]] | |||
|-}} | |||
|}</includeonly><noinclude> | |||
<includeonly>{| class="wikitable" style="float:right; margin-left:1em; width:22em; font-size:90%;" | <includeonly>{| class="wikitable" style="float:right; margin-left:1em; width:22em; font-size:90%;" | ||
{{#if:{{{title|}}}|! colspan="2" style="text-align:center; background:#eee; font-size:115%;" | {{{title}}} | {{#if:{{{title|}}}|! colspan="2" style="text-align:center; background:#eee; font-size:115%;" | {{{title}}} | ||
Latest revision as of 03:50, 26 April 2026
Usage
{{Infobox
| title = Device name
| subtitle = Optional subtitle
| Manufacturer = ...
| Model = ...
| Era = ...
| Output = ...
| Control = ...
| Image = filename.jpg (optional)
}}