Difference between revisions of "Template:Database"

From Wikishire
Jump to: navigation, search
Line 2,136: Line 2,136:
 
|Diocese of Chester={{#switch:{{{2}}}
 
|Diocese of Chester={{#switch:{{{2}}}
 
|arms=Diocese of Chester arms.svg
 
|arms=Diocese of Chester arms.svg
 +
|church=Church of England
 +
|province=Canterbury
 +
}}
 +
|Diocese of Chichester={{#switch:{{{2}}}
 +
|arms=Diocese of Chichester arms.svg
 
|church=Church of England
 
|church=Church of England
 
|province=Canterbury
 
|province=Canterbury
Line 2,211: Line 2,216:
 
|Diocese of Lichfield={{#switch:{{{2}}}
 
|Diocese of Lichfield={{#switch:{{{2}}}
 
|arms=Diocese of Lichfield arms.svg
 
|arms=Diocese of Lichfield arms.svg
 +
|church=Church of England
 +
|province=Canterbury
 +
}}
 +
 +
|Diocese of Lincoln={{#switch:{{{2}}}
 +
|arms=Diocese of Lincoln arms.svg
 
|church=Church of England
 
|church=Church of England
 
|province=Canterbury
 
|province=Canterbury
Line 2,284: Line 2,295:
 
|province=Wales
 
|province=Wales
 
}}
 
}}
 +
|Diocese of St Edmundsbury and Ipswich={{#switch:{{{2}}}
 +
|arms=Diocese of St Edmundsbury and Ipswich arms.svg
 +
|church=Church of England
 +
|province=Canterbury
 +
}}
 +
 
|Diocese of Salisbury={{#switch:{{{2}}}
 
|Diocese of Salisbury={{#switch:{{{2}}}
 
|arms=
 
|arms=

Revision as of 17:52, 23 May 2018

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.