Difference between revisions of "Template:XP"

From Legends of Hyrule
Jump to navigationJump to search
m (human error)
m (typo)
Line 1: Line 1:
<includeonly>{{#if:{{{1}}}|0|10}}
+
<includeonly>{{#ifeq:{{{1}}}|0|10}}
 
{{#ifeq:{{{1}}}|1/8|25}}
 
{{#ifeq:{{{1}}}|1/8|25}}
 
{{#ifeq:{{{1}}}|1/4|50}}
 
{{#ifeq:{{{1}}}|1/4|50}}

Revision as of 02:04, 30 May 2016

Usage

This template takes a Challenge Rating (CR) you plug in, and it returns how much Experience (XP) that CR is worth. To use it, type the following, but replace "10" with whatever CR number is appropriate.

{{XP|10}}

For a CR of less than one, several options can be used. These include 1/2, 1/4, 1/8, and 0. Aside from those options, the template only accepts positive integers up to 30.