Difference between revisions of "Template:Infobox Group"
Jump to navigation
Jump to search
(Fixing missing closing pre tag) |
|||
| (5 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 | ||
| − | | image = | + | | Group Name = add value here |
| − | | Founded = | + | | image = add value here |
| − | | Creator = | + | | Founded = add value here |
| − | | Status = | + | | Creator = add value here |
| − | | Group Type = | + | | Status = add value here |
| − | | Group Page = | + | | Group Type = 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 =
}}