личные инструменты

Bibliographic details for "Как задать вопрос?"

  • Page name: Как задать вопрос?
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 26 April 2009 11:54 MSD
  • Date retrieved: 13 September 2025 18:09 MSK
  • Page Version ID: 1240732494

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

Citation styles for "Как задать вопрос?"

APA style

Институт НеоКода (2009). Как задать вопрос?. Институт НеоКода – Новый код НЛП. Retrieved 18:09, 13 September, 2025 from http://newcode.ru/doku.php?id=ask-a-question&rev=1240732494.

MLA style

“Как задать вопрос?.” Институт НеоКода – Новый код НЛП. 26 Apr 2009, 11:54 MSD. 13 Sep 2025, 18:09 <http://newcode.ru/doku.php?id=ask-a-question&rev=1240732494>.

MHRA style

Институт НеоКода, ‘Как задать вопрос?’, Институт НеоКода – Новый код НЛП, 26 April 2009, 11:54 MSD, <http://newcode.ru/doku.php?id=ask-a-question&rev=1240732494> [accessed 13 September 2025]

Chicago style

Институт НеоКода, “Как задать вопрос?,” Институт НеоКода – Новый код НЛП, http://newcode.ru/doku.php?id=ask-a-question&rev=1240732494 (accessed September 13, 2025).

CBE/CSE style

Институт НеоКода. Как задать вопрос? [Internet]. Институт НеоКода – Новый код НЛП; 2009 Apr 26, 11:54 MSD [cited 2025 Sep 13]. Available from: http://newcode.ru/doku.php?id=ask-a-question&rev=1240732494.

Bluebook style

Как задать вопрос?, http://newcode.ru/doku.php?id=ask-a-question&rev=1240732494 (last visited September 13, 2025).

AMA style

Институт НеоКода. Как задать вопрос?. Институт НеоКода – Новый код НЛП. April 26, 2009, 11:54 MSD. Available at: http://newcode.ru/doku.php?id=ask-a-question&rev=1240732494. Accessed September 13, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Институт НеоКода",
   title = "Как задать вопрос? --- Институт НеоКода – Новый код НЛП",
   year = "2009",
   url = "http://newcode.ru/doku.php?id=ask-a-question&rev=1240732494",
   note = "[Online; accessed 13-September-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 = "Институт НеоКода",
   title = "Как задать вопрос? --- Институт НеоКода – Новый код НЛП",
   year = "2009",
   url = "\url{http://newcode.ru/doku.php?id=ask-a-question&rev=1240732494}",
   note = "[Online; accessed 13-September-2025]"
 }