Cite This Page
Bibliographic details for Table creation
- Page name: Table creation
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 28 November 2022 16:40 UTC
- Date retrieved: 1 April 2023 02:25 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Table_creation&oldid=333939
- Page Version ID: 333939
Citation styles for Table creation
APA style
Table creation. (2022, November 28). Rosetta Code, . Retrieved 02:25, April 1, 2023 from https://rosettacode.org/w/index.php?title=Table_creation&oldid=333939.
MLA style
"Table creation." Rosetta Code, . 28 Nov 2022, 16:40 UTC. 1 Apr 2023, 02:25 <https://rosettacode.org/w/index.php?title=Table_creation&oldid=333939>.
MHRA style
Rosetta Code contributors, 'Table creation', Rosetta Code, , 28 November 2022, 16:40 UTC, <https://rosettacode.org/w/index.php?title=Table_creation&oldid=333939> [accessed 1 April 2023]
Chicago style
Rosetta Code contributors, "Table creation," Rosetta Code, , https://rosettacode.org/w/index.php?title=Table_creation&oldid=333939 (accessed April 1, 2023).
CBE/CSE style
Rosetta Code contributors. Table creation [Internet]. Rosetta Code, ; 2022 Nov 28, 16:40 UTC [cited 2023 Apr 1]. Available from: https://rosettacode.org/w/index.php?title=Table_creation&oldid=333939.
Bluebook style
Table creation, https://rosettacode.org/w/index.php?title=Table_creation&oldid=333939 (last visited April 1, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Table creation --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Table_creation&oldid=333939", note = "[Online; accessed 1-April-2023]" }
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 = "Rosetta Code", title = "Table creation --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Table_creation&oldid=333939}", note = "[Online; accessed 1-April-2023]" }