User talk:Wkitty42: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (→‎Using Template:Convert: demo how to do code tags)
Line 6: Line 6:
while looking at the [[Lockheed_Martin_F-35B_Lightning_II]], i noted the use of units that we could automatically have converted for us using the [https://en.wikipedia.org/wiki/Template:Convert convert template] from wikipedia... i'm assuming that we can do that, right? so below is an example of how it would be used and how it would look... i've left the original entry in place for final result comparison...
while looking at the [[Lockheed_Martin_F-35B_Lightning_II]], i noted the use of units that we could automatically have converted for us using the [https://en.wikipedia.org/wiki/Template:Convert convert template] from wikipedia... i'm assuming that we can do that, right? so below is an example of how it would be used and how it would look... i've left the original entry in place for final result comparison...


<nowiki>
<syntaxhighlight>
=== Performance Data ===
=== Performance Data ===
* '''Maximum Speed:''' 1,200 mph {{convert|1200|mph|kt|abbr=on}}
* '''Maximum Speed:''' 1,200 mph {{convert|1200|mph|kt|abbr=on}}
Line 12: Line 12:
* '''Service Ceiling:''' 60,000 ft {{convert|60000|ft|m|abbr=on}}
* '''Service Ceiling:''' 60,000 ft {{convert|60000|ft|m|abbr=on}}
* '''Range:''' 1,200 mi {{convert|1200|mi|km|abbr=on}}
* '''Range:''' 1,200 mi {{convert|1200|mi|km|abbr=on}}
</nowiki>
</syntaxhighlight>


::=== Performance Data ===
::=== Performance Data ===
Line 23: Line 23:
side note: i wish i could figure out how to do code tags like on the forum :(  
side note: i wish i could figure out how to do code tags like on the forum :(  
[[User:Wkitty42|Wkitty42]] ([[User talk:Wkitty42|talk]]) 15:38, 5 September 2017 (EDT)
[[User:Wkitty42|Wkitty42]] ([[User talk:Wkitty42|talk]]) 15:38, 5 September 2017 (EDT)
<syntaxhighlight>
{{convert|60000|ft|m|abbr=on}}
</syntaxhighlight>

Revision as of 20:53, 5 September 2017

Welcome

this is my talk page. be nice. Wkitty42 (talk) 08:53, 21 April 2016 (EDT)

Using Template:Convert

while looking at the Lockheed_Martin_F-35B_Lightning_II, i noted the use of units that we could automatically have converted for us using the convert template from wikipedia... i'm assuming that we can do that, right? so below is an example of how it would be used and how it would look... i've left the original entry in place for final result comparison...

=== Performance Data ===
* '''Maximum Speed:''' 1,200 mph {{convert|1200|mph|kt|abbr=on}}
* '''Rate of climb:''' classified
* '''Service Ceiling:''' 60,000 ft {{convert|60000|ft|m|abbr=on}}
* '''Range:''' 1,200 mi {{convert|1200|mi|km|abbr=on}}
=== Performance Data ===


side note: i wish i could figure out how to do code tags like on the forum :( Wkitty42 (talk) 15:38, 5 September 2017 (EDT)