Template:Sic/doc: Difference between revisions
no edit summary
Im Wired In (talk | contribs) (Created page with "{{No documentation}}") |
No edit summary |
||
Line 1:
{{
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>
|