Cite This Page
Bibliographic details for Launch Code Pass
- Page name: Launch Code Pass
- Author: WikiRaider contributors
- Publisher: WikiRaider, .
- Date of last revision: 7 March 2013 10:52 UTC
- Date retrieved: 25 February 2026 13:39 UTC
- Permanent URL: https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=18036
- Page Version ID: 18036
Citation styles for Launch Code Pass
APA style
Launch Code Pass. (2013, March 7). WikiRaider, . Retrieved 13:39, February 25, 2026 from https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=18036.
MLA style
"Launch Code Pass." WikiRaider, . 7 Mar 2013, 10:52 UTC. 25 Feb 2026, 13:39 <https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=18036>.
MHRA style
WikiRaider contributors, 'Launch Code Pass', WikiRaider, , 7 March 2013, 10:52 UTC, <https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=18036> [accessed 25 February 2026]
Chicago style
WikiRaider contributors, "Launch Code Pass," WikiRaider, , https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=18036 (accessed February 25, 2026).
CBE/CSE style
WikiRaider contributors. Launch Code Pass [Internet]. WikiRaider, ; 2013 Mar 7, 10:52 UTC [cited 2026 Feb 25]. Available from: https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=18036.
Bluebook style
Launch Code Pass, https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=18036 (last visited February 25, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "WikiRaider",
title = "Launch Code Pass --- WikiRaider{,} ",
year = "2013",
url = "https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=18036",
note = "[Online; accessed 25-February-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 = "WikiRaider",
title = "Launch Code Pass --- WikiRaider{,} ",
year = "2013",
url = "\url{https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=18036}",
note = "[Online; accessed 25-February-2026]"
}