Difference between revisions of "Template:Clanbox test"
From The Shartak Wiki
Jump to navigationJump to searchm (that's it. Hope this helps anyone who tries to fix the REAL clanbox template. (I don't know about the ifeq-thing, so all the invisible technical stuff might not work with this template)) |
|||
(One intermediate revision by one other user not shown) | |||
Line 17: | Line 17: | ||
|'''Contact:'''||{{{clan_contact|}}} | |'''Contact:'''||{{{clan_contact|}}} | ||
|} | |} | ||
− | {{#ifeq:{{{active|}}}|no|{{#ifeq:{{{sort_as|}}}||[[Category:Inactive clans]]|[[Category:Inactive clans|{{{sort_as}}}]]}}|{{#ifeq:{{{sort_as|}}}||[[Category:Clans]]|[[Category:Clans|{{{sort_as}}}]]}}{{#ifeq:{{{open_to|}}}|||{{#ifeq:{{{sort_as|}}}||[[Category:Clans for {{{open_to}}}]]|[[Category:Clans for {{{open_to}}}|{{{sort_as}}}]]}}}}{{#ifeq:{{{official_id|}}}|||{{#ifeq:{{{sort_as|}}}||[[Category:Officially recognized clans]]|[[Category:Officially recognized clans|{{{sort_as}}}]]}}}}}}</includeonly> | + | {{#ifeq:{{{active|}}}|no|{{#ifeq:{{{sort_as|}}}||[[Category:Inactive clans]]|[[Category:Inactive clans|{{{sort_as}}}]]}}|{{#ifeq:{{{sort_as|}}}||[[Category:Clans]]|[[Category:Clans|{{{sort_as}}}]]}}{{#ifeq:{{{open_to|}}}|||{{#ifeq:{{{sort_as|}}}||[[Category:Clans for {{{open_to}}}]]|[[Category:Clans for {{{open_to}}}|{{{sort_as}}}]]}}}}{{#ifeq:{{{official_id|}}}|||{{#ifeq:{{{sort_as|}}}||[[Category:Officially recognized clans]]|[[Category:Officially recognized clans|{{{sort_as}}}]]}}}}}}</includeonly><noinclude><br style="clear: both" />Each [[clan]] should use this template to present their information in the way visitors expect. |
− | < | + | == Usage == |
− | If | + | <nowiki>{{Clanbox|</nowiki> |
+ | clan_name='''Clan Name'''| | ||
+ | official_id=| | ||
+ | open_to='''everyone'''| | ||
+ | clan_image=| | ||
+ | clan_leaders=| | ||
+ | clan_membership=| | ||
+ | clan_goals=| | ||
+ | clan_recruit=| | ||
+ | clan_contact=| | ||
+ | sort_as=| | ||
+ | }} | ||
+ | |||
+ | === Fields === | ||
+ | Required fields are in bold text. | ||
+ | * '''''clan_name''''': The name. | ||
+ | * ''official_id'': If the clan is registered, its ID is the number at the end of the address of its in-game page. If it's not registered, leave this field blank. | ||
+ | * '''''open_to''''': Must be ''everyone'', ''outsiders'', or ''natives'', with no capitalization. | ||
+ | * ''clan_image'': An image for the clan. Large images should be used like <nowiki>[[Image:ClanImage.jpg|300px]]</nowiki>, where 300 is the width in pixels to shrink the image to on the page. | ||
+ | * ''clan_leaders'': The leader(s), if any. | ||
+ | * ''clan_membership'': The number of members. | ||
+ | * ''clan_goals'': The goals, if any. | ||
+ | * ''clan_recruit'': Recruiting policies, if any. | ||
+ | * ''clan_contact'': Preferred methods of contact. | ||
+ | * ''sort_as'': Sort key; leave blank in most cases. If your clan's name is "The Wimps", this should be "Wimps, The" to be sorted in the W's. | ||
+ | Additionally, adding ''active=no'' to the template will categorize the clan page in [[:Category:Inactive clans]] instead of the customary clan categories. | ||
+ | |||
+ | [[Category:Templates|Clanbox_fix]]</noinclude> |
Latest revision as of 16:56, 2 October 2012
Each clan should use this template to present their information in the way visitors expect.
Usage
{{Clanbox| clan_name=Clan Name| official_id=| open_to=everyone| clan_image=| clan_leaders=| clan_membership=| clan_goals=| clan_recruit=| clan_contact=| sort_as=| }}
Fields
Required fields are in bold text.
- clan_name: The name.
- official_id: If the clan is registered, its ID is the number at the end of the address of its in-game page. If it's not registered, leave this field blank.
- open_to: Must be everyone, outsiders, or natives, with no capitalization.
- clan_image: An image for the clan. Large images should be used like [[Image:ClanImage.jpg|300px]], where 300 is the width in pixels to shrink the image to on the page.
- clan_leaders: The leader(s), if any.
- clan_membership: The number of members.
- clan_goals: The goals, if any.
- clan_recruit: Recruiting policies, if any.
- clan_contact: Preferred methods of contact.
- sort_as: Sort key; leave blank in most cases. If your clan's name is "The Wimps", this should be "Wimps, The" to be sorted in the W's.
Additionally, adding active=no to the template will categorize the clan page in Category:Inactive clans instead of the customary clan categories.