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

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

  • Page name: Как задать вопрос?
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 20 September 2010 22:31 MSD
  • Date retrieved: 20 October 2025 14:35 MSK
  • Page Version ID: 1285007502

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

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

MLA style

“Как задать вопрос?.” Институт НеоКода – Новый код НЛП. 20 Sep 2010, 22:31 MSD. 20 Oct 2025, 14:35 <http://www.newcode.ru/doku.php?id=ask-a-question&rev=1285007502>.

MHRA style

Институт НеоКода, ‘Как задать вопрос?’, Институт НеоКода – Новый код НЛП, 20 September 2010, 22:31 MSD, <http://www.newcode.ru/doku.php?id=ask-a-question&rev=1285007502> [accessed 20 October 2025]

Chicago style

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

CBE/CSE style

Институт НеоКода. Как задать вопрос? [Internet]. Институт НеоКода – Новый код НЛП; 2010 Sep 20, 22:31 MSD [cited 2025 Oct 20]. Available from: http://www.newcode.ru/doku.php?id=ask-a-question&rev=1285007502.

Bluebook style

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

AMA style

Институт НеоКода. Как задать вопрос?. Институт НеоКода – Новый код НЛП. September 20, 2010, 22:31 MSD. Available at: http://www.newcode.ru/doku.php?id=ask-a-question&rev=1285007502. Accessed October 20, 2025.

BibTeX entry

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