Cite This Page
Bibliographic details for Style Guide
- Page name: Style Guide
- Author: CAMEO contributors
- Publisher: CAMEO, .
- Date of last revision: 26 October 2020 19:50 UTC
- Date retrieved: 9 March 2026 15:32 UTC
- Permanent URL: https://cameo.mfa.org/index.php?title=Style_Guide&oldid=81857
- Page Version ID: 81857
Citation styles for Style Guide
APA style
Style Guide. (2020, October 26). CAMEO, . Retrieved 15:32, March 9, 2026 from https://cameo.mfa.org/index.php?title=Style_Guide&oldid=81857.
MLA style
"Style Guide." CAMEO, . 26 Oct 2020, 19:50 UTC. 9 Mar 2026, 15:32 <https://cameo.mfa.org/index.php?title=Style_Guide&oldid=81857>.
MHRA style
CAMEO contributors, 'Style Guide', CAMEO, , 26 October 2020, 19:50 UTC, <https://cameo.mfa.org/index.php?title=Style_Guide&oldid=81857> [accessed 9 March 2026]
Chicago style
CAMEO contributors, "Style Guide," CAMEO, , https://cameo.mfa.org/index.php?title=Style_Guide&oldid=81857 (accessed March 9, 2026).
CBE/CSE style
CAMEO contributors. Style Guide [Internet]. CAMEO, ; 2020 Oct 26, 19:50 UTC [cited 2026 Mar 9]. Available from: https://cameo.mfa.org/index.php?title=Style_Guide&oldid=81857.
Bluebook style
Style Guide, https://cameo.mfa.org/index.php?title=Style_Guide&oldid=81857 (last visited March 9, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CAMEO",
title = "Style Guide --- CAMEO{,} ",
year = "2020",
url = "https://cameo.mfa.org/index.php?title=Style_Guide&oldid=81857",
note = "[Online; accessed 9-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 = "CAMEO",
title = "Style Guide --- CAMEO{,} ",
year = "2020",
url = "\url{https://cameo.mfa.org/index.php?title=Style_Guide&oldid=81857}",
note = "[Online; accessed 9-March-2026]"
}