Template:Challenge

From Hack Wars Wiki

Jump to: navigation, search
Challenge Information for {{{challenge}}}
Challenge {{{challenge}}}
Code {{{code}}}
Input Example {{{in}}}
Output Example {{{out}}}
Level {{{level}}}
Profit ${{{profit}}}
Experience {{{experience}}} to each stat
Description {{{description}}}



This is the layout page for the Challenge template. The template is designed to display challenge information..

Contents

Usage

To use this template in an article, you need to insert the following text into the article where you want the template to appear.

{{Challenge
| challenge=challenge_name
| code=challenge_code
| in=input_example
| out=output_example
| level=level_required
| profit=money_awarded
| experience=experience_awarded
| description=description}}

Template Parameters

  • challenge - Correct name of the challenge.
  • code - The code of the challenge.
  • in - Example of input going into script.
  • out - Example of how the input should output after the script.
  • level - Level needed to perform this challenge.
  • profit - Amount of money awarded when the challenge is completed.
  • experience - Amount of experience to each stat when the challenge is completed.
  • description - Description of the challenge.

Category Inclusion

This template automatically adds articles that display it into the Challenges category. See the full list of wiki Categories for help in selecting an appropriate category.

Misc Usage Notes

  1. The nowiki markup tags may be shown as <no wiki> or </no wiki> in examples provided here for technical reasons. The space in the tag should be omitted when the tag is used in conjunction with this template.
  2. Some wiki markup tags may appear in templates that utilize meta-templates through trasnsclusion. These "junk tags" appear to be the result of multiple levels of template inclusion and should only be displayed when viewing the template. They are not present when the final template is displayed in an article.
Personal tools