Cite This Page
Bibliographic details for How to implement a new main view
- Page name: How to implement a new main view
- Author: InfiniteERP Wiki contributors
- Publisher: InfiniteERP Wiki, .
- Date of last revision: 14 October 2018 14:00 UTC
- Date retrieved: 15 June 2026 20:53 UTC
- Permanent URL: https://wiki.infinite-erp.co.id/index.php?title=How_to_implement_a_new_main_view&oldid=67
- Page Version ID: 67
Citation styles for How to implement a new main view
APA style
How to implement a new main view. (2018, October 14). InfiniteERP Wiki, . Retrieved 20:53, June 15, 2026 from https://wiki.infinite-erp.co.id/index.php?title=How_to_implement_a_new_main_view&oldid=67.
MLA style
"How to implement a new main view." InfiniteERP Wiki, . 14 Oct 2018, 14:00 UTC. 15 Jun 2026, 20:53 <https://wiki.infinite-erp.co.id/index.php?title=How_to_implement_a_new_main_view&oldid=67>.
MHRA style
InfiniteERP Wiki contributors, 'How to implement a new main view', InfiniteERP Wiki, , 14 October 2018, 14:00 UTC, <https://wiki.infinite-erp.co.id/index.php?title=How_to_implement_a_new_main_view&oldid=67> [accessed 15 June 2026]
Chicago style
InfiniteERP Wiki contributors, "How to implement a new main view," InfiniteERP Wiki, , https://wiki.infinite-erp.co.id/index.php?title=How_to_implement_a_new_main_view&oldid=67 (accessed June 15, 2026).
CBE/CSE style
InfiniteERP Wiki contributors. How to implement a new main view [Internet]. InfiniteERP Wiki, ; 2018 Oct 14, 14:00 UTC [cited 2026 Jun 15]. Available from: https://wiki.infinite-erp.co.id/index.php?title=How_to_implement_a_new_main_view&oldid=67.
Bluebook style
How to implement a new main view, https://wiki.infinite-erp.co.id/index.php?title=How_to_implement_a_new_main_view&oldid=67 (last visited June 15, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "InfiniteERP Wiki",
title = "How to implement a new main view --- InfiniteERP Wiki{,} ",
year = "2018",
url = "https://wiki.infinite-erp.co.id/index.php?title=How_to_implement_a_new_main_view&oldid=67",
note = "[Online; accessed 15-June-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 = "InfiniteERP Wiki",
title = "How to implement a new main view --- InfiniteERP Wiki{,} ",
year = "2018",
url = "\url{https://wiki.infinite-erp.co.id/index.php?title=How_to_implement_a_new_main_view&oldid=67}",
note = "[Online; accessed 15-June-2026]"
}