|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| {
| | [ |
| "basic-citation": {
| | { |
| "name": "basic-citation",
| | "name": "discord", |
| "group": "cite",
| | "icon": "browser", |
| "title": {
| | "template": "Cite discord" |
| "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-citation": { | |
| "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"
| |
| }
| |
| ]
| |
| }
| |
| } | | } |
| }
| | ] |