2024년 3월 10일 오후 5:26
- 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-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: