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 05:39, April 19, 2024, 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. 19 Apr. 2024, 05:39

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 19 April 2024]

Chicago

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

CBE/CSE

Anonymous Contributors. Collection of Snippets for Django [Internet]. Geany Wiki; 2017 Feb 4, 09:59 GMT [Cited 2024 Apr 19]. 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 April 19, 2024).

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

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