sic – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<tt>([^ =]+)<\/tt>" to "{{hl|$1}}")
(Add proper spelling argument, proper doc, CSS classes)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|<span style="border-bottom: 0.0625em dotted orange;" title="this is the intended writing and not a spelling mistake">{{{1}}}|}}{{#if:{{{1|}}}|</span>|}}<sup style="font-size:75%;" title="this is the intended writing and not a spelling mistake">[[Template:sic|sic]]</sup></includeonly><noinclude>
<includeonly>{{#if:{{{1|}}}|<span class="sic" title="This is the intended documentation spelling{{#if:{{{2|}}}|; the actual proper spelling would be '{{{2}}}'}}.">{{{1}}}|}}{{#if:{{{1|}}}|</span>|}}<sup class="sic" title="This is the intended documentation spelling{{#if:{{{2|}}}|; the actual proper spelling would be '{{{2}}}'}}.">[[Template:sic|sic]]</sup></includeonly><noinclude>{{Doc/Template
 
|descr= Template {{hl|<nowiki>{{sic}}</nowiki>}} placed immediately after a circumstantially correct but unusual spelling or grammatically iffy statement, will add a small but superior note at that point in the text that links to this page.
 
 
{{Feature|quote|The Latin adverb '''sic''' ("thus"; in full: ''sic erat scriptum'', "thus was it written") added immediately after a quoted word or phrase (or a longer piece of text), indicates that the quotation has been transcribed exactly as found in the original source, complete with any erroneous or archaic spelling or other nonstandard presentation.|Wikipedia|https://en.wikipedia.org/wiki/Sic}}
{{Feature|quote|The Latin adverb '''sic''' ("thus"; in full: ''sic erat scriptum'', "thus was it written") added immediately after a quoted word or phrase (or a longer piece of text), indicates that the quotation has been transcribed exactly as found in the original source, complete with any erroneous or archaic spelling or other nonstandard presentation.|Wikipedia|https://en.wikipedia.org/wiki/Sic}}
<br>
'''''Sic''''', in other words, indicates that the word is a direct retranscription and not the result of a spelling mistake.
'''''Sic''''', in other words, indicates that the word is a direct retranscription and not the result of a spelling mistake.


== Usage ==


Template {{hl|<nowiki>{{sic}}</nowiki>}} placed immediately after a circumstantially correct but unusual spelling or grammatically iffy statement, will add a small but superior note at that point in the text that links to [[Template:sic|this page]].
{{Feature|important|Not to be confused with '''{{Link|https://www.merriam-webster.com/dictionary/sigh|sigh}}'''.}}
 
|param1= incorrect
|descr1= (Optional) wrongfully spelt term


''See also [[Special:WhatLinksHere/Template:sic|Pages using <nowiki>{{sic}}</nowiki> template]]''
|param2= correct
|descr2= (Optional) correct spelling


== Examples ==
|example1= {{hl|"...so we can then use setDammage<nowiki>{{sic}}</nowiki> to..."}}
|result1= {{hl|"...so we can then use setDammage{{sic}} to..."}}


{| class="wikitable"
|example2= {{hl|"...so we can then use <nowiki>{{sic|setDammage}}</nowiki> to..."}}
!wiki code
|result2= {{hl|"...so we can then use {{sic|setDammage}} to..."}}
!result
|-
| {{hl|"…so we can then use setDammage<nowiki>{{sic}}</nowiki> to…"}}
| {{hl|"…so we can then use setDammage{{sic}} to…"}}
|-
| {{hl|"…so we can then use <nowiki>{{sic|setDammage}}</nowiki> to…"}}
| {{hl|"…so we can then use {{sic|setDammage}} to…"}}
|}


[[Category:Templates|{{uc:{{PAGENAME}}}}]]
|example3= {{hl|"this is a <nowiki>{{sic|nular|nullar}}</nowiki> operator"}}
|result3= {{hl|"this is a {{sic|nular|nullar}} operator"}}
}}
</noinclude>
</noinclude>

Latest revision as of 14:14, 25 July 2022

Template {{sic}} placed immediately after a circumstantially correct but unusual spelling or grammatically iffy statement, will add a small but superior note at that point in the text that links to this page.


«
« The Latin adverb sic ("thus"; in full: sic erat scriptum, "thus was it written") added immediately after a quoted word or phrase (or a longer piece of text), indicates that the quotation has been transcribed exactly as found in the original source, complete with any erroneous or archaic spelling or other nonstandard presentation. » – Wikipedia (source)

Sic, in other words, indicates that the word is a direct retranscription and not the result of a spelling mistake.


Not to be confused with sigh.

This template is used on these pages.

Usage

{{sic|incorrect|correct}}

  • incorrect: (Optional) wrongfully spelt term
  • correct: (Optional) correct spelling
Examples
Code Result
"...so we can then use setDammage{{sic}} to..." "...so we can then use setDammagesic to..."
"...so we can then use {{sic|setDammage}} to..." "...so we can then use setDammagesic to..."
"this is a {{sic|nular|nullar}} operator" "this is a nularsic operator"