Cite This Page
Bibliographic details for Boilerplate
- Page name: Boilerplate
- Author: CAMEO contributors
- Publisher: CAMEO, .
- Date of last revision: 9 May 2022 20:57 UTC
- Date retrieved: 16 June 2026 09:43 UTC
- Permanent URL: https://cameo.mfa.org/index.php?title=Boilerplate&oldid=85641
- Page Version ID: 85641
Citation styles for Boilerplate
APA style
Boilerplate. (2022, May 9). CAMEO, . Retrieved 09:43, June 16, 2026 from https://cameo.mfa.org/index.php?title=Boilerplate&oldid=85641.
MLA style
"Boilerplate." CAMEO, . 9 May 2022, 20:57 UTC. 16 Jun 2026, 09:43 <https://cameo.mfa.org/index.php?title=Boilerplate&oldid=85641>.
MHRA style
CAMEO contributors, 'Boilerplate', CAMEO, , 9 May 2022, 20:57 UTC, <https://cameo.mfa.org/index.php?title=Boilerplate&oldid=85641> [accessed 16 June 2026]
Chicago style
CAMEO contributors, "Boilerplate," CAMEO, , https://cameo.mfa.org/index.php?title=Boilerplate&oldid=85641 (accessed June 16, 2026).
CBE/CSE style
CAMEO contributors. Boilerplate [Internet]. CAMEO, ; 2022 May 9, 20:57 UTC [cited 2026 Jun 16]. Available from: https://cameo.mfa.org/index.php?title=Boilerplate&oldid=85641.
Bluebook style
Boilerplate, https://cameo.mfa.org/index.php?title=Boilerplate&oldid=85641 (last visited June 16, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CAMEO",
title = "Boilerplate --- CAMEO{,} ",
year = "2022",
url = "https://cameo.mfa.org/index.php?title=Boilerplate&oldid=85641",
note = "[Online; accessed 16-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 = "CAMEO",
title = "Boilerplate --- CAMEO{,} ",
year = "2022",
url = "\url{https://cameo.mfa.org/index.php?title=Boilerplate&oldid=85641}",
note = "[Online; accessed 16-June-2026]"
}