Difference between revisions of "Template:Infobox Group"

From comp.tf
Jump to navigation Jump to search
(Fixing missing closing pre tag)
 
(7 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
{{!}} {{{Founded}}} |}}
 
{{!}} {{{Founded}}} |}}
 
|-
 
|-
{{#if:{{{Creater|}}} |
+
{{#if:{{{Creator|}}} |
{{!}} '''Creater'''
+
{{!}} '''Creator'''
{{!}} {{{Creater}}} | }}
+
{{!}} {{{Creator}}} | }}
 
|-
 
|-
 
{{#if:{{{Status|}}} |
 
{{#if:{{{Status|}}} |
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 = 
}}