Difference between revisions of "Templates"

From AchaeaWiki
Jump to navigation Jump to search
(Created)
 
(Redirected page to AchaeaWiki:Templates)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Below are a number of basic templates for you to utilise:
#redirect [[:AchaeaWiki:templates]]
 
To obtain the code simply click on 'edit', and then c+p into the page you want.
 
== 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
|}

Latest revision as of 13:19, 12 May 2010