25th January 2026 at 9:23pm
- What follows is a formal presentation of the syntax of the WikiText syntax for procedure/function/macro calls, using railroad diagrams.
callee-name
- The
callee-nameis a sequence of non-whitespace characters other than(or>. whitespacedenotes a sequence of whitespace characters.
param-value
Each individual param-value has the following syntax:
- The
param-nameis a sequence of letters (A–Z,a–z), digits (0–9), hyphens (-) and underscores (_). - The
valueis specified as follows:
- New in v5.4.0 The
new-valuecan either be a plainvalueor a fullcallee-namecall, allowing for dynamic parameter values.