Template:Calculator

Template:Calculator is designed for use on equation-related pages to display an interactive JavaScript calculator.

Template

{{Calculator| }}

Parameters

1

  • Usage: Mandatory
  • Description: The 1 parameter takes a string denoting the ID of the calculator to display. This is used to generate the id property of the div tag that the JavaScript hooks onto. This parameter, the template's only one, is an anonymous parameter, which means that no parameter name needs to be explicitly specified when using Template:Calculator.
  • Valid Value(s): Any string that corresponds to an implemented JavaScript calculator.