Cite This Page
Bibliographic details for Main Page
- Page name: Main Page
- Author: Recipes contributors
- Publisher: Recipes, .
- Date of last revision: 28 October 2021 06:38 UTC
- Date retrieved: 22 April 2026 16:05 UTC
- Permanent URL: https://www.lee.org/r/index.php?title=Main_Page&oldid=2809
- Page Version ID: 2809
Citation styles for Main Page
APA style
Main Page. (2021, October 28). Recipes, . Retrieved 16:05, April 22, 2026 from https://www.lee.org/r/index.php?title=Main_Page&oldid=2809.
MLA style
"Main Page." Recipes, . 28 Oct 2021, 06:38 UTC. 22 Apr 2026, 16:05 <https://www.lee.org/r/index.php?title=Main_Page&oldid=2809>.
MHRA style
Recipes contributors, 'Main Page', Recipes, , 28 October 2021, 06:38 UTC, <https://www.lee.org/r/index.php?title=Main_Page&oldid=2809> [accessed 22 April 2026]
Chicago style
Recipes contributors, "Main Page," Recipes, , https://www.lee.org/r/index.php?title=Main_Page&oldid=2809 (accessed April 22, 2026).
CBE/CSE style
Recipes contributors. Main Page [Internet]. Recipes, ; 2021 Oct 28, 06:38 UTC [cited 2026 Apr 22]. Available from: https://www.lee.org/r/index.php?title=Main_Page&oldid=2809.
Bluebook style
Main Page, https://www.lee.org/r/index.php?title=Main_Page&oldid=2809 (last visited April 22, 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=2809",
note = "[Online; accessed 22-April-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=2809}",
note = "[Online; accessed 22-April-2026]"
}