Bibliographic details for "wiki:syntax"

  • Page name: wiki:syntax
  • Author: Anonymous Contributors
  • Publisher: MelonLand Wiki.
  • Date of this revision: 5 September 2025 23:37 CEST
  • Date retrieved: 30 September 2025 01:55 CEST
  • Page Version ID: 1757108249

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

Citation styles for "wiki:syntax"

APA style

Anonymous Contributors (2025). wiki:syntax. MelonLand Wiki. Retrieved 01:55, 30 September, 2025 from https://wiki.melonland.net/wiki:syntax?rev=1757108249.

MLA style

“wiki:syntax.” MelonLand Wiki. 5 Sep 2025, 23:37 CEST. 30 Sep 2025, 01:55 <https://wiki.melonland.net/wiki:syntax?rev=1757108249>.

MHRA style

Anonymous Contributors, ‘wiki:syntax’, MelonLand Wiki, 5 September 2025, 23:37 CEST, <https://wiki.melonland.net/wiki:syntax?rev=1757108249> [accessed 30 September 2025]

Chicago style

Anonymous Contributors, “wiki:syntax,” MelonLand Wiki, https://wiki.melonland.net/wiki:syntax?rev=1757108249 (accessed September 30, 2025).

CBE/CSE style

Anonymous Contributors. wiki:syntax [Internet]. MelonLand Wiki; 2025 Sep 5, 23:37 CEST [cited 2025 Sep 30]. Available from: https://wiki.melonland.net/wiki:syntax?rev=1757108249.

Bluebook style

wiki:syntax, https://wiki.melonland.net/wiki:syntax?rev=1757108249 (last visited September 30, 2025).

AMA style

Anonymous Contributors. wiki:syntax. MelonLand Wiki. September 5, 2025, 23:37 CEST. Available at: https://wiki.melonland.net/wiki:syntax?rev=1757108249. Accessed September 30, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "wiki:syntax --- MelonLand Wiki",
   year = "2025",
   url = "https://wiki.melonland.net/wiki:syntax?rev=1757108249",
   note = "[Online; accessed 30-September-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 = "wiki:syntax --- MelonLand Wiki",
   year = "2025",
   url = "\url{https://wiki.melonland.net/wiki:syntax?rev=1757108249}",
   note = "[Online; accessed 30-September-2025]"
 }