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

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

גרסה מ־10:39, 28 ביוני 2024

{

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

}