Cite This Page
Bibliographic details for How to create cover page for thesis
- Page name: How to create cover page for thesis
- Author: Iskomunidad contributors
- Publisher: Iskomunidad.
- Date of last revision: 26 May 2019 03:55 UTC
- Date retrieved: 8 December 2025 22:12 UTC
- Permanent URL: https://iskomunidad.upd.edu.ph/index.php?title=How_to_create_cover_page_for_thesis&oldid=61213
- Page Version ID: 61213
Citation styles for How to create cover page for thesis
APA style
How to create cover page for thesis. (2019, May 26). Iskomunidad. Retrieved 22:12, December 8, 2025 from https://iskomunidad.upd.edu.ph/index.php?title=How_to_create_cover_page_for_thesis&oldid=61213.
MLA style
"How to create cover page for thesis." Iskomunidad. 26 May 2019, 03:55 UTC. 8 Dec 2025, 22:12 <https://iskomunidad.upd.edu.ph/index.php?title=How_to_create_cover_page_for_thesis&oldid=61213>.
MHRA style
Iskomunidad contributors, 'How to create cover page for thesis', Iskomunidad, 26 May 2019, 03:55 UTC, <https://iskomunidad.upd.edu.ph/index.php?title=How_to_create_cover_page_for_thesis&oldid=61213> [accessed 8 December 2025]
Chicago style
Iskomunidad contributors, "How to create cover page for thesis," Iskomunidad, https://iskomunidad.upd.edu.ph/index.php?title=How_to_create_cover_page_for_thesis&oldid=61213 (accessed December 8, 2025).
CBE/CSE style
Iskomunidad contributors. How to create cover page for thesis [Internet]. Iskomunidad; 2019 May 26, 03:55 UTC [cited 2025 Dec 8]. Available from: https://iskomunidad.upd.edu.ph/index.php?title=How_to_create_cover_page_for_thesis&oldid=61213.
Bluebook style
How to create cover page for thesis, https://iskomunidad.upd.edu.ph/index.php?title=How_to_create_cover_page_for_thesis&oldid=61213 (last visited December 8, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Iskomunidad",
title = "How to create cover page for thesis --- Iskomunidad{,} ",
year = "2019",
url = "https://iskomunidad.upd.edu.ph/index.php?title=How_to_create_cover_page_for_thesis&oldid=61213",
note = "[Online; accessed 8-December-2025]"
}
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 = "Iskomunidad",
title = "How to create cover page for thesis --- Iskomunidad{,} ",
year = "2019",
url = "\url{https://iskomunidad.upd.edu.ph/index.php?title=How_to_create_cover_page_for_thesis&oldid=61213}",
note = "[Online; accessed 8-December-2025]"
}