Tafsir Ibne Kathir

Multiple Ayahs

Tags

Download Links

Tafsir Ibne Kathir tafsir for Surah Al-Mujadila — Ayah 6

يَوۡمَ يَبۡعَثُهُمُ ٱللَّهُ جَمِيعٗا فَيُنَبِّئُهُم بِمَا عَمِلُوٓاْۚ أَحۡصَىٰهُ ٱللَّهُ وَنَسُوهُۚ وَٱللَّهُ عَلَىٰ كُلِّ شَيۡءٖ شَهِيدٌ ٦
( يـَوْمَ يـَبـْعَثـُهُمُ ٱللّهُ جَمِيعاً ) «В тот день Аллах воскресит их всех». В День Воскресения Всевышний Аллах соберет всех людей от первого до последнего поколения в одном месте( فـَيـُنَبّئـُهُمْ بِمَا عَمِلُواْ ) «и поведает им о том, что они совершили» — т.е. сообщит им обо всех их делах, хороших и плохих.( أَحْصَـٰهُ ٱللّهُ وَنَسُوهُ ) «Аллах исчислил это, а они забыли» — т.е. Аллах записал и сохранил их деяния, хотя сами они уже забыли, что совершали.( وَٱللّهُ عَلَىٰ كُلّ شَىْءٍ شَهِيدٌ ) «Аллах — Свидетель всякой вещи»,— т.е. ничто не скроется и не ускользнет от Его взора, и Он не забывает о том, что делали Его создания.

Tafsir Resource

QUL supports exporting tafsir content in both JSON and SQLite formats. Tafsir text may include <html> tags for formatting such as <b>, <i>, etc.

Example JSON Format:

{
  "2:3": {
    "text": "tafisr text.",
    "ayah_keys": ["2:3", "2:4"]
  },
  "2:4": "2:3"
}
  • Keys in the JSON are "ayah_key" in "surah:ayah", e.g. "2:3" means 3rd ayah of Surah Al-Baqarah.
  • The value of ayah key can either be:
    • an object — this is the main tafsir group. It includes:
      • text: the tafsir content (can include HTML)
      • ayah_keys: an array of ayah keys this tafsir applies to
    • a string — this indicates the tafsir is part of a group. The string points to the ayah_key where the tafsir text can be found.

SQLite exports includes the following columns

  • ayah_key: the ayah for which this record applies.
  • group_ayah_key: the ayah key that contains the main tafsir text (used for shared tafsir).
  • from_ayah / to_ayah: start and end ayah keys for convenience (optional).
  • ayah_keys: comma-separated list of all ayah keys that this tafsir covers.
  • text: tafsir text. If blank, use the text from the group_ayah_key.