Jump to content

Wikifunctions:Reserved ZIDs/bn

From Wikifunctions
This page is a translated version of the page Wikifunctions:Reserved ZIDs and the translation is 0% complete.
Technical documentation about Wikifunctions
General overviews
User-facing features
Back-end specifics

This page details ZIDs that are reserved by Wikilambda, the software that runs Wikifunctions. All ZIDs with four digits or less are reserved. See Wikifunctions:Reserved ZIDs/all for a list of currently pre-defined objects.

Ranges

We reserve certain spaces for certain kinds of pre-defined objects.

  • Z1 – Z99: core types. (See § Core types below.)
  • Z100 – Z199: validators for the core types (i.e. for each core type, +100 gives the validator), e.g. Z104 is the validator for Z4/Type
  • Z200 – Z299: built-in implementations for the validators for the core types (i.e. Z204 is the built-in implementation for the validator for Z4/Type)
  • Z300 – Z399: unassigned for now
  • Z400 – Z499: reserved for local use
  • Z500 – Z599: core error types (Z5xx because Z5 is error) (See § Core error types below.)
  • Z600 – Z699: core programming languages (Z6xx because Z61 is programming language)
  • Z700 – Z799: unassigned for now
  • Z800 – Z899: definitions of core functions with built-ins (Z8xx because Z8 is function) (See § Core functions below.)
  • Z900 – Z999: built-ins for the core functions (they are +100 from the respective Z8xx)
  • Z1000 – Z2999: natural languages (instances of Z60)
  • Z3000 – Z5999: reserved for future use
  • Z6000 – Z6999: types, functions, etc. for using content from Wikidata and other Wikimedia sources
    • Z6000 – Z6099: types for content from Wikidata and other Wikimedia sources (See § Wikidata types below.)
    • Z6100 – Z6199: validators for these types
    • Z6200 – Z6299: built-in implementations of the validators
    • Z6800 – Z6899: helper functions for these types that need to be built-in (e.g., fetching, equality) (See § Wikidata functions below.)
    • Z6900 – Z6999: built-in implementations of the helper functions
  • Z7000 – Z7999: reserved for future use
  • Z8000 – Z8999: Testers for each pre-defined function (e.g. Z801 is tested via Z8010, Z8011, Z8012, … Z8019).
  • Z9000 – Z9999: reserved for future use

Core types

Wikidata types

Core functions

Wikidata functions

Core error types


See also