Cite This Page
Bibliographic details for Main Page
- Page name: Main Page
- Author: Recipes contributors
- Publisher: Recipes, .
- Date of last revision: 30 January 2021 03:01 UTC
- Date retrieved: 21 June 2026 10:05 UTC
- Permanent URL: https://www.lee.org/r/index.php?title=Main_Page&oldid=2795
- Page Version ID: 2795
Citation styles for Main Page
APA style
Main Page. (2021, January 30). Recipes, . Retrieved 10:05, June 21, 2026 from https://www.lee.org/r/index.php?title=Main_Page&oldid=2795.
MLA style
"Main Page." Recipes, . 30 Jan 2021, 03:01 UTC. 21 Jun 2026, 10:05 <https://www.lee.org/r/index.php?title=Main_Page&oldid=2795>.
MHRA style
Recipes contributors, 'Main Page', Recipes, , 30 January 2021, 03:01 UTC, <https://www.lee.org/r/index.php?title=Main_Page&oldid=2795> [accessed 21 June 2026]
Chicago style
Recipes contributors, "Main Page," Recipes, , https://www.lee.org/r/index.php?title=Main_Page&oldid=2795 (accessed June 21, 2026).
CBE/CSE style
Recipes contributors. Main Page [Internet]. Recipes, ; 2021 Jan 30, 03:01 UTC [cited 2026 Jun 21]. Available from: https://www.lee.org/r/index.php?title=Main_Page&oldid=2795.
Bluebook style
Main Page, https://www.lee.org/r/index.php?title=Main_Page&oldid=2795 (last visited June 21, 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=2795",
note = "[Online; accessed 21-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=2795}",
note = "[Online; accessed 21-June-2026]"
}