Difference between revisions of "Template:Database"

From Wikishire
Jump to: navigation, search
(Badge)
(Added flags)
Line 109: Line 109:
 
|Bedfordshire={{#switch:{{{2}}}
 
|Bedfordshire={{#switch:{{{2}}}
 
|name=Bedfordshire
 
|name=Bedfordshire
|Welsh=
+
|Welsh=Swydd Bedford
 
|type=county
 
|type=county
 
|county town=Bedford
 
|county town=Bedford
 
|area=468
 
|area=468
|flag=
+
|flag=Bedfordshire County Flag.svg
|badge=
+
|badge=Bedfordshire County Flag.svg
 
|Chapman code=BDF
 
|Chapman code=BDF
 
|HCS code=BED
 
|HCS code=BED
Line 792: Line 792:
 
|county town=Norwich
 
|county town=Norwich
 
|area=2057
 
|area=2057
|flag=
+
|flag=Flag of Norfolk.svg
|badge=
+
|badge=Flag of Norfolk.svg
 
|Chapman code=NFK
 
|Chapman code=NFK
 
|HCS code=NRF
 
|HCS code=NRF
Line 805: Line 805:
 
|county town=Northampton
 
|county town=Northampton
 
|area=998
 
|area=998
|flag=
+
|flag=Flag of Northamptonshire.svg
|badge=
+
|badge=Flag of Northamptonshire.svg
 
|Chapman code=NTH
 
|Chapman code=NTH
 
|HCS code=NHP
 
|HCS code=NHP
Line 1,065: Line 1,065:
 
|county town=Guildford
 
|county town=Guildford
 
|area=759
 
|area=759
|flag=
+
|flag=Flag of Surrey.svg
 
|badge=De Warrenne Surrey Arms.svg
 
|badge=De Warrenne Surrey Arms.svg
 
|Chapman code=SRY
 
|Chapman code=SRY

Revision as of 20:38, 13 September 2014

Template:Database is a general database constructed as the Mediawiki programme permits, as nested switch functions. The data may be extracted easily whether within an article or in a template.

The database contains counties, territories etc, but also units of measurement, which feed the "Convert" function of Template:Convert.

Examples

The following examples demonstrate how to extract data:

[[File:{{Database|Monmouthshire|flag}}|center|50px]] will give:
Flag of Monmouthshire.svg
{{Database|Monmouthshire|Welsh}} will give: Sir Fynwy

Caution: blank fields

Not every data field is completed nor can be. Care must therefore be taken to ensure that you still achieve the right result in every case.

The first example above but substituting "Ayrshire" in place of "Monmouthshire" would produce an error as there is no Ayrshire flag image, so an {{:if: or {{:ifeq: function should be used where there might be a blank field.