DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:number

Table of Contents

number Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Stylized number encodings with additional tooltip for more info.

Last updated on
2023-09-20
Provides
Syntax
Repository
Source

Similar to character

Tagged with formatting

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Syntax

Basic syntax:

{{n>12}}

will provide you with a nicely formatted number and additional tooltip

Supported number formats; only positive safe integers < 9223372036854775807 are supported :

  • 12 standard positive integer
  • 12e12 scientific notation = 12 ⋅ 1012
  • 0b100101 binary literal
  • 0xfffff hexadecimal literal
  • 42_5 p-adic number in any base from 2 to 36, see image above

Not (yet) supported number formats

  • 12.34 ❌ floating point
  • -123 ❌ negative values
  • 12E-3 ❌ scientific notation with negative exponent
  • 1E20 ❌ non safe integer

Changelog

plugin/number.txt · Last modified: 2023-10-03 22:19 by tscherter

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki