Difference between revisions of "Template:Guildbox"

From Fallen Sword Wiki
Jump to: navigation, search
Line 16: Line 16:
 
|style="padding-left: 1ex"|{{{guild_website}}}
 
|style="padding-left: 1ex"|{{{guild_website}}}
 
|}</includeonly><noinclude>
 
|}</includeonly><noinclude>
 +
 +
= Template =
 +
If you want to use this template, just copy the following text and add it to your guilds wiki. Change the "REPLACETHIS" tag to whatever you want. Your tag must be before the | (pipe) character and after the = (equals) character.
 +
 +
<pre>{{Guildbox|
 +
guild_name=REPLACETHIS|
 +
guild_image=REPLACETHIS|
 +
guild_leader=REPLACETHIS|
 +
guild_founder=REPLACETHIS|
 +
guild_allies=REPLACETHIS|
 +
guild_website=REPLACETHIS|
 +
}}</pre>
 +
 +
 +
= Example =
 +
This template will look like this.
 +
 +
{{Guildbox|
 +
guild_name={{{GUILD NAME}}}|
 +
guild_image={{{GUILD IMAGE}}}|
 +
guild_leader={{{GUILD LEADER}}}|
 +
guild_founder={{{GUILDER FOUNDER}}}|
 +
guild_allies={{{GUILD ALLIES, SEPERATED BY COMMA'S}}}|
 +
guild_website={{{GUILD WEBSITE}}}|
 +
}}
  
 
[[Category:Guild Templates|{{PAGENAME}}]]</noinclude>
 
[[Category:Guild Templates|{{PAGENAME}}]]</noinclude>

Revision as of 14:19, 26 February 2008


Template

If you want to use this template, just copy the following text and add it to your guilds wiki. Change the "REPLACETHIS" tag to whatever you want. Your tag must be before the | (pipe) character and after the = (equals) character.

{{Guildbox|
guild_name=REPLACETHIS|
guild_image=REPLACETHIS|
guild_leader=REPLACETHIS|
guild_founder=REPLACETHIS|
guild_allies=REPLACETHIS|
guild_website=REPLACETHIS|
}}


Example

This template will look like this.

{{{GUILD NAME}}}
{{{GUILD IMAGE}}}
Leader(s): {{{GUILD LEADER}}}
Founder: {{{GUILDER FOUNDER}}}
Allies: {{{GUILD ALLIES, SEPERATED BY COMMA'S}}}
Website: {{{GUILD WEBSITE}}}