Difference between revisions of "Template:Infobox Group"

From comp.tf
Jump to navigation Jump to search
(Fixing missing closing pre tag)
 
(4 intermediate revisions by 2 users not shown)
Line 37: Line 37:
 
**'''Important:''' If you don't know a value just let it be with a null value (blank) or delete the line.
 
**'''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.
 
*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>
 
<pre>
 
{{Infobox Group
 
{{Infobox Group
Line 47: Line 48:
 
| Group Page = add value here
 
| Group Page = add value here
 
| links =  
 
| 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 = 
}}