Skip to main content; Accessibility mode;

Manual_tokens

Tokens Reference

Introduction

Actions like replying, voting, configuring, etc. is done with text-based tokens.

A token is just a bit of text which tells the system to do something.

For example, you may submit a "my name is ..." token to share your name.

Other examples include title: ...

A #hashtag is also a type of token you may already be familiar with.

The rest of this document is a reference of tokens the system supports.

If you want to learn more about this system, this is a good place to look.

If something is unclear, please comment with your question.

Reply

Example: >>0123456789abcdef

On a line by itself, this will reference the message which has that identifier.)

The reply token is used in conjunction with either reply text or other tokens.

For example, the "title:" token, used with a reply token, will suggest that title for the item referenced.

Configure

The #config and #resetconfig tokens allow changing configuration.

Example: #config html/avatar_icons 1

Example: #config string/en/page_intro/post dc4f0b7833c04bcdf0a5e89b4be6bc9e11a1518f

Example: #resetconfig string/en/page_intro/post

Settings under the admin/ tree are always restricted to admin users.

Notes: Value is a string. If value looks like an item identifier, a lookup will be attempted. If the item is found, its contents will be used as the value.

Restricted to admin users, unless
config/anyone_can_config=1 and/or
config/signed_can_config=1 and/or
config/cookied_can_config=1

Hashtags

Example: #meta

Translates to vote being added to parent.

Vouch

Gives specified user extra voting weight, used for scoring.

Example: vouch/F82FCD75AAEF7CC8/20

(Adds 20 vouch points to fingerprint F82FCD75AAEF7CC8.)

Requires signing by admin user.

Timestamp and Client Fingerprint

Example: addedtime/759434a7a060aaa5d1c94783f1a80187c4020226/1553658911

Example: addedby/766053fcfb4e835c4dc2770e34fd8f644f276305/2d451ec533d4fd448b15443af729a1c6

Records item as having been added at that time and/or by that client ID.

Event

Schedules an event.

Example: event/1551234567/3600

Params: start time (epoch), duration (seconds)

Latitude-Logitude Location

Specifies an Earth location, in latitude-longitude format.

Example: latlong/-44.1234567,12.1234567

Two negative or positive decimal values, with up to 9 digits after the decimal point.

Black Rock City (Burning Man) Location

Specifies an address in Black Rock City, in the form of avenue (between 2:00 - 10:00) and street (one letter A-ZZ)

Example: brc/4:20/A


Top