Template:ExploitBox

From PZwiki
Notebook.pngTemplate Documentation

The {{ExploitBox}} template is used to hide exploits which are considered unethical and potentially ruin gameplay.

Usage

Parameters

1
Content to be hidden.
subtitle
Customizable subtitle.
id
ID to be set if template is used multiple times on a page. Each use on a single page must have a unique value.

Examples

Basic usage.
{{ExploitBox|This text will be hidden.}}
Cheese.png Exploit warning! This section contains unethical tactics that are not intended gameplay.Show / Hide

This text will be hidden.


A custom subtitle can be set.
{{ExploitBox|subtitle=This section describes how to quickly level a skill via an exploit.|This text will be hidden.}}
Cheese.png Exploit warning! This section describes how to quickly level a skill via an exploit.Show / Hide

This text will be hidden.


A unique id should be set if there are multiple uses of the template on a single page.
{{ExploitBox|id=maintenance|This text will be hidden.}}
{{ExploitBox|id=aiming|This text will be hidden.}}
Cheese.png Exploit warning! This section contains unethical tactics that are not intended gameplay.Show / Hide

This text will be hidden.

Cheese.png Exploit warning! This section contains unethical tactics that are not intended gameplay.Show / Hide

This text will be hidden.

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

  {{#switch: {{{1|}}}
  | title = Exploit warning!
  | subtitle = This section contains unethical tactics that are not intended gameplay.
  | #default = [[Category:Incorrect template usage]]
  }}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.