Template:Infobox aircraft: Difference between revisions

m
removed features. Need to find a better way for that.
mNo edit summary
m (removed features. Need to find a better way for that.)
Line 35: Line 35:
{{#if:{{{download|}}}|
{{#if:{{{download|}}}|
{{!}} colspan="8" style="text-align: center;" {{!}} '''[{{{download}}} Download]'''  }}
{{!}} colspan="8" style="text-align: center;" {{!}} '''[{{{download}}} Download]'''  }}
|-
! colspan="8" style="text-align: center; background-color: #0f7a71; color: white;" | Features
|-
{{#if:{{{3dcockpit|<noinclude>x</noinclude>}}}|
{{!}} {{!}}  3D Cockpit }}
{{!}} style="background-color: {{{3dcockpit}}}; color: white;" width="20px" {{!}}
|-
{{#if:{{{animations|<noinclude>x</noinclude>}}}|
{{!}} {{!}}  Animations }}
{{!}} style="background-color: {{{animations}}}; color: white; align:right;" width="20px" {{!}}
|-
{{#if:{{{carrier|<noinclude>x</noinclude>}}}|
{{!}} {{!}}  Carrier }}
{{!}} style="background-color: {{{carrier}}}; color: white; align:right;" width="20px" {{!}}
|-
{{#if:{{{liverysupport|<noinclude>x</noinclude>}}}|
{{!}} {{!}}  Livery support }}
{{!}} style="background-color: {{{liverysupport}}}; color: white; align:right;" width="20px" {{!}}
|-
{{#if:{{{tutorials|<noinclude>x</noinclude>}}}|
{{!}}  {{!}}  Tutorials }}
{{!}}  style="background-color: {{{tutorials}}}; color: white;" width="20px" {{!}}
|}
|}


<noinclude>
<noinclude>
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.
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.
Features should be set to red (if unavailable) or green (if available).


<pre>
<pre>
Line 76: Line 52:
|fgname =
|fgname =
|download =
|download =
|3dcockpit =
|animations =
|carrier =
|liverysupport =
|tutorials =
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>