Cite This Page
Bibliographic details for Recipe Data Source
- Page name: Recipe Data Source
- Author: Foundry Wiki contributors
- Publisher: Foundry Wiki.
- Date of last revision: 15 August 2024 14:54 UTC
- Date retrieved: 11 March 2026 07:37 UTC
- Permanent URL: https://wiki.foundry-game.com/index.php?title=Recipe_Data_Source&oldid=3371
- Page Version ID: 3371
Citation styles for Recipe Data Source
APA style
Recipe Data Source. (2024, August 15). Foundry Wiki. Retrieved 07:37, March 11, 2026 from https://wiki.foundry-game.com/index.php?title=Recipe_Data_Source&oldid=3371.
MLA style
"Recipe Data Source." Foundry Wiki. 15 Aug 2024, 14:54 UTC. 11 Mar 2026, 07:37 <https://wiki.foundry-game.com/index.php?title=Recipe_Data_Source&oldid=3371>.
MHRA style
Foundry Wiki contributors, 'Recipe Data Source', Foundry Wiki, 15 August 2024, 14:54 UTC, <https://wiki.foundry-game.com/index.php?title=Recipe_Data_Source&oldid=3371> [accessed 11 March 2026]
Chicago style
Foundry Wiki contributors, "Recipe Data Source," Foundry Wiki, https://wiki.foundry-game.com/index.php?title=Recipe_Data_Source&oldid=3371 (accessed March 11, 2026).
CBE/CSE style
Foundry Wiki contributors. Recipe Data Source [Internet]. Foundry Wiki; 2024 Aug 15, 14:54 UTC [cited 2026 Mar 11]. Available from: https://wiki.foundry-game.com/index.php?title=Recipe_Data_Source&oldid=3371.
Bluebook style
Recipe Data Source, https://wiki.foundry-game.com/index.php?title=Recipe_Data_Source&oldid=3371 (last visited March 11, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Foundry Wiki",
title = "Recipe Data Source --- Foundry Wiki{,} ",
year = "2024",
url = "https://wiki.foundry-game.com/index.php?title=Recipe_Data_Source&oldid=3371",
note = "[Online; accessed 11-March-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 = "Foundry Wiki",
title = "Recipe Data Source --- Foundry Wiki{,} ",
year = "2024",
url = "\url{https://wiki.foundry-game.com/index.php?title=Recipe_Data_Source&oldid=3371}",
note = "[Online; accessed 11-March-2026]"
}