Citing NikkiWiki
(Redirected from Help:Citing NikkiWiki)
Citation guide for NikkiWiki, Nicole Sharp’s Wiki.
bibliographic details
- author: Nicole Lee Sharp
- title: NikkiWiki, Nicole Sharp’s Wiki
- year: 2026
- link:
https://wiki.nicolesharp.net/
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.]"
}