Difference between revisions of "Template:Error-small/doc"

From blackwiki
Jump to navigation Jump to search
test>Daask
(Add example usage)
m (3 revisions imported)
 
(No difference)

Latest revision as of 07:50, 6 September 2020

Usage

This template, {{error-small}}, should be used in templates to display error messages for errors that are less clear-cut or less urgent than those that require {{error}}.

Example

After some text {{error-small|This is a small error message.}}{{error|This is a standard error message.}}


After some text This is a small error message.This is a standard error message.