1 Bibliographic details for Documents/How to/Install/en
- Page name: Documents/How to/Install/en
- Author: OpenSCADAWiki contributors
- Publisher: OpenSCADAWiki, .
- Date of last revision: 29 July 2025 14:31 UTC
- Date retrieved: 2 November 2025 01:33 UTC
- Permanent URL: http://oscada.org/wiki/index.php?title=Documents/How_to/Install/en&oldid=92108
- Page Version ID: 92108
2 Citation styles for Documents/How to/Install/en
2.1 APA style
Documents/How to/Install/en. (2025, July 29). OpenSCADAWiki, . Retrieved 01:33, November 2, 2025 from http://oscada.org/wiki/index.php?title=Documents/How_to/Install/en&oldid=92108.
2.2 MLA style
"Documents/How to/Install/en." OpenSCADAWiki, . 29 Jul 2025, 14:31 UTC. 2 Nov 2025, 01:33 <http://oscada.org/wiki/index.php?title=Documents/How_to/Install/en&oldid=92108>.
2.3 MHRA style
OpenSCADAWiki contributors, 'Documents/How to/Install/en', OpenSCADAWiki, , 29 July 2025, 14:31 UTC, <http://oscada.org/wiki/index.php?title=Documents/How_to/Install/en&oldid=92108> [accessed 2 November 2025]
2.4 Chicago style
OpenSCADAWiki contributors, "Documents/How to/Install/en," OpenSCADAWiki, , http://oscada.org/wiki/index.php?title=Documents/How_to/Install/en&oldid=92108 (accessed November 2, 2025).
2.5 CBE/CSE style
OpenSCADAWiki contributors. Documents/How to/Install/en [Internet]. OpenSCADAWiki, ; 2025 Jul 29, 14:31 UTC [cited 2025 Nov 2]. Available from: http://oscada.org/wiki/index.php?title=Documents/How_to/Install/en&oldid=92108.
2.6 Bluebook style
Documents/How to/Install/en, http://oscada.org/wiki/index.php?title=Documents/How_to/Install/en&oldid=92108 (last visited November 2, 2025).
2.7 BibTeX entry
@misc{ wiki:xxx,
author = "OpenSCADAWiki",
title = "Documents/How to/Install/en --- OpenSCADAWiki{,} ",
year = "2025",
url = "http://oscada.org/wiki/index.php?title=Documents/How_to/Install/en&oldid=92108",
note = "[Online; accessed 2-November-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 = "OpenSCADAWiki",
title = "Documents/How to/Install/en --- OpenSCADAWiki{,} ",
year = "2025",
url = "\url{http://oscada.org/wiki/index.php?title=Documents/How_to/Install/en&oldid=92108}",
note = "[Online; accessed 2-November-2025]"
}