Cite This Page
Bibliographic details for How To Markup A Book
- Page name: How To Markup A Book
- Author: TheBeard Science Project Wiki contributors
- Publisher: TheBeard Science Project Wiki, .
- Date of last revision: 9 October 2019 20:33 UTC
- Date retrieved: 23 April 2026 02:47 UTC
- Permanent URL: https://beardedmaker.com/wiki/index.php?title=How_To_Markup_A_Book&oldid=3001
- Page Version ID: 3001
Citation styles for How To Markup A Book
APA style
How To Markup A Book. (2019, October 9). TheBeard Science Project Wiki, . Retrieved 02:47, April 23, 2026 from https://beardedmaker.com/wiki/index.php?title=How_To_Markup_A_Book&oldid=3001.
MLA style
"How To Markup A Book." TheBeard Science Project Wiki, . 9 Oct 2019, 20:33 UTC. 23 Apr 2026, 02:47 <https://beardedmaker.com/wiki/index.php?title=How_To_Markup_A_Book&oldid=3001>.
MHRA style
TheBeard Science Project Wiki contributors, 'How To Markup A Book', TheBeard Science Project Wiki, , 9 October 2019, 20:33 UTC, <https://beardedmaker.com/wiki/index.php?title=How_To_Markup_A_Book&oldid=3001> [accessed 23 April 2026]
Chicago style
TheBeard Science Project Wiki contributors, "How To Markup A Book," TheBeard Science Project Wiki, , https://beardedmaker.com/wiki/index.php?title=How_To_Markup_A_Book&oldid=3001 (accessed April 23, 2026).
CBE/CSE style
TheBeard Science Project Wiki contributors. How To Markup A Book [Internet]. TheBeard Science Project Wiki, ; 2019 Oct 9, 20:33 UTC [cited 2026 Apr 23]. Available from: https://beardedmaker.com/wiki/index.php?title=How_To_Markup_A_Book&oldid=3001.
Bluebook style
How To Markup A Book, https://beardedmaker.com/wiki/index.php?title=How_To_Markup_A_Book&oldid=3001 (last visited April 23, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "TheBeard Science Project Wiki",
title = "How To Markup A Book --- TheBeard Science Project Wiki{,} ",
year = "2019",
url = "https://beardedmaker.com/wiki/index.php?title=How_To_Markup_A_Book&oldid=3001",
note = "[Online; accessed 23-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 = "TheBeard Science Project Wiki",
title = "How To Markup A Book --- TheBeard Science Project Wiki{,} ",
year = "2019",
url = "\url{https://beardedmaker.com/wiki/index.php?title=How_To_Markup_A_Book&oldid=3001}",
note = "[Online; accessed 23-April-2026]"
}