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...")
 
Line 1: Line 1:
 +
<noinclude>
 +
To use this infobox, cut and paste the following into the character page:
 +
<div style="width: 50%;">
 +
<pre>
 +
{{LocationBox|
 +
|LocationName={{PAGENAME}}
 +
|Illustration=Missing.jpg
 +
|IllusDesc=Image Description
 +
|Map=Missing.jpg
 +
|Dbref=Dbref Number (If Applicable)
 +
|Exits=
 +
* [[Exit 1]]<br />
 +
* [[Exit 2]]<br />
 +
* Etc...
 +
||}}<br />
 +
</pre>
 +
</div>
 +
 +
==Example==
 +
[[Category:Templates]]
 +
</noinclude>
 
{|  border=1 style="float:right; width: 20em; padding: 0.5em; margin: 1em 0 1em 1em; background-color: #000;"
 
{|  border=1 style="float:right; width: 20em; padding: 0.5em; margin: 1em 0 1em 1em; background-color: #000;"
! colspan=2| '''Location Name'''
+
! colspan=2| '''{{{LocationName}}}'''
 
|-
 
|-
|[[File:image.png|400px|Illustration for Area]]
+
|[[File:{{{Illustration}}}|400px|{{{IllusDesc}}}]]
 
|-
 
|-
| <center>''Image Description''</center>
+
| <center>''{{{IllusDesc}}}''</center>
 
|-
 
|-
|[[File:image.png|400px|Map of Area]]  
+
|[[File:{{{Map}}}|400px|Map of Area]]  
 
|-
 
|-
| <center>GRID DBREF #0000</center>
+
| <center>GRID DBREF: {{{Dbref}}}</center>
 
|-
 
|-
|
+
|{{{Exits}}}
* [[Exit 1]]<br/ >
+
* [[Exit 2]]
+
 
|}
 
|}

Revision as of 22:46, 17 May 2018

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

{{LocationBox|
|LocationName={{PAGENAME}}
|Illustration=Missing.jpg
|IllusDesc=Image Description
|Map=Missing.jpg
|Dbref=Dbref Number (If Applicable)
|Exits=
* [[Exit 1]]<br />
* [[Exit 2]]<br />
* Etc...
||}}<br />

Example

{{{LocationName}}}
[[File:{{{Illustration}}}|400px|{{{IllusDesc}}}]]
{{{IllusDesc}}}
[[File:{{{Map}}}|400px|Map of Area]]
GRID DBREF: {{{Dbref}}}
{{{Exits}}}
Personal tools