Citing NikkiWiki: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Citing <cite>NikkiWiki</cite>}}
<u>[[citing webpages|Citation guide]]</u> for <strong><cite class="inline">NikkiWiki, Nicole Sharp’s Wiki</cite></strong>.
 
Citation guide for <cite>NikkiWiki, Nicole Sharp’s Wiki</cite>.


== bibliographic details ==
== bibliographic details ==


* '''author:''' [[Nicole Lee Sharp]]
* '''author:''' <u>[[Nicole Lee Sharp]]</u>
* '''title:''' <cite>[[NikkiWiki|NikkiWiki, Nicole Sharp’s Wiki]]</cite>
* '''title:''' <cite><u>[[NikkiWiki|NikkiWiki, Nicole Sharp’s Wiki]]</u></cite>
* '''year:''' {{CURRENTYEAR}}
* '''year:''' {{CURRENTYEAR}}
* '''link:''' <code>https://wiki.nicolesharp.net/</code>
* '''link:''' <code>https://wiki.nicolesharp.net/</code>
Line 12: Line 10:
== [[citation styles]] ==
== [[citation styles]] ==


=== [[Wikipedia:MHRA style|<cite>Modern Humanities Research Association (MHRA) Style Guide: A Handbook for Authors, Editors, and Writers of Theses</cite>]] ===
=== [[wikipedia:MHRA style|<cite>Modern Humanities Research Association (MHRA) Style Guide: A Handbook for Authors, Editors, and Writers of Theses</cite>]] ===


[[Nicole Sharp]], <cite>[[NikkiWiki]]</cite>, {{CURRENTYEAR}}, &lt;<code>https://wiki.nicolesharp.net/</code>&gt;.
[[Nicole Sharp]], <cite>[[NikkiWiki]]</cite>, {{CURRENTYEAR}}, &lt;<code>https://wiki.nicolesharp.net/</code>&gt;.


=== [[Wikipedia:MLA style|<cite>Modern Language Association (MLA) Handbook for Writers of Research Papers</cite>]] ===
=== [[wikipedia:MLA style|<cite>Modern Language Association (MLA) Handbook for Writers of Research Papers</cite>]] ===


[[Nicole Sharp|Sharp, Nicole]].&ensp; <cite>[[NikkiWiki]]</cite>, {{CURRENTYEAR}}, &lt;<code>https://wiki.nicolesharp.net/</code>&gt;.
[[Nicole Sharp|Sharp, Nicole]].&ensp; <cite>[[NikkiWiki]]</cite>, {{CURRENTYEAR}}, &lt;<code>https://wiki.nicolesharp.net/</code>&gt;.


=== [[Wikipedia:APA style|<cite>Publication Manual of the American Psychological Association (APA)</cite>]] ===
=== [[wikipedia:APA style|<cite>Publication Manual of the American Psychological Association (APA)</cite>]] ===
 
[[N. Sharp|Sharp, N.]] ({{CURRENTYEAR}}).&ensp; <cite style="font-style: normal">[[NikkiWiki]]</cite>.&ensp; <code>https://wiki.nicolesharp.net/</code>
 
=== [[wikipedia:CSE style|<cite>The Council of Science Editors (CSE) Manual: Scientific Style and Format for Authors, Editors, and Publishers</cite>]] ===


[[N. Sharp|Sharp, N.]] ({{CURRENTYEAR}}).&ensp; <cite style="font-style: normal;">[[NikkiWiki]]</cite>.&ensp; <code>https://wiki.nicolesharp.net/</code>
[[N. Sharp|Sharp, N.]]&ensp; <cite style="font-style: normal">[[NikkiWiki]]</cite>; {{CURRENTYEAR}}.&ensp; <code>https://wiki.nicolesharp.net/</code>


=== [[Wikipedia:CSE style|<cite>The Council of Science Editors (CSE) Manual: Scientific Style and Format for Authors, Editors, and Publishers</cite>]] ===
=== [[wikipedia:Bluebook style|<cite>The Harvard University Law Review Bluebook: A Uniform System of Citation</cite>]] ===


[[N. Sharp|Sharp, N.]]&ensp; <cite style="font-style: normal;">[[NikkiWiki]]</cite>; {{CURRENTYEAR}}.&ensp; <code>https://wiki.nicolesharp.net/</code>
[[Nicole Sharp]], <cite style="font-style: normal; font-variant: small-caps">NikkiWiki</cite> ({{CURRENTYEAR}}), "<code>https://wiki.nicolesharp.net/</code>".


=== [[Wikipedia:Bluebook style|<cite>The Harvard University Law Review Bluebook: A Uniform System of Citation</cite>]] ===
=== [[wikipedia:University of Chicago style|<cite>The University of Chicago Manual of Style: The Essential Guide for Writers, Editors, and Publishers</cite>]] ===


[[Nicole Sharp]], <cite style="font-style: normal; font-variant: small-caps;">NikkiWiki</cite> ({{CURRENTYEAR}}), "<code>https://wiki.nicolesharp.net/</code>".
[[Nicole Sharp|Sharp, Nicole]].&ensp; <cite style="font-style: italic">[[NikkiWiki]]</cite>, {{CURRENTYEAR}}.&ensp; <code>https://wiki.nicolesharp.net/</code>


