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. (2019, Jun 27). In Wiki. Retrieved 06:42, July 4, 2026, from http://wiki.mailadam.com/doku.php?id=home&rev=1561651468.

MLA

Anonymous Contributors. "Home Page". Wiki. 27 Jun. 2019. Web. 4 Jul. 2026, 06:42

MHRA

Anonymous Contributors, 'Home Page', Wiki, 27 June 2019, 16:04 GMT, <http://wiki.mailadam.com/doku.php?id=home&rev=1561651468> [Accessed 4 July 2026]

Chicago

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

CBE/CSE

Anonymous Contributors. Home Page [Internet]. Wiki; 2019 Jun 27, 16:04 GMT [Cited 2026 Jul 4]. Available at: http://wiki.mailadam.com/doku.php?id=home&rev=1561651468.

Bluebook

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

AMA

Anonymous Contributors. Home Page. Wiki. June 27, 2019, 16:04 GMT. Available at: http://wiki.mailadam.com/doku.php?id=home&rev=1561651468. Accessed July 4, 2026.

BibTeX

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


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

DokuWiki talk pages

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