شرح الاكواد القصيرة قالب يلاشوت حصري |
هذه بعض الاكواد القصيرة التي يمكنك استعمالها في قالب يلاشوت حصري
- اخفاء الجدول في صفحة معينة <style> div#today { display: none; } </style>
- كود صفحة اتصل بنا <b>{contactForm}</b>
- كود جدول المحتويات <b>{tocify} $title={جدول المحتويات}</b>
- كود صندوق اكواد <blockquote> الكود هنا </blockquote>
- كود المشغل ضع الكود التالي في وصف البحث في القالب iframe ثم داخل التدوينة ضع رابط موقع او فيدو علي اليوتيوب
- كود المشغل في قالب m3u8 ضع الكود التالي في وصف البحث في القالب m3u8 ثم داخل التدوينة ضع رابط iptv او m3u8
- قائمة ميجا {getMega} $label={recent}
- الرئيسية {getMega} $label={recent}
كود صندوق الاكواد
<blockquote> code here </blockquote>
كود اخفاء القائمة الجانبية
<style>
#sidebar-wrapper {
display: none !important;
}
.is-single #main-wrapper {
width: 100% !important;
}
</style>
كود مشغل متعدد
<div class="video-serv-sry"><a href="https://yallashoot-sry.blogspot.com/p/iframe.html" target="search_iframe">البث الرئيسي</a><a href="https://yallashoot-sry.blogspot.com/p/iframe.html" target="search_iframe">جودة ضعيفة</a></div><div class="video-con-sry"><iframe allowfullscreen="" class="video-iframe" frameborder="0" height="500" mozallowfullscreen="" name="search_iframe" scrolling="no" src="https://yallashoot-sry.blogspot.com/p/iframe.html" webkitallowfullscreen="" width="100%"></iframe></div>
جدول محدد
<table> <header> <tr> <th>First Name</th> <th>Last Name</th> <th>Email</th> </tr> </head> <body> <tr> <td>John</td> <td>December</td> <td>john@example.com</td> </tr> <tr> <td>March</td> <td>May</td> <td>mary@example.com</td> </tr> <tr> <td>July</td> <td>International</td> <td>july@example.com</td> </tr> </tbody> </table>
صناديق التنبيه
- كود نجاح
<blockquote>
Lorem Ipsum is not just random text. It has roots in a piece of classical test link here too ًa Latin literature from 45 BC، Which makes it over 2000 years old.
{alertSuccess}</blockquote>
Lorem Ipsum is not just random text. It has roots in a piece of classical test link here too ًa Latin literature from 45 BC، Which makes it over 2000 years old.
{alertSuccess}</blockquote>
- كود معلومات
<blockquote>
Lorem Ipsum is not just random text. It has roots in a piece of classical test link here too ًa Latin literature from 45 BC، Which makes it over 2000 years old.
{alertInfo}</blockquote>
- كود تحذير
<blockquote>
Lorem Ipsum is not just random text. It has roots in a piece of classical test link here too ًa Latin literature from 45 BC، Which makes it over 2000 years old.
<a href="#" rel="nofollow" target="_blank">45 BC</a>, making it over 2000 years old. {alertWarning}</blockquote>
- كود خطأ
<blockquote>
Lorem Ipsum is not just random text. It has roots in a piece of classical test link here too ًa Latin literature from 45 BC، Which makes it over 2000 years old.
{alertError}</blockquote>
ازار ملونة
- زر ملون
<a href="#" rel="nofollow" target="_blank">{getButton} $text={Colored button} $color={#16a085}</a>
- زر معاينة
<a href="#" rel="nofollow" target="_blank">{getButton} $text={preview} $icon={preview} $color={# 27ae60}</a>
- زر تحميل
<a href="#" rel="nofollow" target="_blank">{getButton} $text={download} $icon={download} $color={#2980b9}</ a>
- زر زيارة الرابط
<a href="#" rel="nofollow" target="_blank">{getButton} $text={Visit link} $icon={link} $color={#8e44ad}</a>
- زر اشتري الان
<a href ="#" rel="nofollow" target="_blank">{getButton} $text={Buy Now} $icon={cart} $color={#f39c12}</a>
- زر مشاركة
<a href="#" rel ="nofollow" target="_blank">{getButton} $text={Share} $icon={share} $color={#e74c3c}</a>
- زر معلومات
<a href="#" rel="nofollow" target= "_blank">{getButton} $text={More information} $icon={info} $color={#34495e}</a>
ازار عادية
- زر عادي
<a href="#" rel="nofollow" target="_blank">{getButton} $text={Default button}</a>
- زر معاينة
<a href="#" rel="nofollow" target="_blank">{getButton} $text={preview} $icon={preview}</a>
- زر تحميل
<a href="#" rel="nofollow" target="_blank">{getButton} $text={download} $icon={download}</a>
- زر زيارة رابط
<a href="#" rel="nofollow" target="_blank">{getButton} $text={Visit link} $icon={link}</a>
- زر شراء
<a href="#" rel="nofollow" target="_blank">{getButton} $text={Buy Now} $icon={cart}</a>
- زرمشاركة
<a href="#" rel="nofollow" target="_blank">{getButton} $text= {Share} $icon={share}</a>
- زر معلومات
<a href="#" rel="nofollow" target="_blank">{getButton} $text={More information} $icon={info}</a>