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: 24 February 2026 09:03 UTC
- Permanent URL: https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=17965
- Page Version ID: 17965
Citation styles for Launch Code Pass
APA style
Launch Code Pass. (2013, March 7). WikiRaider, . Retrieved 09:03, February 24, 2026 from https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=17965.
MLA style
"Launch Code Pass." WikiRaider, . 7 Mar 2013, 10:52 UTC. 24 Feb 2026, 09:03 <https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=17965>.
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=17965> [accessed 24 February 2026]
Chicago style
WikiRaider contributors, "Launch Code Pass," WikiRaider, , https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=17965 (accessed February 24, 2026).
CBE/CSE style
WikiRaider contributors. Launch Code Pass [Internet]. WikiRaider, ; 2013 Mar 7, 10:52 UTC [cited 2026 Feb 24]. Available from: https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=17965.
Bluebook style
Launch Code Pass, https://www.wikiraider.com/index.php?title=Launch_Code_Pass&oldid=17965 (last visited February 24, 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=17965",
note = "[Online; accessed 24-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=17965}",
note = "[Online; accessed 24-February-2026]"
}