FlightGear wiki:Writing about aircraft: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (Johan G moved page Howto:Create a wiki aircraft page to FlightGear wiki:Writing about aircraft: See discussion page)
(+ Template:Wiki help navbar; +- Section headings, headings are link anchors and should be unique, etc; +- Rewriting section "Introduction" into "lead section" (as in the other help pages); +- using both code and nowiki tags for inline wiki markup examples)
Line 1: Line 1:
The so called ''aircraft pages'' on the wiki are used to introduce the [[:Category:Controllable craft|controllable craft]] to new FlightGear users — including [[:Category:All aircraft|aircraft]], [[:Category:All spacecraft|spacecraft]], [[:Category:All seacraft|seacraft]], and [[:Category:All vehicles|vehicles]] — as well as serve as an easy to read reference for experienced users.
{{Wiki help navbar}}
 
The '''aircraft articles''' on the wiki are used to introduce the [[:Category:Controllable craft|controllable craft]] to new FlightGear users — including [[:Category:All aircraft|aircraft]], [[:Category:All spacecraft|spacecraft]], [[:Category:All seacraft|seacraft]], and [[:Category:All vehicles|vehicles]] — as well as serve as an easy to read reference for experienced users.


== Aircraft infobox ==
== Aircraft infobox ==
The main and very first element of the craft pages is the {{tl|infobox aircraft}} template.  This provides a large amount of information about the FlightGear craft, including:
The main and very first element of the craft pages is the {{tl|infobox aircraft}} template.  This provides a large amount of information about the FlightGear craft, including:


Line 20: Line 21:
* The craft category ([[:Category:All aircraft|aircraft]], [[:Category:All spacecraft|spacecraft]], [[:Category:All seacraft|seacraft]], [[:Category:All vehicles|vehicle]]).
* The craft category ([[:Category:All aircraft|aircraft]], [[:Category:All spacecraft|spacecraft]], [[:Category:All seacraft|seacraft]], [[:Category:All vehicles|vehicle]]).


=== Subpages ===
=== Aircraft infobox subpage ===
 
