Cite This Page
From Eth0Wiki
Bibliographic details for Open Source Recipes
- Page name: Open Source Recipes
- Author: Eth0Wiki contributors
- Publisher: Eth0Wiki, .
- Date of last revision: 23 February 2015 11:09 UTC
- Date retrieved: 19 April 2026 04:44 UTC
- Permanent URL: https://wiki.eth0.nl/index.php?title=Open_Source_Recipes&oldid=11292
- Page Version ID: 11292
Citation styles for Open Source Recipes
APA style
Open Source Recipes. (2015, February 23). Eth0Wiki, . Retrieved 04:44, April 19, 2026 from https://wiki.eth0.nl/index.php?title=Open_Source_Recipes&oldid=11292.
MLA style
"Open Source Recipes." Eth0Wiki, . 23 Feb 2015, 11:09 UTC. 19 Apr 2026, 04:44 <https://wiki.eth0.nl/index.php?title=Open_Source_Recipes&oldid=11292>.
MHRA style
Eth0Wiki contributors, 'Open Source Recipes', Eth0Wiki, , 23 February 2015, 11:09 UTC, <https://wiki.eth0.nl/index.php?title=Open_Source_Recipes&oldid=11292> [accessed 19 April 2026]
Chicago style
Eth0Wiki contributors, "Open Source Recipes," Eth0Wiki, , https://wiki.eth0.nl/index.php?title=Open_Source_Recipes&oldid=11292 (accessed April 19, 2026).
CBE/CSE style
Eth0Wiki contributors. Open Source Recipes [Internet]. Eth0Wiki, ; 2015 Feb 23, 11:09 UTC [cited 2026 Apr 19]. Available from: https://wiki.eth0.nl/index.php?title=Open_Source_Recipes&oldid=11292.
Bluebook style
Open Source Recipes, https://wiki.eth0.nl/index.php?title=Open_Source_Recipes&oldid=11292 (last visited April 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Eth0Wiki",
title = "Open Source Recipes --- Eth0Wiki{,} ",
year = "2015",
url = "https://wiki.eth0.nl/index.php?title=Open_Source_Recipes&oldid=11292",
note = "[Online; accessed 19-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 = "Eth0Wiki",
title = "Open Source Recipes --- Eth0Wiki{,} ",
year = "2015",
url = "\url{https://wiki.eth0.nl/index.php?title=Open_Source_Recipes&oldid=11292}",
note = "[Online; accessed 19-April-2026]"
}
