Benutzer-Werkzeuge

Webseiten-Werkzeuge


erstellen_einer_testversion

Bibliographic details for "erstellen_einer_testversion"

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "erstellen_einer_testversion"

APA style

Anonymous Contributors (1970). erstellen_einer_testversion. Thera-π Wiki. Retrieved 21:39, 26 April, 2024 from https://www.thera-pi-software.de/dokuwiki/doku.php?id=erstellen_einer_testversion.

MLA style

“erstellen_einer_testversion.” Thera-π Wiki. 1 Jan 1970, 01:00 CET. 26 Apr 2024, 21:39 <https://www.thera-pi-software.de/dokuwiki/doku.php?id=erstellen_einer_testversion>.

MHRA style

Anonymous Contributors, ‘erstellen_einer_testversion’, Thera-π Wiki, 1 January 1970, 01:00 CET, <https://www.thera-pi-software.de/dokuwiki/doku.php?id=erstellen_einer_testversion> [accessed 26 April 2024]

Chicago style

Anonymous Contributors, “erstellen_einer_testversion,” Thera-π Wiki, https://www.thera-pi-software.de/dokuwiki/doku.php?id=erstellen_einer_testversion (accessed April 26, 2024).

CBE/CSE style

Anonymous Contributors. erstellen_einer_testversion [Internet]. Thera-π Wiki; 1970 Jan 1, 01:00 CET [cited 2024 Apr 26]. Available from: https://www.thera-pi-software.de/dokuwiki/doku.php?id=erstellen_einer_testversion.

Bluebook style

erstellen_einer_testversion, https://www.thera-pi-software.de/dokuwiki/doku.php?id=erstellen_einer_testversion (last visited April 26, 2024).

AMA style

Anonymous Contributors. erstellen_einer_testversion. Thera-π Wiki. January 1, 1970, 01:00 CET. Available at: https://www.thera-pi-software.de/dokuwiki/doku.php?id=erstellen_einer_testversion. Accessed April 26, 2024.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "erstellen_einer_testversion --- Thera-π Wiki",
   year = "1970",
   url = "https://www.thera-pi-software.de/dokuwiki/doku.php?id=erstellen_einer_testversion",
   note = "[Online; accessed 26-April-2024]"
 }

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 = "Anonymous Contributors",
   title = "erstellen_einer_testversion --- Thera-π Wiki",
   year = "1970",
   url = "\url{https://www.thera-pi-software.de/dokuwiki/doku.php?id=erstellen_einer_testversion}",
   note = "[Online; accessed 26-April-2024]"
 }