=== [[Wikipedia:University of Chicago style|<cite>The University of Chicago Manual of Style: The Essential Guide for Writers, Editors, and Publishers</cite>]] ===
=== [[wikipedia:BibTex|BibTex]] ===


[[Nicole Sharp|Sharp, Nicole]].&ensp; <cite>[[NikkiWiki]]</cite>, {{CURRENTYEAR}}.&ensp; <code>https://wiki.nicolesharp.net/</code>
<kbd><syntaxhighlight lang="tex">
@misc{NikkiWiki,
author = "[[Nicole Sharp]]",
title = "<cite style="font-style: normal">[[NikkiWiki]]</cite>{,} Nicole Sharp's Wiki",
year = "{{CURRENTYEAR}}",
url = "https://wiki.nicolesharp.net/",
note = "[Online.]"
}
</syntaxhighlight></kbd>


=== [[Wikipedia:BibTex|BibTex]] ===
When using the [[wikipedia:LaTex|LaTex]] package "<code>url</code>" ("<syntaxhighlight lang="tex" inline="inline">\usepackage{url}</syntaxhighlight>" somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred:


<code>@misc{NikkiWiki,
<kbd><syntaxhighlight lang="tex">
  author = "[[Nicole Sharp]]",
@misc{NikkiWiki,
  title = "<cite style="font-style: normal;">[[NikkiWiki]]</cite>{,} Nicole Sharp's Wiki",
author = "[[Nicole Sharp]]",
  year = "{{CURRENTYEAR}}",
title = "<cite style="font-style: normal">[[NikkiWiki]]</cite>{,} Nicole Sharp's Wiki",
  url = "https://wiki.nicolesharp.net/",
year = "{{CURRENTYEAR}}",
  note = "[Online.]"
url = "\url{https://wiki.nicolesharp.net/}",
}</code>
note = "[Online.]"
}
</syntaxhighlight></kbd>


When using the [[Wikipedia:LaTex|LaTex]] package "<code>url</code>" ("<code>\usepackage{url}</code>" somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred:
== references ==


<code>@misc{NikkiWiki,
# <cite><u>[[NikkiWiki]]</u></cite>
  author = "[[Nicole Sharp]]",
# <u>[[Nicole Sharp]]</u>
  title = "<cite style="font-style: normal;">[[NikkiWiki]]</cite>{,} Nicole Sharp's Wiki",
# <u>[[citing webpages|<cite>NikkiWiki</cite>: "Citing Webpages"]]</u>
  year = "{{CURRENTYEAR}}",
# <u>[[mediawiki:citethispage-content|<cite>NikkiWiki</cite>: "Cite This Page Content"]]</u>
  url = "\url{https://wiki.nicolesharp.net/}",
  note = "[Online.]"
}</code>


__NOTOC__
__NOTOC__
{{DISPLAYTITLE:Citing <cite>NikkiWiki</cite>}}
[[category:citing]]

Latest revision as of 2026-04-07T18:48:19

Citation guide for NikkiWiki, Nicole Sharp’s Wiki.

bibliographic details

citation styles

Modern Humanities Research Association (MHRA) Style Guide: A Handbook for Authors, Editors, and Writers of Theses

Nicole Sharp, NikkiWiki, 2026, <https://wiki.nicolesharp.net/>.

Modern Language Association (MLA) Handbook for Writers of Research Papers

Sharp, Nicole.  NikkiWiki, 2026, <https://wiki.nicolesharp.net/>.

Publication Manual of the American Psychological Association (APA)

Sharp, N. (2026).  NikkiWiki.  https://wiki.nicolesharp.net/

The Council of Science Editors (CSE) Manual: Scientific Style and Format for Authors, Editors, and Publishers

Sharp, N.NikkiWiki; 2026.  https://wiki.nicolesharp.net/

The Harvard University Law Review Bluebook: A Uniform System of Citation

Nicole Sharp, NikkiWiki (2026), "https://wiki.nicolesharp.net/".

The University of Chicago Manual of Style: The Essential Guide for Writers, Editors, and Publishers

Sharp, Nicole.  NikkiWiki, 2026.  https://wiki.nicolesharp.net/

BibTex

@misc{NikkiWiki,
author = "[[Nicole Sharp]]",
title = "<cite style="font-style: normal">[[NikkiWiki]]</cite>{,} Nicole Sharp's Wiki",
year = "{{CURRENTYEAR}}",
url = "https://wiki.nicolesharp.net/",
note = "[Online.]"
}

When using the LaTex package "url" ("\usepackage{url}" somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred:

@misc{NikkiWiki,
author = "[[Nicole Sharp]]",
title = "<cite style="font-style: normal">[[NikkiWiki]]</cite>{,} Nicole Sharp's Wiki",
year = "{{CURRENTYEAR}}",
url = "\url{https://wiki.nicolesharp.net/}",
note = "[Online.]"
}

references

  1. NikkiWiki
  2. Nicole Sharp
  3. NikkiWiki: "Citing Webpages"
  4. NikkiWiki: "Cite This Page Content"