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 06:15, April 23, 2024, from https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202302.

MLA

Anonymous Contributors. "Collection of Snippets for Django". Geany Wiki. 4 Feb. 2017. Web. 23 Apr. 2024, 06:15

MHRA

Anonymous Contributors, 'Collection of Snippets for Django', Geany Wiki, 4 February 2017, 09:58 GMT, <https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202302> [Accessed 23 April 2024]

Chicago

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

CBE/CSE

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

Bluebook

Collection of Snippets for Django, https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202302 (Last visited April 23, 2024).

AMA

Anonymous Contributors. Collection of Snippets for Django. Geany Wiki. February 4, 2017, 09:58 GMT. Available at: https://wiki.geany.org/doku.php?id=snippets:python:django:start&rev=1486202302. Accessed April 23, 2024.

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=1486202302",
   note = "[Online; accessed 23-April-2024]"
 }
  

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=1486202302}",
   note = "[Online; accessed 23-April-2024]"


   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=1486202302}",
   note = "[Online; accessed 23-April-2024]"
 }
  

DokuWiki talk pages

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