फलकम्:Error/doc
This is a documentation subpage for फलकम्:Terminate sentence It may contain usage information, categories and other content that is not part of the original फलकम् page. |
This template uses Lua: |
This meta template returns a state of error (recognized as such by a wiki parser function), and optionally an error-message text in red (visible for the user). It is used by other templates to signal an error, for example invalid input, which can then either be displayed to the editor or caught and handled by other templates.
Usage
[सम्पादयतु]{{error|An exemplary error}}
→ स्क्रिप्ट त्रुटि: "Error" ऐसा कोई मॉड्यूल नहीं है।{{error|message=An exemplary error}}
→ स्क्रिप्ट त्रुटि: "Error" ऐसा कोई मॉड्यूल नहीं है।- Compare, used in a Parser Function:
{{#expr:Foo}}
→ वाचनिकदोषः : अज्ञातशब्दः foo {{#iferror:{{error|Foo}} | {{y}} | {{n}} }}
→
Tag option
[सम्पादयतु]The tag to contain the error message can be given through the tag
parameter, but it will only accept span
, div
, p
, and strong
, since those are the only tags recognized by the #iferror
parser function. It defaults to strong
, the tag generated e.g. by #expre
. To prevent strong
message, use one of the other tags, e.g. tag=span
.
- ABC
{{error|An exemplary error demo no tag (default)}}
XYZ → ABC स्क्रिप्ट त्रुटि: "Error" ऐसा कोई मॉड्यूल नहीं है। XYZ - ABC
{{error|An exemplary error demo span|tag=span}}
XYZ → ABC स्क्रिप्ट त्रुटि: "Error" ऐसा कोई मॉड्यूल नहीं है। XYZ - ABC
{{error|An exemplary error demo div|tag=div}}
XYZ → ABC स्क्रिप्ट त्रुटि: "Error" ऐसा कोई मॉड्यूल नहीं है। XYZ - ABC
{{error|An exemplary error demo p|tag=p}}
XYZ → ABC स्क्रिप्ट त्रुटि: "Error" ऐसा कोई मॉड्यूल नहीं है। XYZ - ABC
{{error|An exemplary error demo strong|tag=strong}}
XYZ → ABC स्क्रिप्ट त्रुटि: "Error" ऐसा कोई मॉड्यूल नहीं है। XYZ
Template data
[सम्पादयतु]The template returns a state of error (recognized as such by a wiki parser function), and optionally an error-message text in red (visible for the user)
परिमितिः | वर्णनम् | प्रकारः | स्थितिः | |
---|---|---|---|---|
Message | 1 | Error message text in red | स्ट्रिंग | ऐच्छिकम् |
Tag | tag | The tag to contain the error message; will only accept span, div, p, and strong, since those are the only tags recognized by the #iferror parser function. It defaults to strong, the tag generated e.g. by #expre
| स्ट्रिंग | ऐच्छिकम् |
See also
[सम्पादयतु]- Template:TryCatch
- Template:Formatting error
- Help:Parser function
- mw:Help:Extension:ParserFunctions##iferror: