Difference between revisions of "Template:Infobox Group"
Jump to navigation
Jump to search
(Created page with "{| class="infobox" |- ! colspan=2 | {{{Group Name}}} |- | colspan=2 class="centered" | {{#if:{{{image|}}} | [[File:{{{image}}}{{!}}{{{imagesize|225px}}}]] |}} |- ! colspan=2 |...") |
(Fixing missing closing pre tag) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
{{!}} {{{Founded}}} |}} | {{!}} {{{Founded}}} |}} | ||
|- | |- | ||
− | {{#if:{{{ | + | {{#if:{{{Creator|}}} | |
− | {{!}} ''' | + | {{!}} '''Creator''' |
− | {{!}} {{{ | + | {{!}} {{{Creator}}} | }} |
|- | |- | ||
{{#if:{{{Status|}}} | | {{#if:{{{Status|}}} | | ||
Line 23: | Line 23: | ||
{{!}} {{{Group Type}}} | }} | {{!}} {{{Group Type}}} | }} | ||
|- | |- | ||
− | {{#if:{{{ | + | {{#if:{{{Group Page|}}} | |
{{!}} '''Group Page''' | {{!}} '''Group Page''' | ||
− | {{!}} {{{ | + | {{!}} {{{Group Page}}} | }} |
|- | |- | ||
{{#if:{{{links|}}} | | {{#if:{{{links|}}} | | ||
Line 33: | Line 33: | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
+ | ==Usage== | ||
+ | *Just copy this code below to the page and edit the values after the "=" | ||
+ | **'''Important:''' If you don't know a value just let it be with a null value (blank) or delete the line. | ||
+ | *After the code you can write and format text as you normally would to expand the rest of the content. | ||
+ | *An example of this template can be found on the [[Pcgn pugs|PCGN pugs]] page. | ||
+ | <pre> | ||
+ | {{Infobox Group | ||
+ | | Group Name = add value here | ||
+ | | image = add value here | ||
+ | | Founded = add value here | ||
+ | | Creator = add value here | ||
+ | | Status = add value here | ||
+ | | Group Type = add value here | ||
+ | | Group Page = add value here | ||
+ | | links = | ||
+ | }}</pre> | ||
+ | |||
+ | [[Category:Infoboxes]] |
Latest revision as of 14:48, 2 August 2013
{{{Group Name}}} | |
---|---|
Basic Information |
Usage[edit]
- Just copy this code below to the page and edit the values after the "="
- Important: If you don't know a value just let it be with a null value (blank) or delete the line.
- After the code you can write and format text as you normally would to expand the rest of the content.
- An example of this template can be found on the PCGN pugs page.
{{Infobox Group | Group Name = add value here | image = add value here | Founded = add value here | Creator = add value here | Status = add value here | Group Type = add value here | Group Page = add value here | links = }}