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

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

  • Page name: Как задать вопрос?
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 13 October 2011 18:40 MSK
  • Date retrieved: 29 October 2025 23:42 MSK
  • Page Version ID: 1318516830

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

Институт НеоКода (2011). Как задать вопрос?. Институт НеоКода – Новый код НЛП. Retrieved 23:42, 29 October, 2025 from http://newcode.ru/doku.php?id=ask-a-question&rev=1318516830.

MLA style

“Как задать вопрос?.” Институт НеоКода – Новый код НЛП. 13 Oct 2011, 18:40 MSK. 29 Oct 2025, 23:42 <http://newcode.ru/doku.php?id=ask-a-question&rev=1318516830>.

MHRA style

Институт НеоКода, ‘Как задать вопрос?’, Институт НеоКода – Новый код НЛП, 13 October 2011, 18:40 MSK, <http://newcode.ru/doku.php?id=ask-a-question&rev=1318516830> [accessed 29 October 2025]

Chicago style

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

CBE/CSE style

Институт НеоКода. Как задать вопрос? [Internet]. Институт НеоКода – Новый код НЛП; 2011 Oct 13, 18:40 MSK [cited 2025 Oct 29]. Available from: http://newcode.ru/doku.php?id=ask-a-question&rev=1318516830.

Bluebook style

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

AMA style

Институт НеоКода. Как задать вопрос?. Институт НеоКода – Новый код НЛП. October 13, 2011, 18:40 MSK. Available at: http://newcode.ru/doku.php?id=ask-a-question&rev=1318516830. Accessed October 29, 2025.

BibTeX entry

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