Views
Actions
Cite This Page
Bibliographic details for Custom Recipes
- Page name: Custom Recipes
- Author: Forge Community Wiki contributors
- Publisher: Forge Community Wiki, .
- Date of last revision: 13 June 2022 20:07 UTC
- Date retrieved: 12 July 2026 18:37 UTC
- Permanent URL: https://forge.gemwire.uk/index.php?title=Custom_Recipes&oldid=3269
- Page Version ID: 3269
Citation styles for Custom Recipes
APA style
Custom Recipes. (2022, June 13). Forge Community Wiki, . Retrieved 18:37, July 12, 2026 from https://forge.gemwire.uk/index.php?title=Custom_Recipes&oldid=3269.
MLA style
"Custom Recipes." Forge Community Wiki, . 13 Jun 2022, 20:07 UTC. 12 Jul 2026, 18:37 <https://forge.gemwire.uk/index.php?title=Custom_Recipes&oldid=3269>.
MHRA style
Forge Community Wiki contributors, 'Custom Recipes', Forge Community Wiki, , 13 June 2022, 20:07 UTC, <https://forge.gemwire.uk/index.php?title=Custom_Recipes&oldid=3269> [accessed 12 July 2026]
Chicago style
Forge Community Wiki contributors, "Custom Recipes," Forge Community Wiki, , https://forge.gemwire.uk/index.php?title=Custom_Recipes&oldid=3269 (accessed July 12, 2026).
CBE/CSE style
Forge Community Wiki contributors. Custom Recipes [Internet]. Forge Community Wiki, ; 2022 Jun 13, 20:07 UTC [cited 2026 Jul 12]. Available from: https://forge.gemwire.uk/index.php?title=Custom_Recipes&oldid=3269.
Bluebook style
Custom Recipes, https://forge.gemwire.uk/index.php?title=Custom_Recipes&oldid=3269 (last visited July 12, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Forge Community Wiki",
title = "Custom Recipes --- Forge Community Wiki{,} ",
year = "2022",
url = "https://forge.gemwire.uk/index.php?title=Custom_Recipes&oldid=3269",
note = "[Online; accessed 12-July-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 = "Forge Community Wiki",
title = "Custom Recipes --- Forge Community Wiki{,} ",
year = "2022",
url = "\url{https://forge.gemwire.uk/index.php?title=Custom_Recipes&oldid=3269}",
note = "[Online; accessed 12-July-2026]"
}