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. (2021, Apr 30). In Wiki. Retrieved 06:24, July 4, 2026, from http://wiki.mailadam.com/doku.php?id=home&rev=1619811897.

MLA

Anonymous Contributors. "Home Page". Wiki. 30 Apr. 2021. Web. 4 Jul. 2026, 06:24

MHRA

Anonymous Contributors, 'Home Page', Wiki, 30 April 2021, 19:44 GMT, <http://wiki.mailadam.com/doku.php?id=home&rev=1619811897> [Accessed 4 July 2026]

Chicago

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

CBE/CSE

Anonymous Contributors. Home Page [Internet]. Wiki; 2021 Apr 30, 19:44 GMT [Cited 2026 Jul 4]. Available at: http://wiki.mailadam.com/doku.php?id=home&rev=1619811897.

Bluebook

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

AMA

Anonymous Contributors. Home Page. Wiki. April 30, 2021, 19:44 GMT. Available at: http://wiki.mailadam.com/doku.php?id=home&rev=1619811897. Accessed July 4, 2026.

BibTeX

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


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

DokuWiki talk pages

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