Bibliographic details for "Collection of Snippets for Tcl"

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 Tcl"

APA

Collection of Snippets for Tcl. (2011, Jun 13). In Geany Wiki. Retrieved 22:54, April 24, 2024, from https://wiki.geany.org/doku.php?id=snippets:tcl:start&rev=1307985276.

MLA

Anonymous Contributors. "Collection of Snippets for Tcl". Geany Wiki. 13 Jun. 2011. Web. 24 Apr. 2024, 22:54

MHRA

Anonymous Contributors, 'Collection of Snippets for Tcl', Geany Wiki, 13 June 2011, 17:14 GMT, <https://wiki.geany.org/doku.php?id=snippets:tcl:start&rev=1307985276> [Accessed 24 April 2024]

Chicago

Anonymous Contributors, "Collection of Snippets for Tcl", Geany Wiki, https://wiki.geany.org/doku.php?id=snippets:tcl:start&rev=1307985276 (Accessed April 24, 2024).

CBE/CSE

Anonymous Contributors. Collection of Snippets for Tcl [Internet]. Geany Wiki; 2011 Jun 13, 17:14 GMT [Cited 2024 Apr 24]. Available at: https://wiki.geany.org/doku.php?id=snippets:tcl:start&rev=1307985276.

Bluebook

Collection of Snippets for Tcl, https://wiki.geany.org/doku.php?id=snippets:tcl:start&rev=1307985276 (Last visited April 24, 2024).

AMA

Anonymous Contributors. Collection of Snippets for Tcl. Geany Wiki. June 13, 2011, 17:14 GMT. Available at: https://wiki.geany.org/doku.php?id=snippets:tcl:start&rev=1307985276. Accessed April 24, 2024.

BibTeX

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Collection of Snippets for Tcl --- Geany Wiki",
   year = "2011",
   url = "https://wiki.geany.org/doku.php?id=snippets:tcl:start&rev=1307985276",
   note = "[Online; accessed 24-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 Tcl --- Geany Wiki",
   year = "2011",
   url = "\url{https://wiki.geany.org/doku.php?id=snippets:tcl:start&rev=1307985276}",
   note = "[Online; accessed 24-April-2024]"


   author = "Anonymous Contributors",
   title = "Collection of Snippets for Tcl --- Geany Wiki",
   year = "2011",
   url = "\url{https://wiki.geany.org/doku.php?id=snippets:tcl:start&rev=1307985276}",
   note = "[Online; accessed 24-April-2024]"
 }
  

DokuWiki talk pages

Markup
[[snippets:tcl:start|Collection of Snippets for Tcl]] ([[snippets:tcl:start?rev=1307985276|this version]])
Result
Collection of Snippets for Tcl (this version)
Print/export