引用
「PythonのためのVisual Studio Code設定覚書」の書誌情報
- ページ名: PythonのためのVisual Studio Code設定覚書
- 著者: Eospediaへの寄稿者ら
- 発行者: 『Eospedia』
- 更新日時: 2020年11月20日 05:56 (UTC)
- 取得日時: 2025年6月17日 02:55 (UTC)
- 恒久的なURI: https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AEVisual_Studio_Code%E8%A8%AD%E5%AE%9A%E8%A6%9A%E6%9B%B8&oldid=17093
- ページの版番号: 17093
各種方式による「PythonのためのVisual Studio Code設定覚書」の書誌表示
APA方式
PythonのためのVisual Studio Code設定覚書. (2020年11月20日05:56). Eospedia, . 2025年6月17日02:55 https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AEVisual_Studio_Code%E8%A8%AD%E5%AE%9A%E8%A6%9A%E6%9B%B8&oldid=17093 にて閲覧.
MLA方式
"PythonのためのVisual Studio Code設定覚書." Eospedia, . 2020年11月20日05:56 (UTC). 2025年6月17日02:55 <https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AEVisual_Studio_Code%E8%A8%AD%E5%AE%9A%E8%A6%9A%E6%9B%B8&oldid=17093>.
MHRA方式
Eospediaへの寄稿者ら, 'PythonのためのVisual Studio Code設定覚書', Eospedia, ,2020年11月20日 (UTC), <https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AEVisual_Studio_Code%E8%A8%AD%E5%AE%9A%E8%A6%9A%E6%9B%B8&oldid=17093> [2025年6月17日閲覧]
Chicago方式
Eospediaへの寄稿者ら, "PythonのためのVisual Studio Code設定覚書," Eospedia, , https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AEVisual_Studio_Code%E8%A8%AD%E5%AE%9A%E8%A6%9A%E6%9B%B8&oldid=17093 (2025年6月17日閲覧).
CBE/CSE方式
Eospediaへの寄稿者ら. PythonのためのVisual Studio Code設定覚書 [Internet]. Eospedia, ; 2020年11月20日05:56 (UTC) [2025年6月17日現在で引用]. 入手元: https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AEVisual_Studio_Code%E8%A8%AD%E5%AE%9A%E8%A6%9A%E6%9B%B8&oldid=17093.
Bluebook方式
PythonのためのVisual Studio Code設定覚書, https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AEVisual_Studio_Code%E8%A8%AD%E5%AE%9A%E8%A6%9A%E6%9B%B8&oldid=17093 (2025年6月17日最終訪問).
BibTeXエントリ
@misc{ wiki:xxx, author = "Eospedia", title = "PythonのためのVisual Studio Code設定覚書 --- Eospedia{,} ", year = "2020", url = "https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AEVisual_Studio_Code%E8%A8%AD%E5%AE%9A%E8%A6%9A%E6%9B%B8&oldid=17093", note = "[オンライン; 閲覧日時 2025-17-06]" }
URIの体裁を整えるためにLaTeXの url パッケージを用いる (プリアンブルのどこかに \usepackage{url}
と書く) 場合は、以下のようにした方がいいかもしれません。
@misc{ wiki:xxx, author = "Eospedia", title = "PythonのためのVisual Studio Code設定覚書 --- Eospedia{,} ", year = "2020", url = "\url{https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AEVisual_Studio_Code%E8%A8%AD%E5%AE%9A%E8%A6%9A%E6%9B%B8&oldid=17093}", note = "[オンライン; 閲覧日時 2025-17-06]" }