תבנית:NavForwardBack
[[{{{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
}
}
}