Difference between revisions of "Template:Error"
Jump to navigation
Jump to search
imported>Qazaaq (adding option for a custom error message) |
imported>Qazaaq m (probably need to save again to make the live example work) |
||
Line 2: | Line 2: | ||
'''example:''' | '''example:''' | ||
<nowiki>{{Error|The example on this page is incorrect}}</nowiki> | <nowiki>{{Error| The example on this page is incorrect }}</nowiki> | ||
'''result:''' | '''result:''' | ||
{{Error|The example on this page is incorrect}} | {{Error|The example on this page is incorrect}} |
Revision as of 13:20, 12 December 2008
This template is used to mark a page with errors. An optional custom errormessage can be displayed as follows.
example:
{{Error| The example on this page is incorrect }}
result:
This Page Has Errors. Further information might be found in a section of the discussion page. Please remove this message when no longer necessary. |
example:
{{Error}}
result:
This Page Has Errors. Further information might be found in a section of the discussion page. Please remove this message when no longer necessary. |