Bibliographic details for "community_web_guides"

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

Citation styles for "community_web_guides"

APA style

Anonymous Contributors (2025). community_web_guides. MelonLand Wiki. Retrieved 00:13, 1 June, 2025 from https://wiki.melonland.net/community_web_guides?rev=1738448192.

MLA style

“community_web_guides.” MelonLand Wiki. 1 Feb 2025, 23:16 CET. 1 Jun 2025, 00:13 <https://wiki.melonland.net/community_web_guides?rev=1738448192>.

MHRA style

Anonymous Contributors, ‘community_web_guides’, MelonLand Wiki, 1 February 2025, 23:16 CET, <https://wiki.melonland.net/community_web_guides?rev=1738448192> [accessed 1 June 2025]

Chicago style

Anonymous Contributors, “community_web_guides,” MelonLand Wiki, https://wiki.melonland.net/community_web_guides?rev=1738448192 (accessed June 1, 2025).

CBE/CSE style

Anonymous Contributors. community_web_guides [Internet]. MelonLand Wiki; 2025 Feb 1, 23:16 CET [cited 2025 Jun 1]. Available from: https://wiki.melonland.net/community_web_guides?rev=1738448192.

Bluebook style

community_web_guides, https://wiki.melonland.net/community_web_guides?rev=1738448192 (last visited June 1, 2025).

AMA style

Anonymous Contributors. community_web_guides. MelonLand Wiki. February 1, 2025, 23:16 CET. Available at: https://wiki.melonland.net/community_web_guides?rev=1738448192. Accessed June 1, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "community_web_guides --- MelonLand Wiki",
   year = "2025",
   url = "https://wiki.melonland.net/community_web_guides?rev=1738448192",
   note = "[Online; accessed 1-June-2025]"
 }

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 = "community_web_guides --- MelonLand Wiki",
   year = "2025",
   url = "\url{https://wiki.melonland.net/community_web_guides?rev=1738448192}",
   note = "[Online; accessed 1-June-2025]"
 }