תבנית:ספוילר

מתוך ויקי נטפרי
קפיצה לניווט קפיצה לחיפוש

למעבר מתצוגת עריכה לתצוגת קריאה

הסבר

הספוילר שימושי מאוד בשביל לקצר ולעשות סדר לדפים ארוכים (לדוגמא כאן).

בכדי לעשות ספוילר כותבים ככה:
{{ספוילר|1|לחץ כאן|זה התוכן המוסתר}}
ככה נקבל:


<button onclick="(function(btn){var c=document.getElementById('spoiler-content-2');if(c.style.display==='none'){c.style.display='block';btn.querySelector('.spoiler-arrow').textContent='▲';}else{c.style.display='none';btn.querySelector('.spoiler-arrow').textContent='▼';}})(this)" style="background-color: #17a2b8; color: #fff; padding: 1rem 2rem; border-radius: 5px; border: none; cursor: pointer; font-weight: bold; font-size: 1em; font-family: inherit;">👁️ לחץ כאן </button>