DECO wiki

Bibliographic details for "document_links"

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

Citation styles for "document_links"

APA

Contributors of ftp.design-deco.com (2010). document_links. Deco Wiki. Retrieved 12:21, 20 July, 2025 from http://ftp.design-deco.com/wiki2/doku.php?id=document_links&rev=1277387215.

MLA

“document_links.” Deco Wiki. 24 Jun 2010, 13:46 GMT. 20 Jul 2025, 12:21 <http://ftp.design-deco.com/wiki2/doku.php?id=document_links&rev=1277387215>.

MHRA

Contributors of ftp.design-deco.com, ‘document_links’, Deco Wiki, 24 June 2010, 13:46 GMT, <http://ftp.design-deco.com/wiki2/doku.php?id=document_links&rev=1277387215> [Accessed 20 July 2025]

Chicago

Contributors of ftp.design-deco.com, “document_links, ” Deco Wiki, http://ftp.design-deco.com/wiki2/doku.php?id=document_links&rev=1277387215 (Accessed July 20, 2025).

CBE/CSE

Contributors of ftp.design-deco.com. document_links [Internet]. Deco Wiki; 2010 Jun 24, 09:46 EDT [Cited 2025 Jul 20]. Available at: http://ftp.design-deco.com/wiki2/doku.php?id=document_links&rev=1277387215.

Bluebook

AMA

Contributors of ftp.design-deco.com. document_links. Deco Wiki. June 24, 2010, 13:46 GMT. Available at: http://ftp.design-deco.com/wiki2/doku.php?id=document_links&rev=1277387215. Accessed July 20, 2025.

BibTeX

 @misc{ wiki:xxx,
   author = "Contributors of ftp.design-deco.com",
   title = "document_links --- Deco Wiki",
   year = "2010",
   url = "http://ftp.design-deco.com/wiki2/doku.php?id=document_links&rev=1277387215",
   note = "[Online; accessed 20-July-2025]"
 }
  

When using the LaTeX package 'url' (hint: search for '\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 = "Contributors of ftp.design-deco.com",
   title = "document_links --- Deco Wiki",
   year = "2010",
   url = "\url{http://ftp.design-deco.com/wiki2/doku.php?id=document_links&rev=1277387215}",
   note = "[Online; accessed 20-July-2025]"
 }