Template:AwardBox: Difference between revisions

From Hack Forums Wiki
Josh Allen (talk | contribs)
Tag: Reverted
Josh Allen (talk | contribs)
Tag: Manual revert
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:


==Details==
==Details==
{{#if: {{{AwardDetails|}}}|{{{AwardDetails}}}|There is currently no information on this award.}}
{{#if: {{{AwardDetails|}}}|{{{AwardDetails}}}|There are no known details about this award at this time.}}


==Recipients==
==Recipients==
{{#if: {{{AwardRecip|}}}|{{{AwardRecip}}}|There is no information currently.}}
{{#if: {{{AwardRecip|}}}|{{{AwardRecip}}}|There are no known recipients of this award at this time, or they have not been specified.}}


{{AwardNavbox}}
{{AwardNavbox}}

Latest revision as of 16:53, 21 November 2025


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

Documentation

AwardDesc

The official description of the award as it appears on the Awards page.

AwardType

Valid arguments are Regular, Paid, Limited, Goal, Discontinued.

Regular

Anything that can be given out normally, and is not explicitly defined as Limited in its description or by Omniscient.

Anything that you can purchase with money; all awards on this page are Paid Awards.

Limited

Anything explicitly defined as being in limited quantity. The only two that fall into this category are the Qwazz Star and Gavel of Dredd.

Goal

Anything that is an award goal.

Discontinued

Anything that is no longer being distributed towards members. Awards that fall into this category often say that they're no longer being given out in their description.

AwardID

ID number of the award from the Awards Page.

AwardDetails

Go into more details on what the award is about, if it has a history or if there's anything special about it. Be creative.

AwardRecip

Wiki Table of the Award Recipients. Blank template is below.

<!--DO NOT CHANGE ANYTHING BELOW ME -->
{{{!}} class="wikitable"
{{!}}-
! Recipient Name !! Reason !! Date Given
{{!}}-
<!--DO NOT CHANGE ANYTHING ABOVE ME -->
{{!}} Name Here {{!}}{{!}} Reason Here {{!}}{{!}} Date Here
{{!}}-
{{!}} Name Here {{!}}{{!}} Reason Here {{!}}{{!}} Date Here
{{!}}-
{{!}} Name Here {{!}}{{!}} Reason Here {{!}}{{!}} Date Here
{{!}}-
{{!}} Name Here {{!}}{{!}} Reason Here {{!}}{{!}} Date Here
{{!}}-
{{!}}}
}}

A blank version of the template can be found below.

{{AwardBox
| AwardDesc    = 
| AwardType    = 
| AwardID      = 
| AwardDetails = 
| AwardRecip   = 
}}

Example usage is below.

{{AwardBox
| AwardDesc    = Full description of the award, as it appears on awards.php
| AwardType    = Paid, Regular, Limited, 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.
| AwardRecip   = Table of Award Recipients. When making the table, the pipe character must be escaped! Use {{!}} to do it.  
}}