Difference between revisions of "User:Rasarr/Length Test"

From The Coppermind
Jump to navigation Jump to search
(Blanked the page)
Line 1: Line 1:
  +
{{infobox
  +
|title={{{place|{{PAGENAME}}|}}}|id=geography|1=
  +
<!-- map or image -->
  +
{{#if:{{{map|}}} |{{row/image+artist |{{{map}}}<!-- -->}}|}}
  +
{{#if:{{{image|}}} |{{row/image+artist |{{{image}}}<!-- -->}}|}}
  +
<!-- information -->
  +
{{#if:{{{type|}}} |{{row/kv| Type |{{{type}}}<!-- -->}}|}}
  +
{{#if:{{{occupied|}}} |{{row/kv| Occupied by |{{{occupied}}}<!-- -->}}|}}
  +
{{#if:{{{era|}}} |{{row/kv| Era |{{{era}}}{{era/{{{era}}}|}}<!-- -->}}|}}
  +
<!-- location -->
  +
{{#if:{{{region|}}} |{{row/kv| Region |{{place tag|{{{region}}}|}}<!-- -->}}|}}
  +
{{#if:{{{'region|}}} |{{row/kv| Region |{{{region}}} {{raw/region}}<!-- -->}}|}}
  +
{{#if:{{{raw-region|}}}|{{row/kv| Region |{{{raw-region}}}{{raw/region}}<!-- -->}}|}}
  +
{{#if:{{{world|}}} |{{row/kv| World |{{place tag|{{{world}}}|}}<!-- -->}}|}}
  +
{{#if:{{{earth|}}} |{{row/kv| World |[[Earth ({{{earth}}})]][[Category: {{{earth}}} geography]] }}|}}
  +
{{#if:{{{world|}}} |{{row/kv| World |{{{'world}}} {{raw/world}}<!- -->}}|}}
  +
{{#if:{{{raw-world|}}} |{{row/kv| World |{{{raw-world}}}{{raw/world}}<!- -->}}|}}
  +
{{#if:{{{universe|}}} |{{row/kv| Universe |{{{universe}}}<!-- -->}}|}}
  +
<!-- featured in -->{{row/kv| Featured In |''{{{books}}}''<!-- -->}}
  +
}}<includeonly><!--
  +
  +
-->[[Category: Locations]]<!--
  +
  +
-->{{#if:<!--
  +
-->{{{earth|}}}<!-- -->{{{world|}}}<!-- -->{{{'world|}}}<!-- -->{{{universe|}}}<!--
  +
-->||{{infobox/no-world}}<!--
  +
-->}}<!--
  +
  +
-->{{#if:<!--
  +
-->{{{region-raw|}}}{{{raw-region|}}}<!--
  +
-->{{{world-raw|}}}{{{raw-world|}}}<!--
  +
-->|[[category: depreciated raw parameters]]}}<!--
  +
  +
-->{{#if:{{{image-artist|}}}|[[category: redundant artist attribution]]}}<!--
  +
  +
--></includeonly><noinclude>
  +
  +
This template allows you to include information about a geographical landmark.
  +
  +
To specify the location of this feature, use {{{region}}}, {{{world}}}, {{{universe}}}.
  +
  +
To indicate what kind of feature this is, use the {{{type}}} parameter.
  +
  +
It will add pages to the [[:Category: Locations|Locations]] categories.
  +
  +
<pre class=mw-code>
  +
{{geography
  +
|map=
  +
|image=
  +
|region=
  +
|'region=
  +
|world= / earth=
  +
|'world=
  +
|universe=
  +
|books=
  +
}}
  +
</pre>
  +
  +
[[Category: Infoboxes]]

Revision as of 13:58, 28 April 2019

Rasarr/Length Test
Featured In {{{books}}}

This template allows you to include information about a geographical landmark.

To specify the location of this feature, use {{{region}}}, {{{world}}}, {{{universe}}}.

To indicate what kind of feature this is, use the {{{type}}} parameter.

It will add pages to the Locations categories.

{{geography
|map=
|image=
|region=
|'region=
|world= / earth=
|'world=
|universe=
|books=
}}