Template:OOUI Alert/doc

From Linux Web Expert

<templatedata> { "description": { "en": "This template creates a fake OOUI alert box.", "tr": "Bu şablon, sahte bir OOUI uyarı kutusu oluşturur." }, "params": { "message": { "label": { "en": "Message", "tr": "Mesaj" }, "description": { "en": "The message to display in the alert box.", "tr": "Uyarı kutusunda görüntülenecek mesaj." }, "type": "content", "required": true }, "action": { "label": { "en": "Action text", "tr": "Eylem metni" }, "description": { "en": "Text of the action button.", "tr": "Eylem düğmesinin metni." }, "type": "line", "default": "OK" }, "style": { "label": { "en": "Style", "tr": "Stil" }, "description": { "en": "Additional CSS rules that apply to the whole box.", "tr": "Tüm kutu için geçerli olan ek CSS kuralları." }, "example": "width:450px; font-size:95%;", "type": "line" } } } </templatedata>