Bibliographic details for "Home Page"

Please remember to check your manual of style, standards guide or instructor's guidelines for the exact syntax to suit your needs.

Citation styles for "Home Page"

APA

Home Page. (2023, May 17). In Wiki. Retrieved 04:33, July 4, 2026, from http://wiki.mailadam.com/doku.php?id=home&rev=1684354536.

MLA

Anonymous Contributors. "Home Page". Wiki. 17 May. 2023. Web. 4 Jul. 2026, 04:33

MHRA

Anonymous Contributors, 'Home Page', Wiki, 17 May 2023, 20:15 GMT, <http://wiki.mailadam.com/doku.php?id=home&rev=1684354536> [Accessed 4 July 2026]

Chicago

Anonymous Contributors, "Home Page", Wiki, http://wiki.mailadam.com/doku.php?id=home&rev=1684354536 (Accessed July 4, 2026).

CBE/CSE

Anonymous Contributors. Home Page [Internet]. Wiki; 2023 May 17, 20:15 GMT [Cited 2026 Jul 4]. Available at: http://wiki.mailadam.com/doku.php?id=home&rev=1684354536.

Bluebook

Home Page, http://wiki.mailadam.com/doku.php?id=home&rev=1684354536 (Last visited July 4, 2026).

AMA

Anonymous Contributors. Home Page. Wiki. May 17, 2023, 20:15 GMT. Available at: http://wiki.mailadam.com/doku.php?id=home&rev=1684354536. Accessed July 4, 2026.

BibTeX

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Home Page --- Wiki",
   year = "2023",
   url = "http://wiki.mailadam.com/doku.php?id=home&rev=1684354536",
   note = "[Online; accessed 4-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 = "Home Page --- Wiki",
   year = "2023",
   url = "\url{http://wiki.mailadam.com/doku.php?id=home&rev=1684354536}",
   note = "[Online; accessed 4-July-2026]"


   author = "Anonymous Contributors",
   title = "Home Page --- Wiki",
   year = "2023",
   url = "\url{http://wiki.mailadam.com/doku.php?id=home&rev=1684354536}",
   note = "[Online; accessed 4-July-2026]"
 }
  

DokuWiki talk pages

Markup
[[home|Home Page]] ([[home?rev=1684354536|this version]])
Result
Home Page (this version)