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

MLA

Anonymous Contributors. "Home Page". Wiki. 10 Jul. 2019. Web. 4 Jul. 2026, 06:24

MHRA

Anonymous Contributors, 'Home Page', Wiki, 10 July 2019, 15:21 GMT, <http://wiki.mailadam.com/doku.php?id=home&rev=1562772110> [Accessed 4 July 2026]

Chicago

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

CBE/CSE

Anonymous Contributors. Home Page [Internet]. Wiki; 2019 Jul 10, 15:21 GMT [Cited 2026 Jul 4]. Available at: http://wiki.mailadam.com/doku.php?id=home&rev=1562772110.

Bluebook

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

AMA

Anonymous Contributors. Home Page. Wiki. July 10, 2019, 15:21 GMT. Available at: http://wiki.mailadam.com/doku.php?id=home&rev=1562772110. 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=1562772110",
   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=1562772110}",
   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=1562772110}",
   note = "[Online; accessed 4-July-2026]"
 }
  

DokuWiki talk pages

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