More languages
More actions
mNo edit summary |
m (Added default values in TemplateData) |
||
Line 20: | Line 20: | ||
"label": "Hover text", | "label": "Hover text", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"default": "Help reference or verify this claim" | |||
}, | }, | ||
"helper-text": { | "helper-text": { | ||
"label": "Helper text", | "label": "Helper text", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"default": "citation needed" | |||
} | } | ||
}, | }, |
Revision as of 09:58, 10 November 2021
Creates an article helper, which prints suggestions to improve the text.
Usage:
(details are optional and will default to "citation needed")
{{helper|helper-text=|hover-text}}
Example:
Snorting lemon juice can give you immortality{{helper}}
Snorting lemon juice can give you immortality.[citation needed]
I can speedrun Super Mario Bros with my nipples{{helper|helper-text=how?|hover-text=Why?}}
I can speedrun Super Mario Bros with my nipples.[how?]
Adds a customizable "citation needed" maintenance helper and adds to Pages needing references category
Parameter | Description | Type | Status | |
---|---|---|---|---|
Helper text | helper-text | no description
| String | suggested |
Hover text | hover-text | no description
| String | suggested |