টেমপ্লেট:হাইলাইট তারিখের তালিকা/নথি

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে

This module creates a list of items sorted by date. The item for today, or for the closest date in the future, is highlighted.

শব্দবিন্যাস[সম্পাদনা]

{{highlighted date list
| item1 = 
| date1 = 
| item2 = 
| date2 = 
...
| class = 
| style = 
| highlighter = 
| highlightercolor = 
| graceperiod = 
}}

প্যারামিটার[সম্পাদনা]

All parameters are optional.

  • item1, item2, item3... - The list items. Note: the list items will be sorted by their dates, not their parameter numbers.
  • date1, date2, date3... - The dates for each list item. date1 corresponds to item1, date2 corresponds to item2, etc.
  • class - a class attribute for the list's ul element.
  • style - inline CSS for the list's ul element.
  • highlighter - a custom highlighter. The default is <span style="background-color:#FC6;font-size:120%">→</span> ().
  • highlightercolor - if |highlighter= is not specified, this specifies the background color of the highlighter. The default is "#FC6".
  • graceperiod - the period of time that the template should wait after a date has passed before highlighting the next date in the list. This should be a value accepted as a relative date by the #time parser function, for example "1 day" or "2 months".

উদাহরণ[সম্পাদনা]

পূর্বনির্ধারিত[সম্পাদনা]

{{highlighted date list
| item1 = Egg
| date1 = ১৫ এপ্রিল ২০২৪
| item2 = Beans
| date1 = ২২ এপ্রিল ২০২৪
| item3 = Spam
| date3 = ২৯ এপ্রিল ২০২৪
| item4 = Sausage
| date4 = ৬ মে ২০২৪
}}

দুই দিনের অন্তর্বর্তী সময়কাল[সম্পাদনা]

{{highlighted date list
| item1 = Egg
| date1 = ১৫ এপ্রিল ২০২৪
| item2 = Beans
| date1 = ২২ এপ্রিল ২০২৪
| item3 = Spam
| date3 = ২৯ এপ্রিল ২০২৪
| item4 = Sausage
| date4 = ৬ মে ২০২৪
| graceperiod = 2 days
}}

কাস্টম হাইলাইট রঙ[সম্পাদনা]

{{highlighted date list
| item1 = Egg
| date1 = ১৫ এপ্রিল ২০২৪
| item2 = Beans
| date2 = ২২ এপ্রিল ২০২৪
| item3 = Spam
| date3 = ২৯ এপ্রিল ২০২৪
| item4 = Sausage
| date4 = ৬ মে ২০২৪
| highlightercolor = pink
}}

কাস্টম হাইলাইটার[সম্পাদনা]

{{highlighted date list
| item1 = Egg
| date1 = ১৫ এপ্রিল ২০২৪
| item2 = Beans
| date2 = ২২ এপ্রিল ২০২৪
| item3 = Spam
| date3 = ২৯ এপ্রিল ২০২৪
| item4 = Sausage
| date4 = ৬ মে ২০২৪
| highlighter = THIS ONE! >>>
}}