-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
needs triageThis is a new issue that needs to be reviewed.This is a new issue that needs to be reviewed.
Description
Problem
The headers used for descriptions of what arguments/parameters a given function, script, or preprocessor directive expects are inconsistent. This is confusing.
The #db functions use "arguments", as a h2:
hackmud_wiki/docs/scripting/db/db.i.mdx
Line 15 in 63cdbb8
| ## Arguments |
JavaScript Extensions use "arguments", h2:
| ## Arguments |
The scripts.lib functions use "parameters", as a h3 (as a subheading of "Syntax"):
| ### Parameters |
Trust Scripts use "parameters", as a h3 (as a subheading of "Syntax"):
| ### Parameters |
Metadata
Metadata
Assignees
Labels
needs triageThis is a new issue that needs to be reviewed.This is a new issue that needs to be reviewed.