Cite This Page
Bibliographic details for WCSL/3
- Page name: WCSL/3
- Author: CS Codex contributors
- Publisher: CS Codex, .
- Date of last revision: 11 May 2022 23:04 UTC
- Date retrieved: 22 March 2026 23:51 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=WCSL/3&oldid=4473
- Page Version ID: 4473
Citation styles for WCSL/3
APA style
WCSL/3. (2022, May 11). CS Codex, . Retrieved 23:51, March 22, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=WCSL/3&oldid=4473.
MLA style
"WCSL/3." CS Codex, . 11 May 2022, 23:04 UTC. 22 Mar 2026, 23:51 <http://cscodex.com/mediawiki-1.28.1/index.php?title=WCSL/3&oldid=4473>.
MHRA style
CS Codex contributors, 'WCSL/3', CS Codex, , 11 May 2022, 23:04 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=WCSL/3&oldid=4473> [accessed 22 March 2026]
Chicago style
CS Codex contributors, "WCSL/3," CS Codex, , http://cscodex.com/mediawiki-1.28.1/index.php?title=WCSL/3&oldid=4473 (accessed March 22, 2026).
CBE/CSE style
CS Codex contributors. WCSL/3 [Internet]. CS Codex, ; 2022 May 11, 23:04 UTC [cited 2026 Mar 22]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=WCSL/3&oldid=4473.
Bluebook style
WCSL/3, http://cscodex.com/mediawiki-1.28.1/index.php?title=WCSL/3&oldid=4473 (last visited March 22, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CS Codex",
title = "WCSL/3 --- CS Codex{,} ",
year = "2022",
url = "http://cscodex.com/mediawiki-1.28.1/index.php?title=WCSL/3&oldid=4473",
note = "[Online; accessed 22-March-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 = "WCSL/3 --- CS Codex{,} ",
year = "2022",
url = "\url{http://cscodex.com/mediawiki-1.28.1/index.php?title=WCSL/3&oldid=4473}",
note = "[Online; accessed 22-March-2026]"
}