User Tools

Site Tools


miscellaneous_guides

Bibliographic details for "miscellaneous_guides"

  • Page name: miscellaneous_guides
  • Author: Anonymous Contributors
  • Publisher: 2009scape Wiki.
  • Date of this revision: 1 January 1970 00:00 UTC
  • Date retrieved: 24 April 2024 08:15 UTC
  • Page Version ID:

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

Citation styles for "miscellaneous_guides"

APA style

Anonymous Contributors (1970). miscellaneous_guides. 2009scape Wiki. Retrieved 08:15, 24 April, 2024 from http://play.2009scape.org/wiki/miscellaneous_guides.

MLA style

“miscellaneous_guides.” 2009scape Wiki. 1 Jan 1970, 00:00 UTC. 24 Apr 2024, 08:15 <http://play.2009scape.org/wiki/miscellaneous_guides>.

MHRA style

Anonymous Contributors, ‘miscellaneous_guides’, 2009scape Wiki, 1 January 1970, 00:00 UTC, <http://play.2009scape.org/wiki/miscellaneous_guides> [accessed 24 April 2024]

Chicago style

Anonymous Contributors, “miscellaneous_guides,” 2009scape Wiki, http://play.2009scape.org/wiki/miscellaneous_guides (accessed April 24, 2024).

CBE/CSE style

Anonymous Contributors. miscellaneous_guides [Internet]. 2009scape Wiki; 1970 Jan 1, 00:00 UTC [cited 2024 Apr 24]. Available from: http://play.2009scape.org/wiki/miscellaneous_guides.

Bluebook style

miscellaneous_guides, http://play.2009scape.org/wiki/miscellaneous_guides (last visited April 24, 2024).

AMA style

Anonymous Contributors. miscellaneous_guides. 2009scape Wiki. January 1, 1970, 00:00 UTC. Available at: http://play.2009scape.org/wiki/miscellaneous_guides. Accessed April 24, 2024.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "miscellaneous_guides --- 2009scape Wiki",
   year = "1970",
   url = "http://play.2009scape.org/wiki/miscellaneous_guides",
   note = "[Online; accessed 24-April-2024]"
 }

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 = "miscellaneous_guides --- 2009scape Wiki",
   year = "1970",
   url = "\url{http://play.2009scape.org/wiki/miscellaneous_guides}",
   note = "[Online; accessed 24-April-2024]"
 }