Difference between revisions of "Game Design Ideas Measurements Metrics in Drafting"

From ShieldKings Wiki
Jump to: navigation, search
(Created page with "A complete article on Game Design and Measurements. '''Area:''' 15 km x 15 km = 225km sq link= Colour Text: Code: '''<span style="color:#0066...")
 
m
Line 15: Line 15:
  
  
== Scale ==
+
'''Note: <span style="color:#FF0000">ADD</span>'''
* [[Game_Design_Ideas_Measurements_Hârn_Paper_Scale|Hârn Paper Scale]]
+
* A
+
** A
+
  
  
== Map Types used by Hârn ==
+
== [[Game_Design_Ideas_Measurements_Hârn_Paper_Scale#Paper_Sizes|Paper Sizes]] ==
The toolkit may be used to assist in the drawing of color regional maps, atlas maps, and local maps, as well as black and white interior maps in a style similar to that used for the Hârn roleplaying world.
+
  
* Regional Maps: (1 cm = 12.5 miles = 12.5 miles = 20 km = 5 Hârnic Leagues = 1 hex)
+
Metrics affects all aspects of drafting, from paper and pen sizes, to dimensioning practices.
* Atlas Maps:    (8 cm = 12.5 miles)
+
* Local Maps:    (1 mm = 10 feet)
+
* Interior Maps: (1 mm = 1 foot)
+
** Make this into a table: Matrix of all measurements & number amounts.
+
  
* A Hârnic League is 2.5 miles (4 km)
+
This section is intended to give an overall understanding of modern metric practices when it comes to drafting.
** League = 2.5 miles
+
  
 +
Whether the drawings are the product of manual drafting techniques or CAD, the standards are still the same.
  
=== Taken from Wilderness Survival Guide ===
 
==== Zones ====
 
* Make into table
 
Arctic      90-66  000 255 255
 
Subarctic    65-51  000 000 255
 
Temperate    50-31 
 
Subtropical  30-16 
 
Tropical    15- 0 
 
Subtropical  30-16 
 
Temperate    50-31 
 
Subarctic    51-65 
 
Arctic      66-90 
 
  
 +
Paper Sizes Click here for information on metric and non-metric paper sizes.
 +
Drawing Sheet Layout Click here for information on standard drawing sheet layouts.
 +
Pen Sizes and Line Types Click here for information on metric pen sizes and line types.
 +
Scales Click here for information on the scales used under the metric system.
 +
Dimensioning Click here for information on how to correctly label dimensions on your drawings.
  
,498.46851
 
  
 
+
=== [[Game_Design_Ideas_Measurements_Hârn_Paper_Scale#Paper_Sizes|Paper Sizes]] ===
500 / 483.03923 = 1.035112614
+
500 / 483.03918 = 1.035112721
+
 
+
 
+
== Images ==
+
* A
+
=== Image:: No Link ===
+
[[File:pic.png|link= ]]
+
=== Image:: Size:: No Link ===
+
[[File:pic.png|900px|link= ]]
+
=== Image:: Size:: No Link ===
+
[[File:pic.png|900px|link= ]]
+
=== Image:: Size:: No Link ===
+
[[File:pic.png|900px|link= ]]
+
 
+
 
+
== Colour Text ==
+
* <span style="color:#0000FF">Blue writing</span>
+
* <span style="color:#00FF00">Lime Green writing</span>
+
* <span style="color:#008000">Green writing</span>
+
 
+
 
+
=== Colour Text: Code ===
+
'''<span style="color:#006699">public class</span>'''
+
* Change all '''<span style="color:#006699">code</span>''' to use wikimedia extension [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi SyntaxHighlight_GeSHi]
+
<pre>
+
<syntaxhighlight lang="python">
+
def quickSort(arr):
+
    less = []
+
    pivotList = []
+
    more = []
+
    if len(arr) <= 1:
+
        return arr
+
    else:
+
      pass
+
</syntaxhighlight>
+
</pre>
+
 
+
 
+
=== Simple Table with Heading with Coloured Caption ===
+
<center>
+
{| class="wikitable"
+
|+ style="caption-side:top; color:#e76700;"|''Special Unit Designations''
+
|-
+
!
+
Unit Type
+
!
+
Unit Name
+
!Unit
+
Abbreviation
+
|-
+
|Tactical Reconnaissance
+
|Heeresluftgruppe
+
|(H) Gr
+
|-
+
|Long Range
+
|Fernaufklärungsgruppe
+
|(F) Gr
+
|-
+
|Coastal Groups
+
|Küstenfliegergruppe
+
|KFGr
+
|-
+
|Long Range Bomber
+
|Kampfgruppe
+
|KGr
+
|-
+
|}
+
</center>
+
 
+
 
+
=== Multi-Grey Rows ===
+
<center>
+
{| class="wikitable" width="25%"
+
! style="background:#CCCCCC;" colspan="2"|Maritime Aircraft
+
|-
+
!style="background:#333333;" align="center"|'''Code'''
+
!style="background:#333333;" align="center"|'''Description'''
+
|-
+
|style="background:#666666;" width="25%" align="left"|'''DY''' xxx
+
|style="background:#666666;" align="left"|1 crew, weighing up to 600 Kg
+
|-
+
|style="background:#999999;" align="left"|'''DE''' xxx
+
|style="background:#999999;" align="left"|1-3 crew, weighing up to 2200 kg
+
|-
+
|style="background:#666666;" align="left"|'''DI''' xxx
+
|style="background:#666666;" align="left"|1-4 crew, weighing up to 5000 kg
+
|-
+
|style="background:#999999;" align="left"|'''DA''' xxx
+
|style="background:#999999;" align="left"|Multi-engine, weighing over 5000 kg
+
|}
+
</center>
+
 
+
 
+
=== Picture Table with Coloured Caption ===
+
<center>
+
{|
+
|+ style="caption-side:bottom; color:#000000;"|'''Do 17Z-10, 2./ NJG 2'''
+
| [[File:do17_model.jpg|link= ]]
+
|}
+
</center>
+
 
+
 
+
=== HTML Colour Names ===
+
<center>
+
{| class="wikitable" width="25%"
+
! style="background:#CCCCCC;" colspan="3"|HTML Colour Names
+
|-
+
!style="background:#333333;" colspan="2" align="center"|'''Colours'''
+
!style="background:#333333;" align="center"|'''HEX Code'''
+
|-
+
|style="background:#FFFFFF;" width="25%" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#FFFFFF"> '''White'''</span>
+
|style="background:#666666;" align="left"|span style="color:#FFFFFF"
+
|-
+
|style="background:#C0C0C0;" align="center"|
+
|style="background:#999999;" align="left"|<span style="color:#C0C0C0"> '''Silver'''</span>
+
|style="background:#999999;" align="left"|span style="color:#C0C0C0"
+
|-
+
|style="background:#808080;" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#808080"> '''Gray'''</span>
+
|style="background:#666666;" align="left"|span style="color:#808080
+
|-
+
|style="background:#000000;" align="center"|
+
|style="background:#999999;" align="left"|<span style="color:#000000"> '''Black'''</span>
+
|style="background:#999999;" align="left"|span style="color:#000000
+
|-
+
|style="background:#FF0000;" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#FF0000"> '''Red'''</span>
+
|style="background:#666666;" align="left"|span style="color:#FF0000
+
|-
+
|style="background:#800000;" width="25%" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#800000"> '''Maroon'''</span>
+
|style="background:#666666;" align="left"|span style="color:#800000
+
|-
+
|style="background:#FFFF00;" align="center"|
+
|style="background:#999999;" align="left"|<span style="color:#FFFF00"> '''Yellow'''</span>
+
|style="background:#999999;" align="left"|span style="color:#FFFF00
+
|-
+
|style="background:#808000;" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#808000"> '''Olive'''</span>
+
|style="background:#666666;" align="left"|span style="color:#808000
+
|-
+
|style="background:#00FF00;" align="center"|
+
|style="background:#999999;" align="left"|<span style="color:#00FF00"> '''Lime'''</span>
+
|style="background:#999999;" align="left"|span style="color:#00FF00
+
|-
+
|style="background:#008000;" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#008000"> '''Green'''</span>
+
|style="background:#666666;" align="left"|span style="color:#008000
+
|-
+
|style="background:#00FFFF;" width="25%" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#00FFFF"> '''Aqua'''</span>
+
|style="background:#666666;" align="left"|span style="color:#00FFFF
+
|-
+
|style="background:#008080;" align="center"|
+
|style="background:#999999;" align="left"|<span style="color:#008080"> '''Teal'''</span>
+
|style="background:#999999;" align="left"|span style="color:#008080
+
|-
+
|style="background:#0000FF;" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#0000FF"> '''Blue'''</span>
+
|style="background:#666666;" align="left"|span style="color:#0000FF
+
|-
+
|style="background:#000080;" align="center"|
+
|style="background:#999999;" align="left"|<span style="color:#000080"> '''Navy'''</span>
+
|style="background:#999999;" align="left"|span style="color:#000080
+
|-
+
|style="background:#FF00FF;" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#FF00FF"> '''Fuchsia'''</span>
+
|style="background:#666666;" align="left"|span style="color:#FF00FF
+
|-
+
|style="background:#800080;" align="center"|
+
|style="background:#666666;" align="left"|<span style="color:#800080"> '''Purple'''</span>
+
|style="background:#666666;" align="left"|span style="color:#800080
+
|}
+
</center>
+
 
+
 
+
=== Category Tables ===
+
An example of a Category Table using templates and sub-templates.
+
 
+
<center>
+
{|
+
|+ style="caption-side:top; color:#e76700;"|'''Screenshot'''
+
| [[File:Miltary Unit Infobox Screenshot.png|link= ]]
+
|}
+
</center>
+
 
+
<nowiki>
+
{{Infobox military unit
+
|unit_name=German 7th Panzer Division
+
|image=[[File:7th Panzer Division logo.svg|75px]]
+
|caption=
+
|country={{flagicon|Nazi Germany}} [[Deutsches Reich]]
+
|allegiance=
+
|type=[[Division (military)|Division]]
+
|branch=[[German Army|Heer]]
+
|dates=18 October 1939&nbsp;– 8 May 1945
+
|specialization=[[Panzer]]
+
|command_structure=
+
|size=
+
|current_commander=
+
|garrison=
+
|ceremonial_chief=
+
|nickname="Gespensterdivision"
+
|motto=
+
|colors=
+
|march=
+
|mascot=
+
|battles=[[World War II]]
+
|notable_commanders=[[Georg Stumme]]<br/>[[Erwin Rommel]]<br/>[[Hasso von Manteuffel]]
+
|anniversaries=
+
<!-- Insignia -->
+
|identification_symbol=[[File:7th Panzer Division logo.svg|50px]]
+
|identification_symbol_label=1940
+
|identification_symbol_2=[[File:7th Panzer Division logo 2.svg|50px]]
+
|identification_symbol_2_label=1941–1945
+
|identification_symbol_3=[[File:7th Panzer Division logo 3.svg|50px]]
+
|identification_symbol_3_label=at Kursk
+
|identification_symbol_4=
+
|identification_symbol_4_label=
+
}}
+
</nowiki>
+
 
+
* [http://en.wikipedia.org/wiki/7th_Panzer_Division_%28Wehrmacht%29| 7th Panzer Division (Wehrmacht)]
+
 
+
 
+
== [[Game_Design_Ideas_Measurements_Hârn_Paper_Scale#Paper_Sizes|Paper Sizes]] ==
+
  
 
{| class="wikitable floatright"
 
{| class="wikitable floatright"

Revision as of 22:38, 21 July 2017

A complete article on Game Design and Measurements.

Area: 15 km x 15 km = 225km sq

Colour Text: Code: public class

Do 17Z-10, 2./ NJG 2
File:Do17 model.jpg


Note: ADD


Paper Sizes

Metrics affects all aspects of drafting, from paper and pen sizes, to dimensioning practices.

This section is intended to give an overall understanding of modern metric practices when it comes to drafting.

Whether the drawings are the product of manual drafting techniques or CAD, the standards are still the same.


Paper Sizes Click here for information on metric and non-metric paper sizes. Drawing Sheet Layout Click here for information on standard drawing sheet layouts. Pen Sizes and Line Types Click here for information on metric pen sizes and line types. Scales Click here for information on the scales used under the metric system. Dimensioning Click here for information on how to correctly label dimensions on your drawings.


Paper Sizes

North American paper sizes
Size in × in mm × mm Aspect ratio
Letter Template:Frac × 11 216 × 279 1.2941…
Legal Template:Frac × 14 216 × 356 1.6470…
Tabloid 11 × 17 279 × 432 1.Template:Overline
Ledger<ref name="PPD">Template:Cite webTemplate:Better source</ref> 17 × 11 432 × 279 0.6470…
Junior Legal 5 × 8 127 × 203 1.6
Half Letter, Memo Template:Frac × Template:Frac 140 × 216 1.Template:Overline
Government Letter 8 × Template:Frac 203 × 267 1.3125
Government Legal Template:Frac × 13 216 × 330 1.5294…


Paper Sizes

Graph Background
Metricgrid.gif


Notes

  • A
    • A