Template:CharacterType: Difference between revisions

From Citizens Wiki

(Created page with "<includeonly>{| width=20% style="border: 0; background-color: #ffffff" cellpadding="0" cellspacing="3" | style="width: 20%}; vertical-align: top; border:1px solid {{{BORDER}}}; b...")
 
No edit summary
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{| width=20% style="border: 0; background-color: #ffffff" cellpadding="0" cellspacing="3"
<includeonly>{| width=30% style="border: 0; background-color: #ffffff" cellpadding="0" cellspacing="3" align="right"
| style="width: 20%}; vertical-align: top; border:1px solid {{{BORDER}}}; background-color: #ffffff" |
| style="width: 30%; vertical-align: top; border:1px solid #ccc; background-color: #ffffff" |
<div style="background-color:{{{BACKGROUND}}}; font-size:1px; height:8px; border-bottom:1px solid {{{BORDER}}};"></div>
<div style="background-color:gray; font-size:1px; height:8px; border-bottom:1px solid #ccc;"></div>
<div style="float:right; margin:8px; margin-top:5px">{{{ICON}}}</div>
<div style="float:right; margin:8px; margin-top:5px"></div>
<div style="padding:0.5em 0.3em 0.3em 0.3em; margin:0; text-indent:0.1em; font-weight: bold; border-bottom:1px solid #aaaaaa;">{{{HEADING}}}</div>
<div style="padding:0.5em 0.3em 0.3em 0.3em; margin:0; text-indent:0.1em; align:center; font-weight: bold; border-bottom:1px solid #aaaaaa;"><center>[[File:{{{PICTURE}}}]]<br/><br/>'''{{{NAME}}}'''</center></div>
<div style="font-size:100%; padding:3px">
<div style="font-size:100%; padding:13px">
{|valign=top cellpadding=0 cellspacing=3 width=100%
{|valign=top cellpadding=0 cellspacing=3 width=100%
|align=left valign=top width=100%|
|-
{{{CONTENT}}}
| align=left valign=top width=150 | '''Author'''
| {{{AUTHOR|Unknown}}}
|-
| '''Version'''
| {{{VERSION|Unknown}}}
|-
| '''Citizens build'''
| {{{CITIZENSBUILD|Unknown}}}
|-
| '''Development status'''
| {{{DEVSTATUS|Unknown}}}
|-
| '''Download'''
| [{{{DOWNLOADLINK}}} Link]
|-
| '''BukkitDev'''
|  [{{{BUKKITDEVLINK}}} Link]
|-
| '''Source'''
|  [{{{SOURCELINK}}} Link]
|-
| '''Issues'''
|  [{{{ISSUESLINK}}} Link]
|-|-
| colspan = 2| <div style="border-top:1px solid #aaaaaa;">'''Description:''' {{{DESCRIPTION}}}</div>
|-
| colspan = 2| <div style="border-top:1px solid #aaaaaa;"><center><code>[[Installing Character Types|Installing Character Types]]</code></center></div>
|}
|}
</div>
</div>
|}</includeonly><noinclude>{{Template|
|}<!--THIS CODE SUPERSEDED BY Template:CharacterType: {{#if:{{{NOCAT|}}}|[[Category:Characters]]}}-->
NAME=Box|
</includeonly><noinclude>'''LEAVE ME ALONE!'''
DESCRIPTION=|
[[Category:Templates]]
SAMPLE=<nowiki>{{Box|
BORDER = #8898bf|
BACKGROUND = #a8d3ff|
WIDTH = 100%|
ICON = [[Image:filename.png|24px]]|
HEADING = The Heading|
CONTENT = '''Some Points'''
* Everybody loves filltexts.
}}</nowiki>|
ARGS=6|
PREVIEW=|
A1=BORDER|
A1EXP=Hexadecimal code for the border (including leading #)
BORDER=#8898bf{{Pipe}}|
A2=BACKGROUND|
A2EXP=Background of the top segment of the title cell
BACKGROUND = #a8d3ff{{Pipe}}|
A3=WIDTH|
A3EXP=Width of the entire box
WIDTH=100%{{Pipe}}|
A4=ICON|
A4EXP=Location and size of the file to use as an icon in the top right of the title
ICON= <nowiki>[[File:Image.png</nowiki>{{Pipe}}24px]]{{Pipe}}|
A5=HEADING|
A5EXP=The heading of the box
HEADING=The Heading{{Pipe}}|
A6=CONTENT|
A6EXP=The contents of the box.
CONTENT=Insert Contents Here{{Pipe}}|
}}
</noinclude>
</noinclude>

Latest revision as of 21:01, 7 March 2012

LEAVE ME ALONE!