Template:Sic/doc: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "{{No documentation}}")
 
No edit summary
 
Line 1: Line 1:
{{No documentation}}
{{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>

Latest revision as of 07:23, 15 November 2024

This is a documentation subpage for Template:Sic.
It contains usage information, categories, and other content that is not part of the original template page.

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.

{{Sic|Text containing error (optional)}}

Examples

  • Soem text{{Sic}} produces: Soem text[sic]
  • {{Sic|Soem text}} produces: Soem text[sic]

Template data

Show/hide template's data

The following information is used by extensions and applications, such as VisualEditor, to help users implement this template onto pages. Please ensure that it is up-to-date.

Displays a notice that the spelling is not a typo as it was copied verbatim.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

Text which is quoted verbatim and should not be corrected

Example
soem text
Stringoptional