Name requiredName of the alias to call, exactly as it is stored in the site Aliases manager (case sensitive). The aliases code is looked up among the current sites aliases (and any sites it shares aliases with) and inserted in place. If no alias of this name exists, the whole _ command expands to an empty string.
param1, param2, ... optionalOptional colon-separated values passed to the alias. Inside the alias code they are available as _#P1, _#P2, ... in the order given, and substituted before the code is expanded. Aliases that take no parameters ignore these. To pass a literal colon inside one value, escape it as #: (hash before the colon).
[{_:}]
[before]{_:NoSuchAlias_XYZ:ignored}[after]
{_:HelloMsg:Maria}
{_:IssueRef}
{_:TogglePanel:More details}
{item:{_:IssueRef}:headline........}
{_:ColourBox:Saved successfully:green}