Difference between revisions of "Template:Infobox observatory/doc"
Jump to navigation
Jump to search
imported>Sardanaphalus (→See also: template, DEFAULTSORT) |
imported>Mike Peel (Update documentation) |
||
| Line 1: | Line 1: | ||
{{documentation subpage}} | {{documentation subpage}} | ||
== Usage == | == Usage == | ||
| + | === Simple === | ||
| + | <pre>{{Infobox telescope}}</pre> | ||
| + | |||
| + | Data will be automatically included from Wikidata. | ||
| + | |||
| + | === Full === | ||
| + | {{Infobox observatory | ||
| + | |name = {{{name}}} | ||
| + | |image = {{{image}}} | ||
| + | |caption = {{{caption}}} | ||
| + | |organization = {{{organization}}} | ||
| + | |code = {{{code}}} | ||
| + | |location = {{{location}}} | ||
| + | |coords = {{{coords}}} | ||
| + | |altitude = {{{altitude}}} | ||
| + | |weather = {{{weather}}} | ||
| + | |established = {{{established}}} | ||
| + | |closed = {{{closed}}} | ||
| + | |website = {{{website}}} | ||
| + | |telescope1_name = {{{telescope1_name}}} | ||
| + | |telescope1_type = {{{telescope1_type}}} | ||
| + | |telescope2_name = {{{telescope2_name}}} | ||
| + | |telescope2_type = {{{telescope2_type}}} | ||
| + | |telescope3_name = ... | ||
| + | |telescope3_type = ... | ||
| + | |telescope30_name= {{{telescope30_name}}} | ||
| + | |telescope30_type= {{{telescope30_type}}} | ||
| + | }} | ||
| + | |||
<pre style="overflow:auto"> | <pre style="overflow:auto"> | ||
{{Infobox observatory | {{Infobox observatory | ||
| Line 26: | Line 55: | ||
}} | }} | ||
</pre> | </pre> | ||
| − | + | ===Parameters=== | |
| − | + | This template returns values from [[Wikidata]] where they are available; these values can be overridden by passing values to the relevant parameters. | |
| − | + | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
{| class="wikitable" | {| class="wikitable" | ||
| − | ! Parameter !! Description | + | ! Parameter !! Default !! Description |
| − | |colspan="2 | + | |- |
| + | | '''name''' || || The name of the observatory. | ||
| + | |- | ||
| + | | background || || The colour of the background of the table. | ||
| + | |- | ||
| + | | image || {{wdp|P18}} || The image for the infobox (use full wikicode). | ||
| + | |- | ||
| + | | caption || || A caption for the image. | ||
| + | |- | ||
| + | | organization || {{wdp|P137}} || The organization responsible for the observatory. | ||
| + | |- | ||
| + | | code || || Observatory code. | ||
| + | |- | ||
| + | | location || || The observatory's location. | ||
| + | |- | ||
| + | | coords || || Location coordinates. Use {{tl|coord}} with ''display=inline,title'' | ||
| + | |- | ||
| + | | altitude || || The altitude of the observatory. | ||
| + | |- | ||
| + | | established || || When the observatory was established. Use {{Tl|Start date}} | ||
| + | |- | ||
| + | | closed || || When the observatory was closed, if appropriate. | ||
| + | |- | ||
| + | | website || {{wdp|P856}} || The URL of the website for the observatory. Use {{tl|URL}} | ||
| + | |- | ||
| + | | telescope1_name || || The name of the observatory's first telescope. | ||
| + | |- | ||
| + | | telescope1_type || || First telescope's type (and any additional information). | ||
| + | |- | ||
| + | | telescope2_name || || The name of the observatory's second telescope. | ||
| + | |- | ||
| + | | telescope2_type || || Second telescope's type (and any additional information). | ||
| + | |- | ||
| + | |colspan="2"| ''etc...''. | ||
| + | |- | ||
| + | | telescope29_name || || The name of the observatory's twenty-ninth telescope. | ||
| + | |- | ||
| + | | telescope29_type || || Twenty-ninth telescope's type (and any additional information). | ||
|- | |- | ||
| − | | | + | | telescope30_name || || The name of the thirtieth telescope. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | | | + | | telescope30_type || || Thirtieth telescope's type (and any additional information). |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
|} | |} | ||
Revision as of 23:13, 14 January 2016
| This is a documentation subpage for Template:Infobox observatory. It contains usage information, categories and other content that is not part of the original template page. |
Usage
Simple
{{Infobox telescope}}
Data will be automatically included from Wikidata.
Full
| [[File:{{{image}}}|frameless|upright=1]] {{{caption}}} | |||||||||
| Alternative names | Script error: No such module "Wikidata".Script error: No such module "EditAtWikidata". | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Organization | {{{organization}}} | ||||||||
| Observatory code | {{{code}}} | ||||||||
| Location | Lua error in Module:WikidataIB at line 1528: attempt to index field 'wikibase' (a nil value). | ||||||||
| Coordinates | {{{coords}}} | ||||||||
| Altitude | {{{altitude}}} | ||||||||
| Weather | {{{weather}}} | ||||||||
| Established | {{{established}}} | ||||||||
| Closed | {{{closed}}} | ||||||||
| Website | {{{website}}} | ||||||||
| Telescopes | |||||||||
| |||||||||
| Template:Wikidata location map | |||||||||
{{Infobox observatory
|name = {{SUBST:PAGENAME}}
|background =
|image =
|caption =
|organization =
|code =
|location =
|coords = <!-- {{Coord|LAT|LONG|type:landmark|display=inline,title}} -->
|altitude =
|weather =
|established = <!-- {{Start date|YYYY|MM|DD}} -->
|closed =
|website = <!-- {{URL|example.com}} -->
|telescope1_name =
|telescope1_type =
|telescope2_name =
|telescope2_type =
|telescope3_name =
|telescope3_type =
|telescope4_name =
|telescope4_type =
}}
Parameters
This template returns values from Wikidata where they are available; these values can be overridden by passing values to the relevant parameters.
| Parameter | Default | Description |
|---|---|---|
| name | The name of the observatory. | |
| background | The colour of the background of the table. | |
| image | Template:Wdp | The image for the infobox (use full wikicode). |
| caption | A caption for the image. | |
| organization | Template:Wdp | The organization responsible for the observatory. |
| code | Observatory code. | |
| location | The observatory's location. | |
| coords | Location coordinates. Use {{coord}} with display=inline,title | |
| altitude | The altitude of the observatory. | |
| established | When the observatory was established. Use {{Start date}} | |
| closed | When the observatory was closed, if appropriate. | |
| website | Template:Wdp | The URL of the website for the observatory. Use {{URL}} |
| telescope1_name | The name of the observatory's first telescope. | |
| telescope1_type | First telescope's type (and any additional information). | |
| telescope2_name | The name of the observatory's second telescope. | |
| telescope2_type | Second telescope's type (and any additional information). | |
| etc.... | ||
| telescope29_name | The name of the observatory's twenty-ninth telescope. | |
| telescope29_type | Twenty-ninth telescope's type (and any additional information). | |
| telescope30_name | The name of the thirtieth telescope. | |
| telescope30_type | Thirtieth telescope's type (and any additional information). | |
Examples of use
Microformat
See also
Template:Organization infoboxes