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

Bibliographic details for "FAQ"

  • Page name: FAQ
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 3 September 2009 01:51 MSD
  • Date retrieved: 13 June 2026 19:28 MSK
  • Page Version ID: 1251928290

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

Citation styles for "FAQ"

APA style

Институт НеоКода (2009). FAQ. Институт НеоКода – Новый код НЛП. Retrieved 19:28, 13 June, 2026 from http://newcode.ru/doku.php?id=faq&rev=1251928290.

MLA style

“FAQ.” Институт НеоКода – Новый код НЛП. 3 Sep 2009, 01:51 MSD. 13 Jun 2026, 19:28 <http://newcode.ru/doku.php?id=faq&rev=1251928290>.

MHRA style

Институт НеоКода, ‘FAQ’, Институт НеоКода – Новый код НЛП, 3 September 2009, 01:51 MSD, <http://newcode.ru/doku.php?id=faq&rev=1251928290> [accessed 13 June 2026]

Chicago style

Институт НеоКода, “FAQ,” Институт НеоКода – Новый код НЛП, http://newcode.ru/doku.php?id=faq&rev=1251928290 (accessed June 13, 2026).

CBE/CSE style

Институт НеоКода. FAQ [Internet]. Институт НеоКода – Новый код НЛП; 2009 Sep 3, 01:51 MSD [cited 2026 Jun 13]. Available from: http://newcode.ru/doku.php?id=faq&rev=1251928290.

Bluebook style

FAQ, http://newcode.ru/doku.php?id=faq&rev=1251928290 (last visited June 13, 2026).

AMA style

Институт НеоКода. FAQ. Институт НеоКода – Новый код НЛП. September 3, 2009, 01:51 MSD. Available at: http://newcode.ru/doku.php?id=faq&rev=1251928290. Accessed June 13, 2026.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Институт НеоКода",
   title = "FAQ --- Институт НеоКода – Новый код НЛП",
   year = "2009",
   url = "http://newcode.ru/doku.php?id=faq&rev=1251928290",
   note = "[Online; accessed 13-June-2026]"
 }

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 = "FAQ --- Институт НеоКода – Новый код НЛП",
   year = "2009",
   url = "\url{http://newcode.ru/doku.php?id=faq&rev=1251928290}",
   note = "[Online; accessed 13-June-2026]"
 }