Cite This Page
Bibliographic details for My first app
- Page name: My first app
- Author: OS.bee documentation contributors
- Publisher: OS.bee documentation, .
- Date of last revision: 5 March 2019 15:44 UTC
- Date retrieved: 17 March 2026 15:42 UTC
- Permanent URL: https://download.osbee.org/documentation/index.php?title=My_first_app&oldid=549
- Page Version ID: 549
Citation styles for My first app
APA style
My first app. (2019, March 5). OS.bee documentation, . Retrieved 15:42, March 17, 2026 from https://download.osbee.org/documentation/index.php?title=My_first_app&oldid=549.
MLA style
"My first app." OS.bee documentation, . 5 Mar 2019, 15:44 UTC. 17 Mar 2026, 15:42 <https://download.osbee.org/documentation/index.php?title=My_first_app&oldid=549>.
MHRA style
OS.bee documentation contributors, 'My first app', OS.bee documentation, , 5 March 2019, 15:44 UTC, <https://download.osbee.org/documentation/index.php?title=My_first_app&oldid=549> [accessed 17 March 2026]
Chicago style
OS.bee documentation contributors, "My first app," OS.bee documentation, , https://download.osbee.org/documentation/index.php?title=My_first_app&oldid=549 (accessed March 17, 2026).
CBE/CSE style
OS.bee documentation contributors. My first app [Internet]. OS.bee documentation, ; 2019 Mar 5, 15:44 UTC [cited 2026 Mar 17]. Available from: https://download.osbee.org/documentation/index.php?title=My_first_app&oldid=549.
Bluebook style
My first app, https://download.osbee.org/documentation/index.php?title=My_first_app&oldid=549 (last visited March 17, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "OS.bee documentation",
title = "My first app --- OS.bee documentation{,} ",
year = "2019",
url = "https://download.osbee.org/documentation/index.php?title=My_first_app&oldid=549",
note = "[Online; accessed 17-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 = "OS.bee documentation",
title = "My first app --- OS.bee documentation{,} ",
year = "2019",
url = "\url{https://download.osbee.org/documentation/index.php?title=My_first_app&oldid=549}",
note = "[Online; accessed 17-March-2026]"
}