This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

Call Syntax

25 janvier 2026 à 21h23
What follows is a formal presentation of the syntax of the WikiText syntax for procedure/function/macro calls, using railroad diagrams.

callee-name

<<callee-namewhitespaceparam-value>>
  • The callee-name is a sequence of non-whitespace characters other than ( or >.
  • whitespace denotes a sequence of whitespace characters.

param-value

Each individual param-value has the following syntax:

valueparam-namespace:spacevaluespace=spacenew-valuespace
  • The param-name is a sequence of letters (AZ, az), digits (09), hyphens (-) and underscores (_).
  • The value is specified as follows:
"""tout sauf """""""tout sauf ""'tout sauf ''[[tout sauf ]]]`tout sauf `````tout sauf ``````tout sauf ' " ou espacevierge
  • Depuis<<:>> 5.4.0 The new-value can either be a plain value or a full callee-name call, allowing for dynamic parameter values.