Cite This Page
Bibliographic details for SLxM
- Page name: SLxM
- Author: CS Codex contributors
- Publisher: CS Codex, .
- Date of last revision: 30 December 2018 18:35 UTC
- Date retrieved: 8 June 2026 04:56 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=SLxM&oldid=1057
- Page Version ID: 1057
Citation styles for SLxM
APA style
SLxM. (2018, December 30). CS Codex, . Retrieved 04:56, June 8, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=SLxM&oldid=1057.
MLA style
"SLxM." CS Codex, . 30 Dec 2018, 18:35 UTC. 8 Jun 2026, 04:56 <http://cscodex.com/mediawiki-1.28.1/index.php?title=SLxM&oldid=1057>.
MHRA style
CS Codex contributors, 'SLxM', CS Codex, , 30 December 2018, 18:35 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=SLxM&oldid=1057> [accessed 8 June 2026]
Chicago style
CS Codex contributors, "SLxM," CS Codex, , http://cscodex.com/mediawiki-1.28.1/index.php?title=SLxM&oldid=1057 (accessed June 8, 2026).
CBE/CSE style
CS Codex contributors. SLxM [Internet]. CS Codex, ; 2018 Dec 30, 18:35 UTC [cited 2026 Jun 8]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=SLxM&oldid=1057.
Bluebook style
SLxM, http://cscodex.com/mediawiki-1.28.1/index.php?title=SLxM&oldid=1057 (last visited June 8, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CS Codex",
title = "SLxM --- CS Codex{,} ",
year = "2018",
url = "http://cscodex.com/mediawiki-1.28.1/index.php?title=SLxM&oldid=1057",
note = "[Online; accessed 8-June-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 = "CS Codex",
title = "SLxM --- CS Codex{,} ",
year = "2018",
url = "\url{http://cscodex.com/mediawiki-1.28.1/index.php?title=SLxM&oldid=1057}",
note = "[Online; accessed 8-June-2026]"
}