Difference between revisions of "Template:LocationBox"

From TwistedMUCK
Jump to: navigation, search
(Created page with "{| border=1 style="float:right; width: 20em; padding: 0.5em; margin: 1em 0 1em 1em; background-color: #000;" ! colspan=2| '''Location Name''' |- |File:image.png|400px|Illus...")
 
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|  border=1 style="float:right; width: 20em; padding: 0.5em; margin: 1em 0 1em 1em; background-color: #000;"
+
<noinclude>
! colspan=2| '''Location Name'''
+
To use this infobox, cut and paste the following into the location page:
 +
<div style="width: 50%;">
 +
<pre>
 +
{{LocationBox|
 +
|LocationName={{PAGENAME}}
 +
|Image=Missing.jpg
 +
|ImageB=
 +
|Image2=
 +
|Image2Text=
 +
|Exits=<center>Available Exits</center>
 +
* [[Exit 1]]
 +
* [[Exit 2]]
 +
* Etc...
 +
||}}
 +
</pre>
 +
</div>
 +
 
 +
==Example==
 +
[[Category:Templates]]
 +
</noinclude>{|  border=1 style="float:right; width: 20em; padding: 0.5em; margin: 0em 1em 1em 1em; background:#111; box-shadow: -3px 3px 5px #000;"
 +
! style="background:#000;" | '''{{{LocationName}}}'''
 
|-
 
|-
|[[File:image.png|400px|Illustration for Area]]
+
| style="border:0;" |[[File:{{{Image}}}|300px|]]{{#if:{{{ImageB|}}}|[[File:{{{ImageB}}}|300px|]]|}}
 
|-
 
|-
| <center>''Image Description''</center>
+
| style="background:#000;" |{{{Exits}}}
 
|-
 
|-
|[[File:image.png|400px|Map of Area]]  
+
| style="border:0;" |{{#if:{{{Image2|}}}|
|-
+
[[File:{{{Image2}}}|300px|]]|}}{{#if:{{{Image2Text|}}}|
| <center>GRID DBREF #0000</center>
+
<center><font style="font-size:10px;">{{{Image2Text}}}</font></center>}}
|-
+
|
+
* [[Exit 1]]<br/ >
+
* [[Exit 2]]
+
 
|}
 
|}

Latest revision as of 04:46, 17 November 2021

To use this infobox, cut and paste the following into the location page:

{{LocationBox|
|LocationName={{PAGENAME}}
|Image=Missing.jpg
|ImageB=
|Image2=
|Image2Text=
|Exits=<center>Available Exits</center>
* [[Exit 1]]
* [[Exit 2]]
* Etc...
||}}

Example

{{{LocationName}}}
[[File:{{{Image}}}|300px|]]
{{{Exits}}}
Personal tools