Difference between revisions of "Templates"

From AchaeaWiki
Jump to navigation Jump to search
(Created)
 
Line 1: Line 1:
Below are a number of basic templates for you to utilise:
See: http://achaea.ire-community.com/index.php?showtopic=19004


To obtain the code simply click on 'edit', and then c+p into the page you want.
[[Category: For Chroniclers]]
 
== Village Infoboxes ==
 
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" style="margin:0 0 1em 1em; float:right; width:290px;"
|-
| style="font-size: larger;" align="center" colspan="2" bgcolor="peru" | '''{{{villagename}}}'''
|-
| align="right" bgcolor="burlywood" width=75 | '''Leader'''
| {{{leader|''none''}}}
|-
| align="right" bgcolor="burlywood" | '''Religion'''
| {{{patron|''none''}}}
|-
| align="right" bgcolor="burlywood" | '''Founder'''
| {{{founder|''unknown''}}}
|-
| align="right" bgcolor="burlywood" | '''Discoverer'''
| {{{discoverer|''unknown''}}}
|-
| align="right" bgcolor="burlywood" | '''Allies'''
| {{{allies|''none''}}}
|-
| align="right" bgcolor="burlywood" | '''Enemies'''
| {{{enemies|''none''}}}
|-
|}
 
== God Infoboxes ==
 
{| border="2" cellpadding="4" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; font-size: 95%;" style="margin:0 0 1em 1em; float:right; width:290px;"
|-
| style="font-size: larger;" align="center" colspan="2" bgcolor="dodgerblue" | '''{{{godname}}}'''
|-
| align="right" bgcolor="lightblue" width=75 | '''Realm'''
| {{{realm|''none''}}}
|-
| align="right" bgcolor="lightblue" | '''Symbols'''
| {{{symbols|''none''}}}
|-
| align="right" bgcolor="lightblue" width=75 | '''Relatives'''
| {{{relatives|''none''}}}
|-
| align="right" bgcolor="lightblue" | '''Allies'''
| {{{allies|''none''}}}
|-
| align="right" bgcolor="lightblue" | '''Enemies'''
| {{{enemies|''none''}}}
|-
| align="right" bgcolor="lightblue" | '''Temples'''
| {{{temples|''none''}}}
|-
|}
 
== Basic Tables ==
 
The table below is one table, with four columns. It should be easily adaptable to more or less by entering the info in the top group, and then adding an extra column to every row thereafter.
 
{| border="1" cellpadding="5" cellspacing="0"
||'''Term1'''
||'''Term2'''
||'''Term3'''
||'''Term4'''
|-
||Insert term1 here
||Insert term2 here
||Insert term3 here
||Insert term4 here
|-
||Insert term1 here
||Insert term2 here
||Insert term3 here
||Insert term4 here
|}

Revision as of 01:51, 14 October 2006