Difference between revisions of "Template:Groupbox"
From The Shartak Wiki
Jump to navigationJump to searchSkull Face (talk | contribs) m (Protected "Template:Groupbox" [edit=sysop:move=sysop] [cascading]) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | http:// | + | <includeonly>{| style="border: 2px solid darkslategray; border-spacing: 0; float: right; font-size: 90%; margin: 0.25em 0.5em; width: 35%" |
+ | |colspan=2 style="background: darkslategray; color: gainsboro; font-size: 110%; text-align: center"|'''{{{group_name}}}''' | ||
+ | |- | ||
+ | |style="text-align: center; background: gainsboro;" colspan="2"|{{{group_image|[[image:None.jpg]]}}} | ||
+ | |- | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Abbreviation:''' | ||
+ | |style="padding-left: 1ex"|{{{group_abbrev}}} | ||
+ | |- style="background: gainsboro;" | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Group Numbers:''' | ||
+ | |style="padding-left: 1ex"|{{{group_membership}}} | ||
+ | |- | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Leadership:''' | ||
+ | |style="padding-left: 1ex"|{{{group_leaders}}} | ||
+ | |- style="background: gainsboro;" | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Goals:''' | ||
+ | |style="padding-left: 1ex"|{{{group_goals}}} | ||
+ | |- | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Recruitment Policy:''' | ||
+ | |style="padding-left: 1ex"|{{{group_recruit}}} | ||
+ | |- style="background: gainsboro;" | ||
+ | |style="text-align: right; width: 12em; vertical-align:top"|'''Contact:''' | ||
+ | |style="padding-left: 1ex"|{{{group_contact}}} | ||
+ | |}</includeonly><noinclude> | ||
+ | =DO NOT EDIT THIS FILE!= | ||
+ | If you want to add a groupbox to your group page, just add the following wiki code to your group page, and fill in the blanks. Make sure to end each parameter with | (pipe) character. | ||
+ | |||
+ | <pre>{{Groupbox| | ||
+ | group_name=FILLTHIS| | ||
+ | group_image=FILLTHIS| | ||
+ | group_abbrev=FILLTHIS| | ||
+ | group_membership=FILLTHIS| | ||
+ | group_leaders=FILLTHIS| | ||
+ | group_goals=FILLTHIS| | ||
+ | group_recruit=FILLTHIS| | ||
+ | group_contact=FILLTHIS}}</pre> | ||
+ | |||
+ | If you're having any trouble, you can ask for help on the [[Wiki Questions]] page. | ||
+ | |||
+ | ==Example== | ||
+ | |||
+ | The following | ||
+ | <pre> | ||
+ | {{Groupbox| | ||
+ | group_name=Bob's Moonberries| | ||
+ | group_image=[[Image:800px-Flag_of_the_United_States.svg.png|400px]]| | ||
+ | group_abbrev=BoMb| | ||
+ | group_membership=40,000| | ||
+ | group_leaders=Bob, Moonberry| | ||
+ | group_goals=Carnage| | ||
+ | group_recruit=None| | ||
+ | group_contact=[http://uncyclopedia.org/wiki/Oscar_Wilde here]}} | ||
+ | </pre> | ||
+ | |||
+ | will produce this: | ||
+ | {{Groupbox| | ||
+ | group_name=Bob's Moonberries| | ||
+ | group_image=[[Image:800px-Flag_of_the_United_States.svg.png|400px]]| | ||
+ | group_abbrev=BoMb| | ||
+ | group_membership=40,000| | ||
+ | group_leaders=Bob, Moonberry| | ||
+ | group_goals=Carnage| | ||
+ | group_recruit=None| | ||
+ | group_contact=[http://uncyclopedia.org/wiki/Oscar_Wilde here]}} | ||
+ | |||
+ | [[Category:Group Templates|Groupbox]]</noinclude> |
Latest revision as of 12:13, 18 September 2008
DO NOT EDIT THIS FILE!
If you want to add a groupbox to your group page, just add the following wiki code to your group page, and fill in the blanks. Make sure to end each parameter with | (pipe) character.
{{Groupbox| group_name=FILLTHIS| group_image=FILLTHIS| group_abbrev=FILLTHIS| group_membership=FILLTHIS| group_leaders=FILLTHIS| group_goals=FILLTHIS| group_recruit=FILLTHIS| group_contact=FILLTHIS}}
If you're having any trouble, you can ask for help on the Wiki Questions page.
Example
The following
{{Groupbox| group_name=Bob's Moonberries| group_image=[[Image:800px-Flag_of_the_United_States.svg.png|400px]]| group_abbrev=BoMb| group_membership=40,000| group_leaders=Bob, Moonberry| group_goals=Carnage| group_recruit=None| group_contact=[http://uncyclopedia.org/wiki/Oscar_Wilde here]}}
will produce this:
Bob's Moonberries | |
400px | |
Abbreviation: | BoMb |
Group Numbers: | 40,000 |
Leadership: | Bob, Moonberry |
Goals: | Carnage |
Recruitment Policy: | None |
Contact: | here |