DECO wiki

Bibliographic details for "start"

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

Citation styles for "start"

APA

Contributors of ftp.design-deco.com (2017). start. Deco Wiki. Retrieved 15:34, 19 July, 2025 from http://ftp.design-deco.com/wiki2/doku.php?id=start&rev=1502110141.

MLA

“start.” Deco Wiki. 7 Aug 2017, 12:49 GMT. 19 Jul 2025, 15:34 <http://ftp.design-deco.com/wiki2/doku.php?id=start&rev=1502110141>.

MHRA

Contributors of ftp.design-deco.com, ‘start’, Deco Wiki, 7 August 2017, 12:49 GMT, <http://ftp.design-deco.com/wiki2/doku.php?id=start&rev=1502110141> [Accessed 19 July 2025]

Chicago

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

CBE/CSE

Contributors of ftp.design-deco.com. start [Internet]. Deco Wiki; 2017 Aug 7, 08:49 EDT [Cited 2025 Jul 19]. Available at: http://ftp.design-deco.com/wiki2/doku.php?id=start&rev=1502110141.

Bluebook

AMA

Contributors of ftp.design-deco.com. start. Deco Wiki. August 7, 2017, 12:49 GMT. Available at: http://ftp.design-deco.com/wiki2/doku.php?id=start&rev=1502110141. Accessed July 19, 2025.

BibTeX

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