Bibliographic details for "Collection of Snippets for Django"

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 "Collection of Snippets for Django"

APA

Collection of Snippets for Django. (2017, Feb 4). In Geany Wiki. Retrieved 07:43, September 29, 2023, from https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202351.

MLA

Anonymous Contributors. "Collection of Snippets for Django". Geany Wiki. 4 Feb. 2017. Web. 29 Sep. 2023, 07:43

MHRA

Anonymous Contributors, 'Collection of Snippets for Django', Geany Wiki, 4 February 2017, 09:59 GMT, <https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202351> [Accessed 29 September 2023]

Chicago

Anonymous Contributors, "Collection of Snippets for Django", Geany Wiki, https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202351 (Accessed September 29, 2023).

CBE/CSE

Anonymous Contributors. Collection of Snippets for Django [Internet]. Geany Wiki; 2017 Feb 4, 09:59 GMT [Cited 2023 Sep 29]. Available at: https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202351.

Bluebook

Collection of Snippets for Django, https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202351 (Last visited September 29, 2023).

AMA

Anonymous Contributors. Collection of Snippets for Django. Geany Wiki. February 4, 2017, 09:59 GMT. Available at: https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202351. Accessed September 29, 2023.

BibTeX

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Collection of Snippets for Django --- Geany Wiki",
   year = "2017",
   url = "https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202351",
   note = "[Online; accessed 29-September-2023]"
 }
  

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 = "Collection of Snippets for Django --- Geany Wiki",
   year = "2017",
   url = "\url{https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202351}",
   note = "[Online; accessed 29-September-2023]"


   author = "Anonymous Contributors",
   title = "Collection of Snippets for Django --- Geany Wiki",
   year = "2017",
   url = "\url{https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202351}",
   note = "[Online; accessed 29-September-2023]"
 }
  

DokuWiki talk pages

Markup
[[snippets:python:django:start|Collection of Snippets for Django]] ([[snippets:python:django:start?rev=1486202351|this version]])
Result
Collection of Snippets for Django (this version)
Print/export