Template:Infobox aircraft: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{| style="background: white; width: 260px; font-size: 90%; text-align: left; border: 1px silver solid; border-collapse: collapse; margin-left:1em;" cellpadding="3" border="1" align="right"
{| style="background: white; width: 260px; font-size: 90%; text-align: left; border: 1px silver solid; border-collapse: collapse; margin-left:1em;" cellpadding="3" border="1" align="right"
! colspan="6" style="text-align: center; background-color: #0f7a71; color: white; font-size: larger;" | {{{name}}}
! colspan="7" style="text-align: center; background-color: #0f7a71; color: white; font-size: larger;" | {{{name}}}
|-
|-
{{#if:{{{image|<noinclude>x</noinclude>}}}|
{{#if:{{{image|<noinclude>x</noinclude>}}}|
! colspan="6" {{!}} <center>[[Image:{{{image|}}}|{{{width|270px}}}|{{{alt|}}}]]<br/><small>{{{alt|}}}</small></center>|}}
! colspan="7" {{!}} <center>[[Image:{{{image|}}}|{{{width|270px}}}|{{{alt|}}}]]<br/><small>{{{alt|}}}</small></center>|}}
|-
|-
{{#if:{{{type|<noinclude>x</noinclude>}}}|
{{#if:{{{type|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  Type
{{!}} colspan="2"  {{!}}  Type
{{!}} colspan="5"  {{!}} {{{type|}}} }}
{{!}} colspan="6"  {{!}} {{{type|}}} }}
|-
|-
{{#if:{{{livery|<noinclude>x</noinclude>}}}|
{{#if:{{{livery|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  Livery
{{!}} colspan="2"  {{!}}  Livery
{{!}} colspan="5"  {{!}} {{{livery|}}} }}
{{!}} colspan="6"  {{!}} {{{livery|}}} }}
|-
|-
{{#if:{{{authors|<noinclude>x</noinclude>}}}|
{{#if:{{{authors|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  Author(s)
{{!}} colspan="2"  {{!}}  Author(s)
{{!}} colspan="5"  {{!}} {{{authors|}}} }}
{{!}} colspan="6"  {{!}} {{{authors|}}} }}
|-
|-
{{#if:{{{status|<noinclude>x</noinclude>}}}|
{{#if:{{{status|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  Status
{{!}} colspan="2"  {{!}}  Status
{{!}} colspan="5"  {{!}} {{{status}}} }}
{{!}} colspan="6"  {{!}} {{{status}}} }}
|-
|-
{{#if:{{{version|<noinclude>x</noinclude>}}}|
{{#if:{{{version|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  Version
{{!}} colspan="2"  {{!}}  Version
{{!}} colspan="5"  {{!}} {{{version}}} }}
{{!}} colspan="6"  {{!}} {{{version}}} }}
|-
|-
{{#if:{{{fdm|<noinclude>x</noinclude>}}}|
{{#if:{{{fdm|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}} [[FDM]]
{{!}} colspan="2"  {{!}} [[FDM]]
{{!}} colspan="5"  {{!}} {{{fdm|}}} }}
{{!}} colspan="6"  {{!}} {{{fdm|}}} }}
|-
|-
{{#if:{{{fgname|<noinclude>x</noinclude>}}}|
{{#if:{{{fgname|<noinclude>x</noinclude>}}}|
{{!}} colspan="2"  {{!}}  --aircraft
{{!}} colspan="2"  {{!}}  --aircraft
{{!}} colspan="5"  {{!}} {{{fgname}}} }}
{{!}} colspan="6"  {{!}} {{{fgname}}} }}
|-
|-
{{#if:{{{download|}}}|
{{#if:{{{download|}}}|
{{!}} colspan="6" style="text-align: center;" {{!}} '''[{{{download}}} Download]'''  }}
{{!}} colspan="7" style="text-align: center;" {{!}} '''[{{{download}}} Download]'''  }}
|-
|-
! colspan="6" style="text-align: center; background-color: #0f7a71; color: white;" | Features
! colspan="7" style="text-align: center; background-color: #0f7a71; color: white;" | Features
|-
|-
{{#if:{{{3dcockpit|<noinclude>x</noinclude>}}}|
{{#if:{{{3dcockpit|<noinclude>x</noinclude>}}}|

Revision as of 16:15, 24 October 2008

{{{name}}}
[[Image:|270px|]]
Type
Livery
Author(s)
Status {{{status}}}
Version {{{version}}}
FDM
--aircraft {{{fgname}}}
Features
3D Cockpit
Animations
Carrier


To use this infobox, simply add the following piece of code at the top of your article. You do not have to fill in all the forms. If one is empty, it won't be shown. Just add as much information as you can find. Check other articles to see how everything works and should look.

{{infobox Aircraft
|image =
|name =
|type =
|livery =
|authors =
|status =
|version =
|fdm =
|3dcockpit =
|carrier =
|fgname =
|download =
}}