Template:Msg-citationhunt
Appearance
Citationhunt-instructions details ("Click %s to go to Wikipedia and {link_start}fix the snippet{link_end}, or %s to see another one. Good luck!
")
This documentation is transcluded from Template:Msg-meta/doc.
Syntax
{{msg-citationhunt|message-name|optional comment}}
{{msg-citationhunt|message-name|optional comment|notext=1}}
Parameters
|1= message name
: message ID.|2= optional comment
: comment text will be shown between parentheses just after the link to the message ID.|notext=
: set to a non-empty value to indicate that the localised message text should not be shown.
Note: If the message ID or the comment uses an equal sign =
(which should be avoided by developers submitting messages bundled to import in translatewiki.net as message groups), you need to explicitly name this parameter by prefixing its parameter number followed by an equal sign, before the value.
Examples
{{Msg-citationhunt|Citationhunt-instructions details}}
gives:
Citationhunt-instructions details ("Click %s to go to Wikipedia and {link_start}fix the snippet{link_end}, or %s to see another one. Good luck!
"){{Msg-citationhunt|Citationhunt-instructions details|with colon}}
gives:
Citationhunt-instructions details [with colon] ("Click %s to go to Wikipedia and {link_start}fix the snippet{link_end}, or %s to see another one. Good luck!
"){{Msg-citationhunt|Citationhunt-instructions details|notext=1}}
gives:
Citationhunt-instructions details{{Msg-citationhunt|Citationhunt-instructions details|with colon|notext=1}}
gives:
Citationhunt-instructions details [with colon]
Maintenance:
- List of wrong parameters, where "namespace:message-name/en" does not exist.
See also
- Template:Msg-meta
- Template:Msg (deprecated)
- Category:Message maintenance