Difference between revisions of "Template:Institution"

From DUNE
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{Institution
 
{{Institution
|Has name=
+
|name=
|Has nickname=
+
|nickname=
|Has street address=
+
|address=
|Has city=
+
|city=
|Has region=
+
|region=
|Has country=
+
|country=
|Has postcode=
+
|postcode=
|Has location=
+
|location=
|Has URL=
+
|url=
 +
|facility=
 
}}
 
}}
 
</pre>
 
</pre>
Line 18: Line 19:
 
</noinclude><includeonly>{| class="wikitable"
 
</noinclude><includeonly>{| class="wikitable"
 
! Has name
 
! Has name
| [[NAME::{{{Has name|}}}]]  
+
| [[Has name::{{{name|}}}]]  
 
|-
 
|-
 
! Has nickname
 
! Has nickname
| [[NICKNAME::{{{Has nickname|}}}]]  
+
| [[Has nickname::{{{nickname|}}}]]  
 
|-
 
|-
 
! Has street address
 
! Has street address
| [[ADDRESS::{{{Has street address|}}}]]  
+
| [[Has address::{{{address|}}}]]  
 
|-
 
|-
 
! Has city
 
! Has city
| [[CITY::{{{Has city|}}}]]  
+
| [[Has city::{{{city|}}}]]  
 
|-
 
|-
 
! Has region
 
! Has region
| [[REGION::{{{Has region|}}}]]  
+
| [[Has region::{{{region|}}}]]  
 
|-
 
|-
 
! Has country
 
! Has country
| [[COUNTRY::{{{Has country|}}}]]  
+
| [[Has country::{{{country|}}}]]  
 
|-
 
|-
 
! Has postcode
 
! Has postcode
| [[ZIP::{{{Has postcode|}}}]]  
+
| [[Has postcode::{{{postcode|}}}]]  
 
|-
 
|-
 
! Has location
 
! Has location
| [[LOCATION::{{{Has location|}}}]]  
+
| [[Has location::{{{location|}}}]]  
 
|-
 
|-
! Has URL
+
! Has url
| [[URL::{{{Has URL|}}}]]  
+
| [[Has url::{{{url|}}}]]
 +
|-
 +
! Has facility
 +
| [[Has facility::{{{facility|}}}]]
 
|}
 
|}
  
{{#display_map: {{{Has location}}}}}
+
{{#display_map: {{{location}}}}}
  
 
[[Category:Institution]]
 
[[Category:Institution]]
 
</includeonly>
 
</includeonly>

Latest revision as of 19:09, 24 October 2014

This is the "Institution" template. It should be called in the following format:

{{Institution
|name=
|nickname=
|address=
|city=
|region=
|country=
|postcode=
|location=
|url=
|facility=
}}

Edit the page to see the template text.