More actions
M88youngling (talk | contribs) No edit summary |
M88youngling (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{ | { | ||
"basic | "tools": { | ||
"basic": { | |||
"name": "basic-citation", | |||
"group": "cite", | |||
"title": { | |||
"message": "cite-tool-basic-title", | |||
"en": "Basic citation" | |||
}, | |||
"description": { | |||
"message": "cite-tool-basic-description", | |||
"en": "Add a basic reference" | |||
}, | |||
"icon": "ref-cite-note", | |||
"template": { | |||
"params": [ | |||
{ | |||
"name": "ref", | |||
"example": "Reference text", | |||
"suggested": true | |||
} | |||
] | |||
} | |||
}, | }, | ||
" | "discord": { | ||
"name": "discord-citation", | |||
"group": "cite", | |||
"title": { | |||
"en": "Discord message" | |||
}, | |||
"description": { | |||
"en": "Cite a Discord server message" | |||
}, | |||
"icon": "ref-cite-web", | |||
"template": { | |||
"target": "Cite discord", | |||
"params": [ | |||
{ | |||
"name": "author", | |||
"required": true | |||
}, | |||
{ | |||
"name": "date", | |||
"required": true | |||
}, | |||
{ | |||
"name": "channel", | |||
"required": true | |||
}, | |||
{ | |||
"name": "guild", | |||
"required": true | |||
}, | |||
{ | |||
"name": "url" | |||
}, | |||
{ | |||
"name": "access", | |||
"example": "public / private" | |||
} | |||
] | |||
} | |||
} | } | ||
} | } | ||
} | } | ||
Revision as of 23:06, 27 October 2025
| tools |
|
|---|