Bibliographic details for "start"

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "start"

APA style

Anonymous Contributors (2026). start. CasWiki. Retrieved 18:08, 12 July, 2026 from https://wiki.casper.or.kr/doku.php?id=start&rev=1782702568.

MLA style

“start.” CasWiki. 29 Jun 2026, 03:09 UTC. 12 Jul 2026, 18:08 <https://wiki.casper.or.kr/doku.php?id=start&rev=1782702568>.

MHRA style

Anonymous Contributors, ‘start’, CasWiki, 29 June 2026, 03:09 UTC, <https://wiki.casper.or.kr/doku.php?id=start&rev=1782702568> [accessed 12 July 2026]

Chicago style

Anonymous Contributors, “start,” CasWiki, https://wiki.casper.or.kr/doku.php?id=start&rev=1782702568 (accessed July 12, 2026).

CBE/CSE style

Anonymous Contributors. start [Internet]. CasWiki; 2026 Jun 29, 03:09 UTC [cited 2026 Jul 12]. Available from: https://wiki.casper.or.kr/doku.php?id=start&rev=1782702568.

Bluebook style

start, https://wiki.casper.or.kr/doku.php?id=start&rev=1782702568 (last visited July 12, 2026).

AMA style

Anonymous Contributors. start. CasWiki. June 29, 2026, 03:09 UTC. Available at: https://wiki.casper.or.kr/doku.php?id=start&rev=1782702568. Accessed July 12, 2026.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "start --- CasWiki",
   year = "2026",
   url = "https://wiki.casper.or.kr/doku.php?id=start&rev=1782702568",
   note = "[Online; accessed 12-July-2026]"
 }

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{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "start --- CasWiki",
   year = "2026",
   url = "\url{https://wiki.casper.or.kr/doku.php?id=start&rev=1782702568}",
   note = "[Online; accessed 12-July-2026]"
 }