« Modèle:Note/doc » : différence entre les versions
Aller à la navigation
Aller à la recherche
Adding tr.
test0>Shirayuki (move TemplateData here) |
test0>Baris6161TURK (Adding tr.) |
||
Ligne 3 : | Ligne 3 : | ||
"params": { | "params": { | ||
"inline": { | "inline": { | ||
"label": "Inline formatting", | "label": { | ||
"description": "Show the template without line breaks before and after it", | "en": "Inline formatting", | ||
"tr": "Satır içi biçimlendirme" | |||
}, | |||
"description": { | |||
"en": "Show the template without line breaks before and after it.", | |||
"tr": "Şablonu, öncesinde ve sonrasında satır kesmeleri olmadan gösterin." | |||
}, | |||
"type": "boolean" | "type": "boolean" | ||
}, | }, | ||
Ligne 11 : | Ligne 17 : | ||
"1" | "1" | ||
], | ], | ||
"label": "Text", | "label": { | ||
"en": "Text", | |||
"tr": "Metin" | |||
}, | |||
"type": "content", | "type": "content", | ||
"required": true | "required": true, | ||
"description": { | |||
"en": "Informative note.", | |||
"tr": "Bilgilendirecek not." | |||
} | |||
}, | }, | ||
"type": { | "type": { | ||
Ligne 19 : | Ligne 32 : | ||
"2" | "2" | ||
], | ], | ||
"label": "Type", | "label": { | ||
"description": "One of | "en": "Type", | ||
"tr": "Tür" | |||
}, | |||
"description": { | |||
"en": "One of “info”, “reminder”, “warn”, or “error”. This setting affects the color and icon.", | |||
"tr": "“info”, “reminder”, “warn” veya “error” değerlerden biri. Bu ayar, rengi ve simgeyi etkiler." | |||
}, | |||
"type": "line", | "type": "line", | ||
"default": "info" | "default": { | ||
"en": "info", | |||
"tr": "type" | |||
} | |||
} | } | ||
}, | }, | ||
"format": "inline", | "format": "inline", | ||
"description": "Show a note in a box (e.g. a top-of-the-page warning).", | "description": { | ||
"en": "Show a note in a box (e.g. a top-of-the-page warning).", | |||
"tr": "Bir kutuda bir not gösterin (ör. sayfanın üstü uyarısı)." | |||
}, | |||
"paramOrder": [ | "paramOrder": [ | ||
"type", | "type", |