sic – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Page update) |
Lou Montana (talk | contribs) (Add proper spelling argument, proper doc, CSS classes) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{1|}}}|<span | <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}} | |||
'''''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. | ||
{{Feature|important|Not to be confused with '''{{Link|https://www.merriam-webster.com/dictionary/sigh|sigh}}'''.}} | |||
|param1= incorrect | |||
|descr1= (Optional) wrongfully spelt term | |||
|param2= correct | |||
|descr2= (Optional) correct spelling | |||
== | |example1= {{hl|"...so we can then use setDammage<nowiki>{{sic}}</nowiki> to..."}} | ||
|result1= {{hl|"...so we can then use setDammage{{sic}} to..."}} | |||
|example2= {{hl|"...so we can then use <nowiki>{{sic|setDammage}}</nowiki> to..."}} | |||
|result2= {{hl|"...so we can then use {{sic|setDammage}} to..."}} | |||
| | |||
| | |||
|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 13: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.
Sic, in other words, indicates that the word is a direct retranscription and not the result of a spelling mistake.
This template is used on these pages.
Usage
{{sic|incorrect|correct}}
- incorrect: (Optional) wrongfully spelt term
- correct: (Optional) correct spelling
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" |