Difference between revisions of "Measurements"
m |
m |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
A complete article on Game Design and Measurements. | A complete article on Game Design and Measurements. | ||
| − | '''Area:''' = | + | '''Area:''' = 15 km x 15 km = 225km sq |
| − | ==[[ | + | '''Note:''' '''<span style="color:#FF0000">ADD</span>''' proper names and cross-internal links. |
| + | |||
| + | '''Note:''' '''<span style="color:#FF0000">ADD</span>''' list of "special" details to add the various details for extras, ie. saltmarshes of Vashel, under Tamsen Forest. | ||
| + | |||
| + | |||
| + | '''Note:''' Text Highlight and Background Colour: <span style="color:#FFDE30; background:#176727">'''Kandáy'''</span> | ||
| + | |||
| + | |||
| + | '''Note:''' Green = '''<span style="color:#008000">I Have</span>''', Red = '''<span style="color:#FF0000">Don't Have</span>''', Orange = '''<span style="color:#E18700">Old Scan</span>''', Blue = '''<span style="color:#000080">Misc</span>''', Black = '''<span style="color:#000000">ALL Base (Template)</span>''' | ||
| + | |||
| + | '''Note:''' Colour Highlights: <span style="background:#FCFF19">Yellow</span> | ||
| + | |||
| + | Colour LINK Text: '''<span style="color:#006699">Possible Link</span>''' [[Ideas_H%C3%A2rn_Kandáy_SHIRE_HUNDRED_NAME|NAME]] | ||
| + | |||
| + | |||
| + | '''Note:''' Hidden comments <nowiki><!-- TEXT HERE WILL NOT BE DISPLAYED --></nowiki> | ||
| + | |||
| + | |||
| + | '''Note:''' '''<span style="color:#FF0000">Anchor Points - Section linking WITHIN pages</span>''' <u>USE</u> <nowiki>[[Help:Section#Section_linking|Section linking]]</nowiki> or <u>To link to a section in the same page</u> you can use <nowiki>[[#section name|displayed text]]</nowiki>, and to <u>link to a section in another page</u> <nowiki>[[page name#section name|displayed text]]</nowiki>. | ||
| + | |||
| + | |||
| + | '''Note:''' '''<span style="color:#FF0000">Section linking with arbitrary id</span>''' <u>USE</u> <nowiki><span id="anchor_name"></span></nowiki>. Be sure to use a name that is not likely to be duplicated. One way to do this is to incorporate the titles of the higher-level sections, at least in abbreviated form, e.g., Ontario-Natural_features for the "Natural features" subsection of the "Ontario" section of an article about the provinces of Canada. '''<span style="color:#FF0000">ADD</span>''' inside '''<span style="color:#006699">Table Caption/Heaer Text</span>''' | ||
| + | |||
| + | |||
| + | == [[Measurements]] == | ||
| + | === [[Measurements_Glossary_of_Ancient_Weights_&_Measures |Glossary of Ancient Weights and Measures]] === | ||
| + | * [http://hemyockcastle.co.uk/measure.htm| Glossary of Ancient Weights and Measures] | ||
| + | ** A | ||
| + | |||
| + | |||
| + | == A == | ||
* A | * A | ||
** A | ** A | ||
| − | ==Scale== | + | == Scale == |
| − | * [[ | + | * [[Hârn_Paper_Scale_Measurements|Hârn Paper Scale]] |
| + | * [[Hârn_Map_Scaling|Hârn Map Scaling]] | ||
| + | |||
| + | == [[Game_Design_Ideas_Measurements_Game_World_Sizes|Game World Sizes]] == | ||
* A | * A | ||
** A | ** A | ||
| − | ==Images== | + | == Images == |
* A | * A | ||
| − | ===Image:: No Link=== | + | === Image:: No Link === |
[[File:pic.png|link= ]] | [[File:pic.png|link= ]] | ||
| − | ===Image:: Size:: No Link=== | + | |
| + | === Image:: Size:: No Link === | ||
[[File:pic.png|900px|link= ]] | [[File:pic.png|900px|link= ]] | ||
| − | ===Image:: Size:: No Link=== | + | |
| + | === Image:: Size:: No Link === | ||
[[File:pic.png|900px|link= ]] | [[File:pic.png|900px|link= ]] | ||
| − | ===Image:: Size:: No Link=== | + | |
| + | === Image:: Size:: No Link === | ||
[[File:pic.png|900px|link= ]] | [[File:pic.png|900px|link= ]] | ||
| − | ==Colour Text== | + | == Colour Text == |
* <span style="color:#0000FF">Blue writing</span> | * <span style="color:#0000FF">Blue writing</span> | ||
* <span style="color:#00FF00">Lime Green writing</span> | * <span style="color:#00FF00">Lime Green writing</span> | ||
| Line 33: | Line 69: | ||
| − | ===Colour Text: Code=== | + | === Colour Text: Code === |
'''<span style="color:#006699">public class</span>''' | '''<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] | * Change all '''<span style="color:#006699">code</span>''' to use wikimedia extension [https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi SyntaxHighlight_GeSHi] | ||
| Line 39: | Line 75: | ||
<syntaxhighlight lang="python"> | <syntaxhighlight lang="python"> | ||
def quickSort(arr): | def quickSort(arr): | ||
| − | + | less = [] | |
| − | + | pivotList = [] | |
| − | + | more = [] | |
| − | + | if len(arr) <= 1: | |
| − | + | return arr | |
| − | + | else: | |
| − | + | pass | |
</syntaxhighlight> | </syntaxhighlight> | ||
</pre> | </pre> | ||
| − | ===Simple Table with Heading with Coloured Caption=== | + | === Simple Table with Heading with Coloured Caption === |
<center> | <center> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 82: | Line 118: | ||
| − | ===Multi-Grey Rows=== | + | === Multi-Grey Rows === |
<center> | <center> | ||
{| class="wikitable" width="25%" | {| class="wikitable" width="25%" | ||
| Line 105: | Line 141: | ||
| − | ===Picture Table with Coloured Caption=== | + | === Picture Table with Coloured Caption === |
<center> | <center> | ||
{| | {| | ||
| Line 114: | Line 150: | ||
| − | ===HTML Colour Names=== | + | === HTML Colour Names === |
<center> | <center> | ||
{| class="wikitable" width="25%" | {| class="wikitable" width="25%" | ||
| Line 189: | Line 225: | ||
| − | ===Category Tables=== | + | === Category Tables === |
An example of a Category Table using templates and sub-templates. | An example of a Category Table using templates and sub-templates. | ||
| Line 238: | Line 274: | ||
| − | ==Notes== | + | == Notes == |
* A | * A | ||
** A | ** A | ||
| − | [[Category: | + | [[Category:Measurements]] [[Category:Glossary]] [[Category:Weights]] [[Category:Measures]] |
Latest revision as of 01:54, 21 August 2017
A complete article on Game Design and Measurements.
Area: = 15 km x 15 km = 225km sq
Note: ADD proper names and cross-internal links.
Note: ADD list of "special" details to add the various details for extras, ie. saltmarshes of Vashel, under Tamsen Forest.
Note: Text Highlight and Background Colour: Kandáy
Note: Green = I Have, Red = Don't Have, Orange = Old Scan, Blue = Misc, Black = ALL Base (Template)
Note: Colour Highlights: Yellow
Colour LINK Text: Possible Link NAME
Note: Hidden comments <!-- TEXT HERE WILL NOT BE DISPLAYED -->
Note: Anchor Points - Section linking WITHIN pages USE [[Help:Section#Section_linking|Section linking]] or To link to a section in the same page you can use [[#section name|displayed text]], and to link to a section in another page [[page name#section name|displayed text]].
Note: Section linking with arbitrary id USE <span id="anchor_name"></span>. Be sure to use a name that is not likely to be duplicated. One way to do this is to incorporate the titles of the higher-level sections, at least in abbreviated form, e.g., Ontario-Natural_features for the "Natural features" subsection of the "Ontario" section of an article about the provinces of Canada. ADD inside Table Caption/Heaer Text
Measurements
Glossary of Ancient Weights and Measures
A
- A
- A
Scale
Game World Sizes
- A
- A
Images
- A
Image:: No Link
Image:: Size:: No Link
Image:: Size:: No Link
Image:: Size:: No Link
Colour Text
- Blue writing
- Lime Green writing
- Green writing
Colour Text: Code
public class
- Change all code to use wikimedia extension SyntaxHighlight_GeSHi
<syntaxhighlight lang="python"> def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>
Simple Table with Heading with Coloured Caption
|
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 |
Multi-Grey Rows
| Maritime Aircraft | |
|---|---|
| Code | Description |
| DY xxx | 1 crew, weighing up to 600 Kg |
| DE xxx | 1-3 crew, weighing up to 2200 kg |
| DI xxx | 1-4 crew, weighing up to 5000 kg |
| DA xxx | Multi-engine, weighing over 5000 kg |
Picture Table with Coloured Caption
| File:Do17 model.jpg |
HTML Colour Names
| HTML Colour Names | ||
|---|---|---|
| Colours | HEX Code | |
| White | span style="color:#FFFFFF" | |
| Silver | span style="color:#C0C0C0" | |
| Gray | span style="color:#808080 | |
| Black | span style="color:#000000 | |
| Red | span style="color:#FF0000 | |
| Maroon | span style="color:#800000 | |
| Yellow | span style="color:#FFFF00 | |
| Olive | span style="color:#808000 | |
| Lime | span style="color:#00FF00 | |
| Green | span style="color:#008000 | |
| Aqua | span style="color:#00FFFF | |
| Teal | span style="color:#008080 | |
| Blue | span style="color:#0000FF | |
| Navy | span style="color:#000080 | |
| Fuchsia | span style="color:#FF00FF | |
| Purple | span style="color:#800080 | |
Category Tables
An example of a Category Table using templates and sub-templates.
| File:Miltary Unit Infobox Screenshot.png |
{{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 – 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= }}
Notes
- A
- A