Difference between revisions of "Template:GuildTableItem"
From EncyclopAtys
CeNobiteElf (talk | contribs) (Created page with '{{#if {{{status|active}}} | {{#vardefine:status|f5ffff}} | {{#vardefine:status|dddddd}}}} |width="25%" style="border:1px dashed #72a090;background-color:#{{#var:status}};color:#0…') |
CeNobiteElf (talk | contribs) |
||
(26 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{# | + | <includeonly>|- style="background-color:#{{#ifeq: {{{status}}} | Active | F5FFFF | DDDDDD}}" |
− | |width="25%" style="border:1px dashed #72a090 | + | |width="25%" style="border:1px dashed #72a090;color:#000;padding:5px"|{{gl|{{{guildname}}}}} |
− | |width="12%" style="border:1px dashed #72a090 | + | |width="12%" style="border:1px dashed #72a090;color:#000;padding:5px"|[[Alignment#{{{faction}}}|{{{faction}}}]] |
− | |width="12%" style="border:1px dashed #72a090 | + | |width="12%" style="border:1px dashed #72a090;color:#000;padding:5px"|[[Alignment#{{{race}}}|{{{race}}}]] |
− | |width="12%" style="border:1px dashed #72a090 | + | |width="12%" style="border:1px dashed #72a090;color:#000;padding:5px"|{{{RPstance}}} |
− | |width="12%" style="border:1px dashed #72a090; | + | |width="12%" style="border:1px dashed #72a090;color:#000;padding:5px"|{{#if: {{{guildleader|}}} | {{{guildleader}}} | }} |
− | |width="12%" style="border:1px dashed #72a090 | + | |width="12%" style="border:1px dashed #72a090;color:#000;padding:5px"|{{{status}}} |
− | |width="12%" style="border:1px dashed #72a090; | + | |width="12%" style="border:1px dashed #72a090;color:#000;padding:5px"|{{#if: {{{website|}}} | [{{{website}}} Link] | }}</includeonly><!-- |
--><noinclude> | --><noinclude> | ||
Line 14: | Line 14: | ||
|status= | |status= | ||
|guildname= | |guildname= | ||
+ | |guildleader= | ||
|faction= | |faction= | ||
|race= | |race= | ||
|RPstance= | |RPstance= | ||
− | |website=}} | + | |website= |
+ | }} | ||
</pre> | </pre> | ||
+ | |||
+ | ==Example== | ||
+ | {|class="sortable" width="90%" border="1" style="vertical-align:bottom;background-color:#f5fffa;border-spacing:4px;margin: 1em auto 1em auto" | ||
+ | |width="25%" style="border:1px solid #99cc99;background-color:#eeeeee;color:#000;padding:5px"|<b>Guild</b> | ||
+ | |width="12%" style="border:1px solid #99cc99;background-color:#eeeeee;color:#000;padding:5px"|<b>Faction</b> | ||
+ | |width="12%" style="border:1px solid #99cc99;background-color:#eeeeee;color:#000;padding:5px"|<b>Civilisation</b> | ||
+ | |width="12%" style="border:1px solid #99cc99;background-color:#eeeeee;color:#000;padding:5px"|<b>RP Stance</b> | ||
+ | |width="12%" style="border:1px solid #99cc99;background-color:#eeeeee;color:#000;padding:5px"|<b>Leader</b> | ||
+ | |width="12%" style="border:1px solid #99cc99;background-color:#eeeeee;color:#000;padding:5px"|<b>Status</b> | ||
+ | |width="12%" style="border:1px solid #99cc99;background-color:#eeeeee;color:#000;padding:5px"|<b>Website</b> | ||
+ | {{GuildTableItem | ||
+ | |status=Semi-Active | ||
+ | |guildname=Aeden Artisans | ||
+ | |faction=Karavan | ||
+ | |race=Tryker | ||
+ | |RPstance=Semi-RP | ||
+ | |guildleader=Hechicera | ||
+ | |website=http://blogs.aedenartisans.com/}} | ||
+ | {{GuildTableItem | ||
+ | |status=Active | ||
+ | |guildname=Altaenae di Cherae | ||
+ | |faction=Neutral | ||
+ | |race=Neutral | ||
+ | |RPstance=Semi-RP | ||
+ | |guildleader=Kalyndra | ||
+ | |website=http://www.ryzom.crowchat.net.au/}} | ||
+ | {{GuildTableItem | ||
+ | |status=Inactive | ||
+ | |guildname=ExampleGuild | ||
+ | |faction=Neutral | ||
+ | |race=Neutral | ||
+ | |RPstance=None | ||
+ | |guildleader=[[User:Example|Example]] | ||
+ | |website=http://wiki.ryzom.com}} | ||
+ | |} | ||
[[Category:Formatting templates|GuildTableItem]] | [[Category:Formatting templates|GuildTableItem]] | ||
</noinclude> | </noinclude> |
Latest revision as of 08:47, 29 January 2010
Description
{{GuildTableItem |status= |guildname= |guildleader= |faction= |race= |RPstance= |website= }}
Example
Guild | Faction | Civilisation | RP Stance | Leader | Status | Website |
Aeden Artisans | Karavan | Tryker | Semi-RP | Hechicera | Semi-Active | Link |
Altaenae di Cherae | Neutral | Neutral | Semi-RP | Kalyndra | Active | Link |
ExampleGuild | Neutral | Neutral | None | Example | Inactive | Link |