Cite This Page
Bibliographic details for Main Page
- Page name: Main Page
- Author: Recipes contributors
- Publisher: Recipes, .
- Date of last revision: 25 January 2021 02:46 UTC
- Date retrieved: 17 June 2026 20:37 UTC
- Permanent URL: https://www.lee.org/r/index.php?title=Main_Page&oldid=2780
- Page Version ID: 2780
Citation styles for Main Page
APA style
Main Page. (2021, January 25). Recipes, . Retrieved 20:37, June 17, 2026 from https://www.lee.org/r/index.php?title=Main_Page&oldid=2780.
MLA style
"Main Page." Recipes, . 25 Jan 2021, 02:46 UTC. 17 Jun 2026, 20:37 <https://www.lee.org/r/index.php?title=Main_Page&oldid=2780>.
MHRA style
Recipes contributors, 'Main Page', Recipes, , 25 January 2021, 02:46 UTC, <https://www.lee.org/r/index.php?title=Main_Page&oldid=2780> [accessed 17 June 2026]
Chicago style
Recipes contributors, "Main Page," Recipes, , https://www.lee.org/r/index.php?title=Main_Page&oldid=2780 (accessed June 17, 2026).
CBE/CSE style
Recipes contributors. Main Page [Internet]. Recipes, ; 2021 Jan 25, 02:46 UTC [cited 2026 Jun 17]. Available from: https://www.lee.org/r/index.php?title=Main_Page&oldid=2780.
Bluebook style
Main Page, https://www.lee.org/r/index.php?title=Main_Page&oldid=2780 (last visited June 17, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Recipes",
title = "Main Page --- Recipes{,} ",
year = "2021",
url = "https://www.lee.org/r/index.php?title=Main_Page&oldid=2780",
note = "[Online; accessed 17-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 = "Recipes",
title = "Main Page --- Recipes{,} ",
year = "2021",
url = "\url{https://www.lee.org/r/index.php?title=Main_Page&oldid=2780}",
note = "[Online; accessed 17-June-2026]"
}