Tafsir Bayan ul Quran

Multiple Ayahs

Tags

Download Links

Tafsir Bayan ul Quran tafsir for Surah Al-Muzzammil — Ayah 12

وَذَرۡنِي وَٱلۡمُكَذِّبِينَ أُوْلِي ٱلنَّعۡمَةِ وَمَهِّلۡهُمۡ قَلِيلًا ١١ إِنَّ لَدَيۡنَآ أَنكَالٗا وَجَحِيمٗا ١٢

آیت 1 1{ وَذَرْنِیْ وَالْمُکَذِّبِیْنَ اُولِی النَّعْمَۃِ } ”آپ مجھے اور ان جھٹلانے والوں کو چھوڑ دیں ‘ جو بڑی نعمتوں سے نوازے گئے ہیں“ ان کو مال و اولاد ‘ بڑی بڑی جائیدادیں اور طرح طرح کی دوسری نعمتیں بھی میں نے ہی عطا کی ہیں اور اب ان کی سرکشی کا مزہ بھی انہیں میں ہی چکھائوں گا ‘ لہٰذا ان کا معاملہ آپ مجھ پر چھوڑ دیں۔ نوٹ کیجیے ابتدائی دور کی ان سورتوں میں ذَرْنِیْ اور ذَرْھُمْ کے صیغے بار بار آرہے ہیں۔ { وَمَہِّلْہُمْ قَلِیْلًا۔ } ”اور ابھی آپ انہیں تھوڑی سی مہلت دیں۔“ قبل ازیں ہم سورة مریم میں اس سے ملتا جلتا یہ حکم بھی پڑھ چکے ہیں : { فَلَا تَعْجَلْ عَلَیْہِمْط اِنَّمَا نَعُدُّ لَہُمْ عَدًّا۔ } ”تو آپ ﷺ ان کے خلاف فیصلے کے لیے جلدی نہ کیجیے۔ ہم ان کی پوری پوری گنتی کر رہے ہیں“۔ سورة الطارق کی اس آیت میں بھی بالکل یہی مضمون بیان ہوا ہے : { فَمَہِّلِ الْکٰفِرِیْنَ اَمْہِلْہُمْ رُوَیْدًا۔ } ”تو آپ کافروں کو مہلت دیں ‘ بس تھوڑی سی مزید مہلت۔“

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.