תבנית:NavForwardBack: הבדלים בין גרסאות בדף

מתוך אוצר מהרי''ט
קפיצה לניווט קפיצה לחיפוש
יצירת דף עם התוכן "<!-- Template:NavForwardBack --> <div style="text-align: center; direction: rtl; margin: 10px 0;"> <span style="float: right;">[[{{{previous}}} | << {{{previous_label|הדף הקודם}}}]]</span> <span style="float: left;">[[{{{next}}} | {{{next_label|הדף הבא}}} >>]]</span> <span style="clear: both;"></span> </div>"
 
אין תקציר עריכה
 
שורה 5: שורה 5:
   <span style="clear: both;"></span>
   <span style="clear: both;"></span>
</div>
</div>
{
  "description": "תבנית ניווט לדפים קודמים והבאים",
  "params": {
    "previous": {
      "label": "הדף הקודם",
      "description": "הקישור לדף הקודם",
      "type": "page",
      "required": true
    },
    "previous_label": {
      "label": "תווית לדף הקודם",
      "description": "התווית שתוצג עבור הדף הקודם (ברירת מחדל: הדף הקודם)",
      "type": "string",
      "required": false
    },
    "next": {
      "label": "הדף הבא",
      "description": "הקישור לדף הבא",
      "type": "page",
      "required": true
    },
    "next_label": {
      "label": "תווית לדף הבא",
      "description": "התווית שתוצג עבור הדף הבא (ברירת מחדל: הדף הבא)",
      "type": "string",
      "required": false
    }
  }
}

גרסה אחרונה מ־22:51, 27 ביוני 2024

 [[{{{previous}}} | << הדף הקודם]]
 [[{{{next}}} | הדף הבא >>]]
 

{

 "description": "תבנית ניווט לדפים קודמים והבאים",
 "params": {
   "previous": {
     "label": "הדף הקודם",
     "description": "הקישור לדף הקודם",
     "type": "page",
     "required": true
   },
   "previous_label": {
     "label": "תווית לדף הקודם",
     "description": "התווית שתוצג עבור הדף הקודם (ברירת מחדל: הדף הקודם)",
     "type": "string",
     "required": false
   },
   "next": {
     "label": "הדף הבא",
     "description": "הקישור לדף הבא",
     "type": "page",
     "required": true
   },
   "next_label": {
     "label": "תווית לדף הבא",
     "description": "התווית שתוצג עבור הדף הבא (ברירת מחדל: הדף הבא)",
     "type": "string",
     "required": false
   }
 }

}