Template:Tag: Difference between revisions
Template page
More actions
Set up the template for the tag page proposal |
Updated the Template with proper descriptions of what each Parameter means. |
||
| Line 4: | Line 4: | ||
{ | { | ||
"params": { | "params": { | ||
"Tag Category": {}, | "Tag Category": { | ||
"Tag Type": {}, | "description": "Which Category does the Tag belong to?", | ||
"Description": {}, | "type": "line", | ||
"Notes": {} | "suggestedvalues": [ | ||
"Format", | |||
"Genre", | |||
"Theme", | |||
"Content" | |||
] | |||
}, | |||
"Tag Type": { | |||
"description": "What is the tag exactly about?", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Character", | |||
"Setting", | |||
"Activity", | |||
"Format", | |||
"Story Type" | |||
] | |||
}, | |||
"Description": { | |||
"description": "The definition of the tag. What does a manga need to contain in a notable enough amount to apply for the tag?", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Notes": { | |||
"description": "If there are any special rules for this tag, note them here.", | |||
"type": "string" | |||
} | |||
}, | }, | ||
"description": "A basis for the Tag page enhancement idea I want to do", | "description": "A basis for the Tag page enhancement idea I want to do", | ||
Revision as of 23:05, 2 July 2026
A basis for the Tag page enhancement idea I want to do
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Tag Category | Tag Category | Which Category does the Tag belong to?
| Line | optional |
| Tag Type | Tag Type | What is the tag exactly about?
| Line | optional |
| Description | Description | The definition of the tag. What does a manga need to contain in a notable enough amount to apply for the tag? | String | required |
| Notes | Notes | If there are any special rules for this tag, note them here. | String | optional |