Jump to content

Template:Error-small/doc

From Simple English Wikipedia, the free encyclopedia
Revision as of 02:12, 20 November 2025 by ~2025-34905-20 (talk | changes) (Created page with "{{Documentation subpage}} {{Lua|Module:Error}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == This template, {{tl|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 {{tl|error}}. === Example === {{demo|<nowiki>After some text {{error-small|This is a small error message.}}{{error|This...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

[change source]
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.