sic – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
(Occasionally useful template and category combo)
 
m (Text replacement - "<tt>([^ =]+)<\/tt>" to "{{hl|$1}}")
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{1|}}}|<span style="background-color:cornsilk" title="If it ain't broke, don't fix it!">{{{1}}}|}}<sup style="font-size:75%;">[''[[:Category:Sic Erat Scriptum|sic]]''][[Category:Sic Erat Scriptum|{{uc:{{PAGENAME}}}}]]</sup>{{#if:{{{1|}}}|</span>|}}</includeonly><noinclude>
<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>
<span style="color:#808080;">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.</span> - [https://en.wikipedia.org/wiki/Sic Wikipedia]
{{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.


Or in other words: Use to denote that what looks like a spelling or grammar mistake, is in fact, not.
== Usage ==


==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]].
<tt><nowiki>{{sic}}</nowiki></tt> 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 [[:Category:Sic Erat Scriptum]], whilst simultaneously adding the page to that Category.


==Example==
''See also [[Special:WhatLinksHere/Template:sic|Pages using <nowiki>{{sic}}</nowiki> template]]''
If we have a sentence containing:


"...so we can then use setDammage to..."
== Examples ==


We can add this template like so:
{| class="wikitable"
 
!wiki code
"<tt>...so we can then use setDammage<nowiki>{{sic}}</nowiki> to...</tt>"
!result
 
|-
which will produce:
| {{hl|"…so we can then use setDammage<nowiki>{{sic}}</nowiki> to…"}}
 
| {{hl|"…so we can then use setDammage{{sic}} to…"}}
"...so we can then use setDammage{{sic}} to..."
|-
 
| {{hl|"…so we can then use <nowiki>{{sic|setDammage}}</nowiki> to…"}}
Alternatively we may highlight the ''sic'' statement thus:
| {{hl|"…so we can then use {{sic|setDammage}} to…"}}
 
|}
"<tt>...so we can then use <nowiki>{{sic|setDammage}}</nowiki> to...</tt>"
 
which will produce:
 
"...so we can then use {{sic|setDammage}} to..."


[[Category:Templates|{{uc:{{PAGENAME}}}}]]
[[Category:Templates|{{uc:{{PAGENAME}}}}]]
</noinclude>
</noinclude>

Revision as of 11:33, 16 November 2021

«
« 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.

Usage

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.

See also Pages using {{sic}} template

Examples

wiki 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…"