10th March 2024 at 5:26pm
- What follows is a formal presentation of the syntax of the WikiText syntax for procedure calls, using railroad diagrams.
procedure-name
- The procedure's
procedure-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:
- The
param-name
is a sequence of letters (A
–Z
,a
–z
), digits (0
–9
), hyphens (-
) and underscores (_
). - The
value
is specified as follows: