DECO wiki

Bibliographic details for "web_links"

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

Citation styles for "web_links"

APA

Contributors of ftp.design-deco.com (2013). web_links. Deco Wiki. Retrieved 07:30, 20 July, 2025 from http://ftp.design-deco.com/wiki2/doku.php?id=web_links&rev=1376322274.

MLA

“web_links.” Deco Wiki. 12 Aug 2013, 15:44 GMT. 20 Jul 2025, 07:30 <http://ftp.design-deco.com/wiki2/doku.php?id=web_links&rev=1376322274>.

MHRA

Contributors of ftp.design-deco.com, ‘web_links’, Deco Wiki, 12 August 2013, 15:44 GMT, <http://ftp.design-deco.com/wiki2/doku.php?id=web_links&rev=1376322274> [Accessed 20 July 2025]

Chicago

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

CBE/CSE

Contributors of ftp.design-deco.com. web_links [Internet]. Deco Wiki; 2013 Aug 12, 11:44 EDT [Cited 2025 Jul 20]. Available at: http://ftp.design-deco.com/wiki2/doku.php?id=web_links&rev=1376322274.

Bluebook

AMA

Contributors of ftp.design-deco.com. web_links. Deco Wiki. August 12, 2013, 15:44 GMT. Available at: http://ftp.design-deco.com/wiki2/doku.php?id=web_links&rev=1376322274. Accessed July 20, 2025.

BibTeX

 @misc{ wiki:xxx,
   author = "Contributors of ftp.design-deco.com",
   title = "web_links --- Deco Wiki",
   year = "2013",
   url = "http://ftp.design-deco.com/wiki2/doku.php?id=web_links&rev=1376322274",
   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 = "web_links --- Deco Wiki",
   year = "2013",
   url = "\url{http://ftp.design-deco.com/wiki2/doku.php?id=web_links&rev=1376322274}",
   note = "[Online; accessed 20-July-2025]"
 }