Cite This Page
Bibliographic details for TSL Tips
- Page name: TSL Tips
- Author: Department of Computer Science contributors
- Publisher: Department of Computer Science, .
- Date of last revision: 14 September 2009 10:36 UTC
- Date retrieved: 30 January 2026 05:47 UTC
- Permanent URL: https://wiki.cs.uct.ac.za/index.php?title=TSL_Tips&oldid=144
- Page Version ID: 144
Citation styles for TSL Tips
APA style
TSL Tips. (2009, September 14). Department of Computer Science, . Retrieved 05:47, January 30, 2026 from https://wiki.cs.uct.ac.za/index.php?title=TSL_Tips&oldid=144.
MLA style
"TSL Tips." Department of Computer Science, . 14 Sep 2009, 10:36 UTC. 30 Jan 2026, 05:47 <https://wiki.cs.uct.ac.za/index.php?title=TSL_Tips&oldid=144>.
MHRA style
Department of Computer Science contributors, 'TSL Tips', Department of Computer Science, , 14 September 2009, 10:36 UTC, <https://wiki.cs.uct.ac.za/index.php?title=TSL_Tips&oldid=144> [accessed 30 January 2026]
Chicago style
Department of Computer Science contributors, "TSL Tips," Department of Computer Science, , https://wiki.cs.uct.ac.za/index.php?title=TSL_Tips&oldid=144 (accessed January 30, 2026).
CBE/CSE style
Department of Computer Science contributors. TSL Tips [Internet]. Department of Computer Science, ; 2009 Sep 14, 10:36 UTC [cited 2026 Jan 30]. Available from: https://wiki.cs.uct.ac.za/index.php?title=TSL_Tips&oldid=144.
Bluebook style
TSL Tips, https://wiki.cs.uct.ac.za/index.php?title=TSL_Tips&oldid=144 (last visited January 30, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Department of Computer Science",
title = "TSL Tips --- Department of Computer Science{,} ",
year = "2009",
url = "https://wiki.cs.uct.ac.za/index.php?title=TSL_Tips&oldid=144",
note = "[Online; accessed 30-January-2026]"
}
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 = "Department of Computer Science",
title = "TSL Tips --- Department of Computer Science{,} ",
year = "2009",
url = "\url{https://wiki.cs.uct.ac.za/index.php?title=TSL_Tips&oldid=144}",
note = "[Online; accessed 30-January-2026]"
}