Difference between revisions of "Template:AwardBox"

From Hack Forums Wiki
(Undo revision 2519 by D3xus (talk))
Line 10: Line 10:
|  label3    = Founded:                                                                                                    |  data3 = {{{AwardFounded}}}
|  label3    = Founded:                                                                                                    |  data3 = {{{AwardFounded}}}
|  label4    = Type:                                                                                                      |  data4 = {{{AwardType}}}
|  label4    = Type:                                                                                                      |  data4 = {{{AwardType}}}
|  label5    = {{#ifeq:{{#expr: {{Table row counter|page={{{PAGENAME}}}}}}}||{{Empty}}|Total Recipients:}}                |  data5 = {{#ifeq:{{#expr: {{Table row counter|page={{{PAGENAME}}}}}}}||{{Empty}}|{{#expr: {{Table row counter|page={{{PAGENAME}}}}} - 1}}}}
|  label6    = Award ID:                                                                                                  |  data6 = [http://www.hackforums.net/myawards.php?awid={{{AwardID}}} <span style="color: white">{{{AwardID}}}</span>]
|  label6    = Award ID:                                                                                                  |  data6 = [http://www.hackforums.net/myawards.php?awid={{{AwardID}}} <span style="color: white">{{{AwardID}}}</span>]
[[Category:Awards]]
[[Category:Awards]]
Line 15: Line 16:
}}
}}
{{#if: {{{AwardDetails|}}}|{{{AwardDetails}}}|There are no known details about this award at this time.}}
{{#if: {{{AwardDetails|}}}|{{{AwardDetails}}}|There are no known details about this award at this time.}}
{{#if: {{{AwardRecip|}}}|{{{AwardRecip}}}|There are no known recipients of this award at this time.}}
{{AwardNavbox}}
{{AwardNavbox}}
</includeonly>
</includeonly>

Revision as of 11:36, 10 July 2015


This template is used on Award pages (any article with the Award: namespace), and is used to describe the specific details of said award.

{{AwardBox
| AwardName    = 
| AwardPic     = 
| AwardDesc    = 
| AwardStatus  = 
| AwardFounded = 
| AwardType    = 
| AwardID      = 
| AwardDetails = 
}}

Example usage is below.

{{AwardBox
| AwardName    = Full name of the award, as it appears on awards.php
| AwardPic     = Image of the award (no File: is necessary, but include (Award))
| AwardDesc    = Full description of the award, as it appears on awards.php
| AwardStatus  = If the Award is being given out, list as "Active". If it's been discontinued, list as "Closed"
| AwardFounded = The MM-DD-YYYY that the award was released. If unknown, use the date of the first recipient.
| AwardType    = Purchased, Earned, Limited, or Discontinued.
| AwardID      = The exact Award ID #.
| AwardDetails = If details for the award are public (donator awards), list them here. Else, detail why the award is usually given out.
}}