Template:Tag: Difference between revisions
Template page
More actions
Set up the template for the tag page proposal |
m Undo revision 139 by Panzerkampfwagyu (talk) New thing didn't work Tag: Undo |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
{ | { | ||
"params": { | "params": { | ||
"Tag Category": {}, | "Tag Category": { | ||
"Tag Type": {}, | "description": "Which Category does the Tag belong to on Mangadex?", | ||
"Description": {}, | "type": "line", | ||
"Notes": {} | "suggestedvalues": [ | ||
"Format", | |||
"Genre", | |||
"Theme", | |||
"Content" | |||
], | |||
"required": true | |||
}, | |||
"Tag Type": { | |||
"description": "What is the tag exactly about?", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"Character", | |||
"Setting", | |||
"Activity", | |||
"Format", | |||
"Story Type" | |||
], | |||
"required": true | |||
}, | |||
"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" | |||
}, | |||
"Name": { | |||
"label": "Tag Name", | |||
"description": "What is the Tag called", | |||
"type": "line", | |||
"required": true | |||
} | |||
}, | }, | ||
"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", | ||
"format": "block" | "format": "block", | ||
"paramOrder": [ | |||
"Name", | |||
"Tag Category", | |||
"Tag Type", | |||
"Description", | |||
"Notes" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
;Name | |||
: {{{Name}}} | |||
;Category | |||
: {{{Tag Category}}} | |||
;Type | |||
: {{{Tag Type}}} | |||
;Description | |||
: {{{Description}}} | |||
{{#if:{{{Notes|}}}| | |||
;Notes | |||
: {{{Notes}}} | |||
}} | |||
Latest revision as of 13:23, 6 July 2026
A basis for the Tag page enhancement idea I want to do
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Tag Name | Name | What is the Tag called | Line | required |
| Tag Category | Tag Category | Which Category does the Tag belong to on Mangadex?
| Line | required |
| Tag Type | Tag Type | What is the tag exactly about?
| Line | required |
| 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 |
- Name
- {{{Name}}}
- Category
- {{{Tag Category}}}
- Type
- {{{Tag Type}}}
- Description
- {{{Description}}}