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