Editing Template:Sic/doc
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{documentation}} |
{{No documentation}} |
||
The '''Sic''' template is placed after a verbatim quote or transcription that contains an error. It indicates to the reader that the unusual spelling, punctuation, or grammar was not a typo made during transcription, but intentionally reproduced as it appears in the source text. |
|||
==Usage== |
|||
This template should be placed directly after the error. The word or phrase containing the error can optionally be placed in the first unnamed parameter, which delimits the scope and ensures that automated processes are less likely to try to fix the "problem". Visually, the output will be the same. |
|||
<pre>{{Sic|Text containing error (optional)}}</pre> |
|||
===Examples=== |
|||
* <code><nowiki>Soem text{{Sic}}</nowiki></code> produces: Soem text{{Sic}} |
|||
* <code><nowiki>{{Sic|Soem text}}</nowiki></code> produces: {{Sic|Soem text}} |
|||
{{TemplateData|<templatedata> |
|||
{ |
|||
"params": { |
|||
"1": { |
|||
"label": "Text", |
|||
"description": "Text which is quoted verbatim and should not be corrected", |
|||
"example": "soem text", |
|||
"type": "string" |
|||
} |
|||
}, |
|||
"description": "Displays a notice that the spelling is not a typo as it was copied verbatim.", |
|||
"format": "inline", |
|||
"paramOrder": [ |
|||
"1" |
|||
] |
|||
} |
|||
</templatedata> |
|||
}}<includeonly>[[Category:Reference templates|{{PAGENAME}}]]</includeonly> |