To help with translations — so that there is only a single aircraft infobox used for the different language pages of the craft — subpages and transclusion should be used.  Please see the comprehensive documentation at {{tl|Infobox aircraft#Translations - using subpages}}.  To summarise, the first text of the default English article should be:
To help with translations — so that there is only a single aircraft infobox used for the different language pages of the craft — subpages and transclusion should be used.  Please see the comprehensive documentation at {{tl|Infobox aircraft#Translations - using subpages}}.  To summarise, the first text of the default English article should be:


Line 30: Line 30:
If the aircraft infobox subpage does not already exist, an edit link to the subpage will be added to the article.
If the aircraft infobox subpage does not already exist, an edit link to the subpage will be added to the article.


== Lower case first letter ==
== If the first title letter is lowercase ==
 
Some craft, for example the [[de Havilland Canada DHC-6 Twin Otter]], begin with a lower case letter.  To handle this, the very first text on the page should be the {{tl|lowercase title}} template.  For ideal spacing, it should be on the same line as the aircraft infobox transclusion:
Some craft, for example the [[de Havilland Canada DHC-6 Twin Otter]], begin with a lower case letter.  To handle this, the very first text on the page should be the {{tl|lowercase title}} template.  For ideal spacing, it should be on the same line as the aircraft infobox transclusion:


Line 38: Line 37:
</syntaxhighlight>
</syntaxhighlight>


== Introductory text ==
== The lead section ==
The lead section should not have a section heading - that will place it at the top of the article above the automatically generated TOC (table of contents).


The introduction should describe the physical craft as well as some basic information about the craft as developed for FlightGear.  This text should not be within a wiki section - that will allow for the automatically generated TOC (table of contents) to be placed below it.
The name of the aircraft should be bold and in the beginning of the first sentence, for example <code><nowiki>The '''de Havilland Canada DHC-6 Twin Otter''' is a...</nowiki></code>.  The first section should describe the physical craft as well as some basic information about the craft as developed for FlightGear.


== Keytable ==
== Keytable ==
For reference, the keyboard shortcuts for the craft should be tabulated.  For this, a wiki table with the "keytable" class is used together with the {{tl|key press}} template.  For example:
For reference, the keyboard shortcuts for the craft should be tabulated.  For this, a wiki table with the "keytable" class is used together with the {{tl|key press}} template.  For example:


Line 73: Line 72:


== Reviews ==
== Reviews ==
Some users like to perform reviews of the FlightGear craft, and this information can be quite useful for new users.  This should be placed below the craft information in its own <code><nowiki>== Review ==</nowiki></code> section.  The {{tl|date}} template can be placed at the start of the review text - the date stamp will allow the reader to check if the review matches the current craft.


Some users like to perform reviews of the FlightGear craft, and this information can be quite useful for new users.  This should be placed below the craft information in its own '''<nowiki>== Review ==</nowiki>''' section.  The {{tl|date}} template can be placed at the start of the review text - the date stamp will allow the reader to check if the review matches the current craft.
=== Review subpages ===
 
=== Subpages ===
 
For those feeling ambitious, the review text could even be placed in a wiki subpage.  So in [[Piper PA-32]], for example, the main article could be structured as:
For those feeling ambitious, the review text could even be placed in a wiki subpage.  So in [[Piper PA-32]], for example, the main article could be structured as:


Line 118: Line 115:
</syntaxhighlight>
</syntaxhighlight>


Note the different heading levels ('''==''' vs. '''===''').  A signature or name attached to the review text is not necessary, as that is clearly visible in the history (especially when the review is encapsulated in a subpage).  Eventually a template for standardising the review subpage could be created (that would contain the date, text, and navbar elements).
Note the different heading levels (<code><nowiki>==</nowiki></code> vs. <code><nowiki>===</nowiki></code>).  A signature or name attached to the review text is not necessary, as that is clearly visible in the history (especially when the review is encapsulated in a subpage).  Eventually a template for standardising the review subpage could be created (that would contain the date, text, and navbar elements).


In the above example, the following MediaWiki code uses the {{tl|navbar}} template to add view, talk page, and edit links to the end of the review text:
In the above example, the following MediaWiki code uses the {{tl|navbar}} template to add view, talk page, and edit links to the end of the review text:
Line 131: Line 128:


== Gallery ==
== Gallery ==
 
The best way to show off the craft is to create a gallery of awesome screenshots.  This is placed in its own <code><nowiki>== Gallery ==</nowiki></code> section near the bottom of the article.  These can be [[Special:UploadWizard|uploaded to the wiki]], and then linked to using the &lt;gallery&gt; tag.  For example, from the [[Cessna 172P]]:
The best way to show off the craft is to create a gallery of awesome screenshots.  This is placed in its own '''<nowiki>== Gallery ==</nowiki>''' section near the bottom of the article.  These can be [[Special:UploadWizard|uploaded to the wiki]], and then linked to using the &lt;gallery&gt; tag.  For example, from the [[Cessna 172P]]:


<syntaxhighlight lang="moin">
<syntaxhighlight lang="moin">
Line 153: Line 149:


== Additional sections ==
== Additional sections ==
Feel free to create new sections as required for documenting the craft.
Feel free to create new sections as required for documenting the craft.


== Manufacturer navigation templates ==
== Manufacturer navigation templates ==
For those craft built by well known manufactures, search for and add the corresponding [[:Category:Manufacturer navigation templates|Manufacturer navigation template]] to the bottom of the craft page.  For example for Cessna aircraft, use:
For those craft built by well known manufactures, search for and add the corresponding [[:Category:Manufacturer navigation templates|Manufacturer navigation template]] to the bottom of the craft page.  For example for Cessna aircraft, use:



Revision as of 13:05, 23 May 2019


The aircraft articles on the wiki are used to introduce the controllable craft to new FlightGear users — including aircraft, spacecraft, seacraft, and vehicles — as well as serve as an easy to read reference for experienced users.

Aircraft infobox

The main and very first element of the craft pages is the {{infobox aircraft}} template. This provides a large amount of information about the FlightGear craft, including:

  • Craft name.
  • The optional hangar the craft belongs to.
  • 1 or 2 ideal screenshots (or a splash screen) of the craft.
  • The craft type, configuration, propulsion and manufacturer information.
  • The author list.
  • FDM type.
  • The command line name of the craft.
  • The development status.
  • The ready icons that some craft developers like to use.
  • The development hanger (e.g. if the craft from a 3rd party hangar is hosted in FGAddon), development website, and development repository.
  • A download link.
  • Livery database and forum thread links.
  • Licensing information.
  • The craft category (aircraft, spacecraft, seacraft, vehicle).

Aircraft infobox subpage

To help with translations — so that there is only a single aircraft infobox used for the different language pages of the craft — subpages and transclusion should be used. Please see the comprehensive documentation at {{Infobox aircraft#Translations - using subpages}}. To summarise, the first text of the default English article should be:

{{:{{PAGENAME}}/info}}

If the aircraft infobox subpage does not already exist, an edit link to the subpage will be added to the article.

If the first title letter is lowercase

Some craft, for example the de Havilland Canada DHC-6 Twin Otter, begin with a lower case letter. To handle this, the very first text on the page should be the {{lowercase title}} template. For ideal spacing, it should be on the same line as the aircraft infobox transclusion:

{{lowercase title}}{{:{{PAGENAME}}/info}}

The lead section

The lead section should not have a section heading - that will place it at the top of the article above the automatically generated TOC (table of contents).

The name of the aircraft should be bold and in the beginning of the first sentence, for example The '''de Havilland Canada DHC-6 Twin Otter''' is a.... The first section should describe the physical craft as well as some basic information about the craft as developed for FlightGear.

Keytable

For reference, the keyboard shortcuts for the craft should be tabulated. For this, a wiki table with the "keytable" class is used together with the {{key press}} template. For example:

{| class="keytable"
! Key
! Function
|-
| {{key press|c}}
| Show/hide cockpit.
|-
| {{key press|Ctrl|w}}
| Center nose wheel.
|}

This results in:

Key Function
c Show/hide cockpit.
Ctrl+w Center nose wheel.

Reviews

Some users like to perform reviews of the FlightGear craft, and this information can be quite useful for new users. This should be placed below the craft information in its own == Review == section. The {{date}} template can be placed at the start of the review text - the date stamp will allow the reader to check if the review matches the current craft.

Review subpages

For those feeling ambitious, the review text could even be placed in a wiki subpage. So in Piper PA-32, for example, the main article could be structured as:

{{:{{PAGENAME}}/info}}

<!-- introduction text -->

== Review ==
{{:{{PAGENAME}}/review}}

== V Speeds ==
<!-- info -->

== Gallery ==
<gallery mode="packed">
<!-- screenshots -->
</gallery>

Then the subpage Piper PA-32/review could be created with the structure:

{{date|2016|10|16}}

=== The Model ===
<!-- text -->

=== Interior ===
<!-- text -->

=== Flying ===
<!-- text -->

=== Improvements needed ===
<!-- text -->

<div style="text-align: right">{{navbar|:{{#titleparts: {{PAGENAME}} | | -1}}/review|text=This review:}}</div>

Note the different heading levels (== vs. ===). A signature or name attached to the review text is not necessary, as that is clearly visible in the history (especially when the review is encapsulated in a subpage). Eventually a template for standardising the review subpage could be created (that would contain the date, text, and navbar elements).

In the above example, the following MediaWiki code uses the {{navbar}} template to add view, talk page, and edit links to the end of the review text:

<div style="text-align: right">{{navbar|:{{#titleparts: {{PAGENAME}} | | -1}}/review|text=This review:}}</div>

To produce:

Gallery

The best way to show off the craft is to create a gallery of awesome screenshots. This is placed in its own == Gallery == section near the bottom of the article. These can be uploaded to the wiki, and then linked to using the <gallery> tag. For example, from the Cessna 172P:

<gallery mode="packed">
c172p-preview5.jpg|Cessna 172P high over Italy
c172p-preview7.jpg|PT-IAO on a soft dirt runway 
c172p-preview0.jpg|Panel view, about to take off
</gallery>

This results in:

Alternatively the {{gallery}} template can be used, though this has been made redundant by the far more flexible MediaWiki <gallery> tag.

Additional sections

Feel free to create new sections as required for documenting the craft.

Manufacturer navigation templates

For those craft built by well known manufactures, search for and add the corresponding Manufacturer navigation template to the bottom of the craft page. For example for Cessna aircraft, use:

{{cessna}}

To add the following {{navbox}}:

If the craft is not listed in the manufacturer navigation template yet, click on the "E" editing link in the navbox.