Template:Code

From Hack Wars Wiki

Jump to: navigation, search
{{{code}}}



This is the layout page for the Code template. The template is designed to display function 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.

{{Code
| code=code}}

Template Parameters

  • code - HackScript code.

Category Inclusion

This template automatically adds articles that display it into the HackScript 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.

Known Problems

A few characters can cause trouble when used within in this template.

char problem workaround
| ends script early use {{!}} instead of |.
|| ends script early use {{!!}} instead of ||.
}} ends script early put a space or newline in between.
Personal tools