Template:BTD6 changes/doc: Difference between revisions

more documentation
m changing the names delimiter to a semicolon so it works properly on subjects that have a comma in their names (like certain achievements)
Line 27: Line 27:
],
],
"label": "Names",
"label": "Names",
"description": "A list of comma-separated names of subjects. This is the \"key\" used to list changes using Cargo; for example, creating a list of changes with the name \"Dark Castle\" and querying a list of changes with the name \"Dark Castle\" will only display changes under the name \"Dark Castle\". If using multiple names, separate them with commas with one space.",
"description": "A list of names of subjects, separated by semicolons. This is the \"key\" used to list changes using Cargo; for example, creating a list of changes with the name \"Dark Castle\" and querying a list of changes with the name \"Dark Castle\" will only display changes under the name \"Dark Castle\". If using multiple names, separate them with commas with one space.",
"example": "Dreadbloon, Dreadrock Bloon",
"example": "Dreadbloon;Dreadrock Bloon",
"type": "string",
"type": "string",
"required": true
"required": true