ویکیفەرھەنگ ckbwiktionary https://ckb.wiktionary.org/wiki/%D9%88%DB%8C%DA%A9%DB%8C%D9%81%DB%95%D8%B1%DA%BE%DB%95%D9%86%DA%AF:%D8%AF%DB%95%D8%B3%D8%AA%D9%BE%DB%8E%DA%A9 MediaWiki 1.46.0-wmf.26 case-sensitive میدیا تایبەت وتووێژ بەکارھێنەر لێدوانی بەکارھێنەر ویکیفەرھەنگ لێدوانی ویکیفەرھەنگ پەڕگە وتووێژی پەڕگە میدیاویکی وتووێژی میدیاویکی داڕێژە وتووێژی داڕێژە یارمەتی وتووێژی یارمەتی پۆل وتووێژی پۆل TimedText TimedText talk مۆدیوول لێدوانی مۆدیوول Event Event talk داڕێژە:mbox/style.css 10 11169 35738 2026-05-02T16:03:42Z -Haryad 34 +داڕێژە 35738 sanitized-css text/css /** * {{ombox}} (other pages message box) styles * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15 * * Note: forked to use the [[Wiktionary:Palette]]. */ table.ombox { margin: 4px 10%; border-collapse: collapse; /* Default "notice" gray */ border: 1px solid var(--border-color-base, #a2a9b1); background-color: var(--background-color-neutral-subtle, #f8f9fa); box-sizing: border-box; color: var(--color-base, #202122); } /* Wiktionary-specific mobile rule */ @media all and (max-width: 639px) { /* matches calc(640px - 1px) in Minerva CSS */ table.ombox { margin: 4px 0; } } /* An empty narrow cell */ .ombox td.mbox-empty-cell { border: none; padding: 0; width: 1px; } /* The message body cell(s) */ .ombox th.mbox-text, .ombox td.mbox-text { border: none; /* 0.9em left/right */ padding: 0.25em 0.9em; /* Make all mboxes the same width regardless of text length */ width: 100%; } /* The left image cell */ .ombox td.mbox-image { border: none; text-align: center; padding: 0.5em 0 0.5em 0.9em; } /* The right image cell */ .ombox td.mbox-imageright { border: none; text-align: center; padding: 0.5em 0.9em 0.5em 0; } body.skin--responsive table.ombox img { max-width: none !important; } table.ombox-notice { /* Gray */ border: 1px solid var(--border-color-base, #a2a9b1); } table.ombox-speedy { /* Pink */ background-color: var(--wikt-palette-lightred, #fee7e6); } table.ombox-speedy, table.ombox-delete { /* Red */ border: 1px solid var(--wikt-palette-deepred, #b32424); border-width: 2px; } @media screen { html.skin-theme-clientpref-night .ombox-speedy { background-color: #310402; /* Dark red, same hue/saturation as light */ } } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .ombox-speedy { background-color: #310402; /* Dark red, same hue/saturation as light */ } } table.ombox-content { /* Orange */ border: 1px solid var(--wikt-palette-orange, #f28500); } table.ombox-style { /* Yellow */ border: 1px solid var(--wikt-palette-brightyellow, #fc3); } table.ombox-move { /* Purple */ border: 1px solid var(--wikt-palette-purple-9, #9932cc); } table.ombox-protection { /* Gray-gold */ border: 2px solid var(--wikt-palette-dullgold, #a2a9b1); } /** * {{ombox|small=1}} styles * * These ".mbox-small" classes must be placed after all other * ".ombox" classes. "html body.mediawiki .ombox" * is so they apply only to other page message boxes. * * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-enwp-boxes.css * @revision 2021-07-15 */ /* START ENGLISH WIKTIONARY OVERRIDES */ /* The following styles were moved from [[MediaWiki:Common.css]] */ /* For the "small=yes" option: */ table.mbox-small { clear: right; float: right; margin: 4px 0 4px 1em; width: 238px; font-size: 88%; line-height: 1.25em; } /* For the "small=left" option: */ table.mbox-small-left { margin: 4px 1em 4px 0; width: 238px; border-collapse: collapse; font-size: 88%; line-height: 1.25em; } /* END ENGLISH WIKTIONARY OVERRIDES */ /* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ th.mbox-text, td.mbox-text { /* The message body cell(s) */ padding: 0.25em 0.9em; /* 0.9em left/right */ } td.mbox-image { /* The left image cell */ padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */ } td.mbox-imageright { /* The right image cell */ padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */ } /* Footer and header message box styles */ table.fmbox { clear: both; margin: 0.2em 0; width: 100%; border: 1px solid var(--border-color-base, #a2a9b1); background-color: var(--wikt-palette-paleblue, #f8f9fa); /* Default "system" gray */ box-sizing: border-box; } table.fmbox-system { background-color: var(--wikt-palette-paleblue, #f8f9fa); } table.fmbox-warning { border: 1px solid var(--wikt-palette-red-9, #bb7070); /* Dark pink */ background-color: var(--wikt-palette-lightred, #ffdbdb); /* Pink */ } table.fmbox-editnotice { background-color: transparent; } jhajvt7xnb5opkk7pe65o6v26t4581y داڕێژە:mbox 10 11170 35739 2026-05-02T16:06:14Z -Haryad 34 +داڕێژە 35739 wikitext text/x-wiki <templatestyles src="Template:mbox/style.css" />{{#ifeq:{{{small|}}}|yes | {{ombox/core | small = yes | type = {{{type|}}} | image = {{{smallimage|{{{image|}}}}}} | imageright = {{{smallimageright|{{{imageright|}}}}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{smalltext|{{{text}}}}}} }} | {{ombox/core | type = {{{type|}}} | image = {{{image|}}} | imageright = {{{imageright|}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{text}}} }} }}<noinclude> {{documentation}} </noinclude> p4xiz9lsmqrqro09axk1xuj2u85g8ps 35744 35739 2026-05-02T17:00:27Z -Haryad 34 35744 wikitext text/x-wiki <templatestyles src="Template:mbox/style.css" />{{#ifeq:{{{small|}}}|yes | {{ombox/core | small = yes | type = {{{type|}}} | image = {{{smallimage|{{{image|}}}}}} | imageright = {{{smallimageright|{{{imageright|}}}}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{smalltext|{{{text}}}}}} }} | {{ombox/core | type = {{{type|}}} | image = {{{image|}}} | imageright = {{{imageright|}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{text}}} }} }}<noinclude> {{documentation}} </noinclude> [[پۆل:داڕێژەکانی Box]] smblc821d62h49bp4knreppcdj0aub3 35745 35744 2026-05-02T17:05:48Z -Haryad 34 35745 wikitext text/x-wiki {{ombox/core | small = yes | type = {{{type|}}} | image = {{{smallimage|{{{image|}}}}}} | imageright = {{{smallimageright|{{{imageright|}}}}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{smalltext|{{{text}}}}}} }} | {{ombox/core | type = {{{type|}}} | image = {{{image|}}} | imageright = {{{imageright|}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{text}}} }} }} <noinclude> {{documentation}} </noinclude> [[پۆل:داڕێژەکانی Box]] 93k4vc1ug6yedozncphve6pp0zl7l2o 35746 35745 2026-05-02T17:06:18Z -Haryad 34 پووچەڵکردنەوەی پێداچوونەوەی [[Special:Diff/35745|35745]] لە لایەن [[Special:Contributions/-Haryad|-Haryad]] ([[User talk:-Haryad|لێدوان]]) 35746 wikitext text/x-wiki <templatestyles src="Template:mbox/style.css" />{{#ifeq:{{{small|}}}|yes | {{ombox/core | small = yes | type = {{{type|}}} | image = {{{smallimage|{{{image|}}}}}} | imageright = {{{smallimageright|{{{imageright|}}}}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{smalltext|{{{text}}}}}} }} | {{ombox/core | type = {{{type|}}} | image = {{{image|}}} | imageright = {{{imageright|}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{text}}} }} }}<noinclude> {{documentation}} </noinclude> [[پۆل:داڕێژەکانی Box]] smblc821d62h49bp4knreppcdj0aub3 35748 35746 2026-05-02T17:14:26Z -Haryad 34 35748 wikitext text/x-wiki <templatestyles src="Template:mbox/style.css" />{{#ifeq:{{{small|}}}|yes | {{ombox/core | small = yes | type = {{{type|}}} | image = {{{smallimage|{{{image|}}}}}} | imageright = {{{smallimageright|{{{imageright|}}}}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{smalltext|{{{text}}}}}} }} | {{ombox/core | type = {{{type|}}} | image = {{{image|}}} | imageright = {{{imageright|}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{text}}} }} }}<noinclude> {{documentation}} </noinclude> p4xiz9lsmqrqro09axk1xuj2u85g8ps 35753 35748 2026-05-02T17:26:01Z -Haryad 34 35753 wikitext text/x-wiki <templatestyles src="Template:mbox/style.css" />{{#ifeq:{{{small|}}}|yes | {{ombox/core | small = yes | type = {{{type|}}} | image = {{{smallimage|{{{image|}}}}}} | imageright = {{{smallimageright|{{{imageright|}}}}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{smalltext|{{{text}}}}}} }} | {{ombox/core | type = {{{type|}}} | image = {{{image|}}} | imageright = {{{imageright|}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{text}}} }} }}<noinclude> [[پۆل:داڕێژەکانی Box]] {{documentation}} </noinclude> c3g84wwvvbg0hffmadvzt80x7pfzwzg 35760 35753 2026-05-02T20:19:29Z -Haryad 34 35760 wikitext text/x-wiki <templatestyles src="Template:mbox/style.css" />{{#ifeq:{{{small|}}}|yes | {{ombox/core | small = yes | type = {{{type|}}} | image = {{{smallimage|{{{image|}}}}}} | imageright = {{{smallimageright|{{{imageright|}}}}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{smalltext|{{{text}}}}}} }} | {{ombox/core | type = {{{type|}}} | image = {{{image|}}} | imageright = {{{imageright|}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{text}}} }} }}<noinclude> {{documentation}} </noinclude> p4xiz9lsmqrqro09axk1xuj2u85g8ps 35764 35760 2026-05-02T20:34:45Z -Haryad 34 35764 wikitext text/x-wiki <templatestyles src="داڕێژە:mbox/style.css" />{{#ifeq:{{{small|}}}|yes | {{ombox/core | small = yes | type = {{{type|}}} | image = {{{smallimage|{{{image|}}}}}} | imageright = {{{smallimageright|{{{imageright|}}}}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{smalltext|{{{text}}}}}} }} | {{ombox/core | type = {{{type|}}} | image = {{{image|}}} | imageright = {{{imageright|}}} | class = {{{class|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{text}}} }} }}<noinclude> {{documentation}} </noinclude> ozv79msrabwbkhw2ifhinlp8x90ofp4 داڕێژە:ombox/core 10 11171 35740 2026-05-02T16:09:15Z -Haryad 34 +داڕێژە 35740 wikitext text/x-wiki <table class="plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}} {{#switch:{{{type|}}} | speedy = ombox-speedy | delete = ombox-delete | content = ombox-content | style = ombox-style | move = ombox-move | protection = ombox-protection | notice | #default = ombox-notice }} {{{class|}}}" style="{{{style|}}}"> <tr> {{#ifeq:{{{image|}}}|none | <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td class="mbox-empty-cell"></td> | <td class="mbox-image"> {{#if:{{{image|}}} | {{{image}}} | [[File:{{#switch:{{{type|}}} | speedy = Codex icon clock color-error.svg | delete = Codex icon trash color-error.svg | content = Codex icon alert color-warning.svg | style = OOjs UI icon broom.svg | move = Codex icon move color-warning.svg | protection = Codex icon lock color-progressive.svg | notice | #default = Codex icon notice color-progressive.svg }} | {{#ifeq:{{{small|}}}|yes | 30x30px | 40x40px }}|alt=|link=]] }}</td> }} <td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> {{#if:{{{imageright|}}} | {{#ifeq:{{{imageright|}}}|none | <!-- No image. --> | <td class="mbox-imageright"> {{{imageright}}} </td> }} }} </tr> </table><!-- Detect and report usage with faulty "type" parameter: -->{{#switch:{{{type|}}} | <!-- No type fed, is also valid input --> | speedy | delete | content | style | move | protection | notice = <!-- Do nothing, valid "type" --> | #default = <div style="text-align: center;">This message box is using an invalid "type={{{type|}}}" parameter and needs fixing.</div>[[Category:Message box parameter needs fixing|{{main other|Main:}}{{FULLPAGENAME}}]]<!-- Sort on namespace --> }} 9lka1bp7gbxx9l4ml4nh27b2atdq5rn 35747 35740 2026-05-02T17:09:08Z -Haryad 34 35747 wikitext text/x-wiki <table class="plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}} {{#switch:{{{type|}}} | speedy = ombox-speedy | delete = ombox-delete | content = ombox-content | style = ombox-style | move = ombox-move | protection = ombox-protection | notice | #default = ombox-notice }} {{{class|}}}" style="{{{style|}}}"> <tr> {{#ifeq:{{{image|}}}|none | <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td class="mbox-empty-cell"></td> | <td class="mbox-image"> {{#if:{{{image|}}} | {{{image}}} | [[File:{{#switch:{{{type|}}} | speedy = Codex icon clock color-error.svg | delete = Codex icon trash color-error.svg | content = Codex icon alert color-warning.svg | style = OOjs UI icon broom.svg | move = Codex icon move color-warning.svg | protection = Codex icon lock color-progressive.svg | notice | #default = Codex icon notice color-progressive.svg }} | {{#ifeq:{{{small|}}}|yes | 30x30px | 40x40px }}|alt=|link=]] }}</td> }} <td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> {{#if:{{{imageright|}}} | {{#ifeq:{{{imageright|}}}|none | <!-- No image. --> | <td class="mbox-imageright"> {{{imageright}}} </td> }} }} </tr> </table><!-- Detect and report usage with faulty "type" parameter: -->{{#switch:{{{type|}}} | <!-- No type fed, is also valid input --> | speedy | delete | content | style | move | protection | notice = <!-- Do nothing, valid "type" --> | #default = <div style="text-align: center;">This message box is using an invalid "type={{{type|}}}" parameter and needs fixing.</div><!-- Sort on namespace --> }} jrs9hht5dso4yw1fdzft3lciwc96aco 35749 35747 2026-05-02T17:17:04Z -Haryad 34 35749 wikitext text/x-wiki <table class="plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}} {{#switch:{{{type|}}} | speedy = ombox-speedy | delete = ombox-delete | content = ombox-content | style = ombox-style | move = ombox-move | protection = ombox-protection | notice | #default = ombox-notice }} {{{class|}}}" style="{{{style|}}}"> <tr> {{#ifeq:{{{image|}}}|none | <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td class="mbox-empty-cell"></td> | <td class="mbox-image"> {{#if:{{{image|}}} | {{{image}}} | [[File:{{#switch:{{{type|}}} | speedy = Codex icon clock color-error.svg | delete = Codex icon trash color-error.svg | content = Codex icon alert color-warning.svg | style = OOjs UI icon broom.svg | move = Codex icon move color-warning.svg | protection = Codex icon lock color-progressive.svg | notice | #default = Codex icon notice color-progressive.svg }} | {{#ifeq:{{{small|}}}|yes | 30x30px | 40x40px }}|alt=|link=]] }}</td> }} <td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> {{#if:{{{imageright|}}} | {{#ifeq:{{{imageright|}}}|none | <!-- No image. --> | <td class="mbox-imageright"> {{{imageright}}} </td> }} }} </tr> </table><!-- Detect and report usage with faulty "type" parameter: -->{{#switch:{{{type|}}} | <!-- No type fed, is also valid input --> | speedy | delete | content | style | move | protection | notice = <!-- Do nothing, valid "type" --> | #default = <div style="text-align: center;">This message box is using an invalid "type={{{type|}}}" parameter and needs fixing.</div>[[پۆل:داڕێژەکانی Box]]<!-- Sort on namespace --> }} iu7so01azu6idpgg0kuc41n9l9vnfd3 35750 35749 2026-05-02T17:20:55Z -Haryad 34 35750 wikitext text/x-wiki <table class="plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}} {{#switch:{{{type|}}} | speedy = ombox-speedy | delete = ombox-delete | content = ombox-content | style = ombox-style | move = ombox-move | protection = ombox-protection | notice | #default = ombox-notice }} {{{class|}}}" style="{{{style|}}}"> <tr> {{#ifeq:{{{image|}}}|none | <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td class="mbox-empty-cell"></td> | <td class="mbox-image"> {{#if:{{{image|}}} | {{{image}}} | [[File:{{#switch:{{{type|}}} | speedy = Codex icon clock color-error.svg | delete = Codex icon trash color-error.svg | content = Codex icon alert color-warning.svg | style = OOjs UI icon broom.svg | move = Codex icon move color-warning.svg | protection = Codex icon lock color-progressive.svg | notice | #default = Codex icon notice color-progressive.svg }} | {{#ifeq:{{{small|}}}|yes | 30x30px | 40x40px }}|alt=|link=]] }}</td> }} <td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> {{#if:{{{imageright|}}} | {{#ifeq:{{{imageright|}}}|none | <!-- No image. --> | <td class="mbox-imageright"> {{{imageright}}} </td> }} }} </tr> </table><!-- Detect and report usage with faulty "type" parameter: -->{{#switch:{{{type|}}} | <!-- No type fed, is also valid input --> | speedy | delete | content | style | move | protection | notice = <!-- Do nothing, valid "type" --> | #default = <div style="text-align: center;">This message box is using an invalid "type={{{type|}}}" parameter and needs fixing.</div>[[پۆل:داڕێژەکانی Box|{{main other|Main:}}{{FULLPAGENAME}}]]<!-- Sort on namespace --> }} }} 5lxo386x55u7bbf2nncxybus2d2xmpl 35751 35750 2026-05-02T17:21:51Z -Haryad 34 35751 wikitext text/x-wiki <table class="plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}} {{#switch:{{{type|}}} | speedy = ombox-speedy | delete = ombox-delete | content = ombox-content | style = ombox-style | move = ombox-move | protection = ombox-protection | notice | #default = ombox-notice }} {{{class|}}}" style="{{{style|}}}"> <tr> {{#ifeq:{{{image|}}}|none | <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td class="mbox-empty-cell"></td> | <td class="mbox-image"> {{#if:{{{image|}}} | {{{image}}} | [[File:{{#switch:{{{type|}}} | speedy = Codex icon clock color-error.svg | delete = Codex icon trash color-error.svg | content = Codex icon alert color-warning.svg | style = OOjs UI icon broom.svg | move = Codex icon move color-warning.svg | protection = Codex icon lock color-progressive.svg | notice | #default = Codex icon notice color-progressive.svg }} | {{#ifeq:{{{small|}}}|yes | 30x30px | 40x40px }}|alt=|link=]] }}</td> }} <td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> {{#if:{{{imageright|}}} | {{#ifeq:{{{imageright|}}}|none | <!-- No image. --> | <td class="mbox-imageright"> {{{imageright}}} </td> }} }} </tr> </table><!-- Detect and report usage with faulty "type" parameter: -->{{#switch:{{{type|}}} | <!-- No type fed, is also valid input --> | speedy | delete | content | style | move | protection | notice = <!-- Do nothing, valid "type" --> | #default = <div style="text-align: center;">This message box is using an invalid "type={{{type|}}}" parameter and needs fixing.</div><!-- Sort on namespace --> }} [[پۆل:داڕێژەکانی Box]] 62uhs21l7igrzp38k5cvpjnhgeob7e8 35752 35751 2026-05-02T17:25:08Z -Haryad 34 35752 wikitext text/x-wiki <table class="plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}} {{#switch:{{{type|}}} | speedy = ombox-speedy | delete = ombox-delete | content = ombox-content | style = ombox-style | move = ombox-move | protection = ombox-protection | notice | #default = ombox-notice }} {{{class|}}}" style="{{{style|}}}"> <tr> {{#ifeq:{{{image|}}}|none | <!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --><td class="mbox-empty-cell"></td> | <td class="mbox-image"> {{#if:{{{image|}}} | {{{image}}} | [[File:{{#switch:{{{type|}}} | speedy = Codex icon clock color-error.svg | delete = Codex icon trash color-error.svg | content = Codex icon alert color-warning.svg | style = OOjs UI icon broom.svg | move = Codex icon move color-warning.svg | protection = Codex icon lock color-progressive.svg | notice | #default = Codex icon notice color-progressive.svg }} | {{#ifeq:{{{small|}}}|yes | 30x30px | 40x40px }}|alt=|link=]] }}</td> }} <td class="mbox-text" style="{{{textstyle|}}}"> {{{text}}} </td> {{#if:{{{imageright|}}} | {{#ifeq:{{{imageright|}}}|none | <!-- No image. --> | <td class="mbox-imageright"> {{{imageright}}} </td> }} }} </tr> </table><!-- Detect and report usage with faulty "type" parameter: -->{{#switch:{{{type|}}} | <!-- No type fed, is also valid input --> | speedy | delete | content | style | move | protection | notice = <!-- Do nothing, valid "type" --> | #default = <div style="text-align: center;">This message box is using an invalid "type={{{type|}}}" parameter and needs fixing.</div><!-- Sort on namespace --> }} jrs9hht5dso4yw1fdzft3lciwc96aco داڕێژە:سەرقاڵی 10 11172 35741 2026-05-02T16:45:03Z -Haryad 34 +داڕێژە 35741 wikitext text/x-wiki {{User:Razorflame/tmbox |small = {{{small|}}} |image = [[Image:{{{image|Busy desk.svg}}}|{{#ifeq:{{{small|}}}|yes|40px|75x50px}}]] |text = {{{نامە|{{{1|ئەم بەکارھێنەرە}}} {{{descriptor|سەرقاڵە}}} {{{2|لە [[ژیانی ڕاستەقینەدا]]}}} {{#if:{{{end|}}}|ھەتا&nbsp;{{{end}}}&nbsp;}}{{#if:{{{ھۆکار|}}}|بەھۆی&nbsp;{{{ھۆکار}}}&nbsp;}} و لەوانەیە نەتوانێت بەخێرایی وەڵامی پەیامەکانتان بداتەوە.{{#if:{{{نامە|}}}|<P>{{{نامە}}}}}}}} }}<noinclude>{{documentation}}</noinclude> [[پۆل:داڕێژەکانی بەرکارھێنەر]] qto637z9of9vjuze5h5yn8d18r2lx49 35742 35741 2026-05-02T16:45:52Z -Haryad 34 35742 wikitext text/x-wiki {{mbox |small = {{{small|}}} |image = [[Image:{{{image|Busy desk.svg}}}|{{#ifeq:{{{small|}}}|yes|40px|75x50px}}]] |text = {{{نامە|{{{1|ئەم بەکارھێنەرە}}} {{{descriptor|سەرقاڵە}}} {{{2|لە [[ژیانی ڕاستەقینەدا]]}}} {{#if:{{{end|}}}|ھەتا&nbsp;{{{end}}}&nbsp;}}{{#if:{{{ھۆکار|}}}|بەھۆی&nbsp;{{{ھۆکار}}}&nbsp;}} و لەوانەیە نەتوانێت بەخێرایی وەڵامی پەیامەکانتان بداتەوە.{{#if:{{{نامە|}}}|<P>{{{نامە}}}}}}}} }}<noinclude>{{documentation}}</noinclude> [[پۆل:داڕێژەکانی بەرکارھێنەر]] inqlocx8ukcx3ozmiyg1u76rnx5t0gs 35743 35742 2026-05-02T16:46:16Z -Haryad 34 35743 wikitext text/x-wiki {{mbox |small = {{{small|}}} |image = [[Image:{{{image|Busy desk.svg}}}|{{#ifeq:{{{small|}}}|yes|40px|75x50px}}]] |text = {{{نامە|{{{1|ئەم بەکارھێنەرە}}} {{{descriptor|سەرقاڵە}}} {{{2|لە [[ژیانی ڕاستەقینەدا]]}}} {{#if:{{{end|}}}|ھەتا&nbsp;{{{end}}}&nbsp;}}{{#if:{{{ھۆکار|}}}|بەھۆی&nbsp;{{{ھۆکار}}}&nbsp;}} و لەوانەیە نەتوانێت بەخێرایی وەڵامی پەیامەکانتان بداتەوە.{{#if:{{{نامە|}}}|<P>{{{نامە}}}}}}}} }}<noinclude>{{documentation}}</noinclude> [[پۆل:داڕێژەکانی بەکارھێنەر]] 1phzk59mqqxxeplxcsmshyqde7sh8oq مۆدیوول:uses templatestyles 828 11173 35754 2026-05-02T17:39:28Z -Haryad 34 +مۆدیوول 35754 Scribunto text/plain local export = {} local concat = table.concat local ipairs = ipairs local process = require("Module:parameters").process function export.show(frame) local titles = process(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 10} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>[[:%s]]</li>"):format(mod.fullText) end return ([===[<div class="floatright notice-box" style="font-size: smaller; border: 1px solid var(--wikt-palette-grey, #9e9e9e); display:flex; padding: 8px 25px 5px 8px; gap: 15px; background: var(--wikt-palette-paleblue, #f8f9fa)">[[File:Farm-Fresh css add.svg|frameless|30px|alt=]]<div>Uses [[mw:Help:TemplateStyles|TemplateStyles]]:<ul>%s</ul></div></div>]===]):format(concat(titles)) end return export 4irj2jvboppm1lbega29naaanzvchru 35763 35754 2026-05-02T20:27:37Z -Haryad 34 35763 Scribunto text/plain local export = {} local concat = table.concat local ipairs = ipairs local process = require("Module:parameters").process function export.show(frame) local titles = process(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 10} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>[[:%s]]</li>"):format(mod.fullText) end return ([===[<div class="floatleft notice-box" style="font-size: smaller; border: 1px solid var(--wikt-palette-grey, #9e9e9e); display:flex; padding: 8px 25px 5px 8px; gap: 15px; background: var(--wikt-palette-paleblue, #f8f9fa)">[[File:Farm-Fresh css add.svg|frameless|30px|alt=]]<div>Uses [[mw:Help:TemplateStyles|TemplateStyles]]:<ul>%s</ul></div></div>]===]):format(concat(titles)) end return export 3y0o5gt1fnvo5uketp5yw23ccktb71t 35765 35763 2026-05-02T20:38:11Z -Haryad 34 35765 Scribunto text/plain local export = {} local concat = table.concat local ipairs = ipairs local process = require("Module:parameters").process function export.show(frame) local titles = process(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 10} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>[[:%s]]</li>"):format(mod.fullText) end return ([===[<div class="floatleft notice-box" style="font-size: smaller; border: 1px solid var(--wikt-palette-grey, #9e9e9e); display:flex; padding: 8px 25px 5px 8px; gap: 15px; background: var(--wikt-palette-paleblue, #f8f9fa)">[[File:Farm-Fresh css add.svg|frameless|30px|alt=]]<div>بە کار دەھێنێت [[mw:Help:TemplateStyles|TemplateStyles]] ئەم پەڕەیە:<ul>%s</ul></div></div>]===]):format(concat(titles)) end return export p7qj2bn86gatfqq33cjvw20ic35b6na 35766 35765 2026-05-02T20:39:41Z -Haryad 34 35766 Scribunto text/plain local export = {} local concat = table.concat local ipairs = ipairs local process = require("Module:parameters").process function export.show(frame) local titles = process(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 10} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>[[:%s]]</li>"):format(mod.fullText) end return ([===[<div class="floatleft notice-box" style="font-size: smaller; border: 1px solid var(--wikt-palette-grey, #9e9e9e); display:flex; padding: 8px 25px 5px 8px; gap: 15px; background: var(--wikt-palette-paleblue, #f8f9fa)">[[File:Farm-Fresh css add.svg|frameless|30px|alt=]]<div>ئەم پەڕەیە [[mw:Help:TemplateStyles|TemplateStyles]] بە کار دەھێنێت:<ul>%s</ul></div></div>]===]):format(concat(titles)) end return export kjvzbcb8s4bsed062fs38ibv1001eev 35769 35766 2026-05-03T06:19:00Z -Haryad 34 35769 Scribunto text/plain local export = {} local concat = table.concat local ipairs = ipairs local process = require("Module:parameters").process function export.show(frame) local titles = process(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 10} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>[[:%s]]</li>"):format(mod.fullText) end return ([===[<div class="floatleft notice-box" style="font-size: smaller; border: 1px solid var(--wikt-palette-grey, #9e9e9e); display:flex; flex-direction: row-reverse; padding: 8px 8px 5px 25px; gap: 15px; background: var(--wikt-palette-paleblue, #f8f9fa)">[[File:Farm-Fresh css add.svg|frameless|30px|alt=]]<div>ئەم پەڕەیە [[mw:Help:TemplateStyles|TemplateStyles]] بە کار دەهێنێت: <ul>%s</ul></div></div>]===]):format(concat(titles)) end return export tmb05u6wdn179aiivnmio6xezc0wb3z 35770 35769 2026-05-03T06:21:03Z -Haryad 34 35770 Scribunto text/plain local export = {} local concat = table.concat local ipairs = ipairs local process = require("Module:parameters").process function export.show(frame) local titles = process(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 10} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>[[:%s]]</li>"):format(mod.fullText) end return ([===[<div class="floatleft notice-box" style="font-size: smaller; border: 1px solid var(--wikt-palette-grey, #9e9e9e); display:flex; flex-direction: row-reverse; padding: 8px 8px 5px 25px; gap: 15px; background: var(--wikt-palette-paleblue, #f8f9fa)">[[File:Farm-Fresh css add.svg|frameless|30px|alt=]]<div>ئەم پەڕەیە [[mw:Help:TemplateStyles|TemplateStyles]] بە کار دەھێنێت: <ul>%s</ul></div></div>]===]):format(concat(titles)) end return export hz32l4ztfbh37fbbm6aes3zdqqj7mtm داڕێژە:uses templatestyles 10 11174 35755 2026-05-02T17:42:04Z -Haryad 34 +داڕێژە 35755 wikitext text/x-wiki <includeonly><onlyinclude>{{safesubst:<noinclude/>#invoke:uses templatestyles|show}}</onlyinclude></includeonly><!-- -->{{documentation}} cevhqmn70jrh97wpwp5mq1htahg5o7j داڕێژە:uses templatestyles/documentation 10 11175 35756 2026-05-02T17:52:29Z -Haryad 34 پەڕەی دروست کرد بە «{{uses lua|uses templatestyles}} ئەم داڕێژەیە پەیامێکی ئاگادارکردنەوە دروست دەکات کە لەژێر پەڕەی بەڵگەنامەکردنی داڕێژەکاندا دادەنرێت. ئامانجی ئەوەیە ئاماژە بەوە بکات کە ئەم داڕێژەیە شێوازە بینراوەکانی (CSS) لە ڕێگەی [[mw:Help:TemplateStyles|TemplateStyles]] وەردەگرێت. پارامەترە...»ەوە 35756 wikitext text/x-wiki {{uses lua|uses templatestyles}} ئەم داڕێژەیە پەیامێکی ئاگادارکردنەوە دروست دەکات کە لەژێر پەڕەی بەڵگەنامەکردنی داڕێژەکاندا دادەنرێت. ئامانجی ئەوەیە ئاماژە بەوە بکات کە ئەم داڕێژەیە شێوازە بینراوەکانی (CSS) لە ڕێگەی [[mw:Help:TemplateStyles|TemplateStyles]] وەردەگرێت. پارامەترەکانی ئەم داڕێژەیە ھاوشێوەی پارامەترەکانی داڕێژەی {{temp|uses lua}} کار دەکەن. sb2zz714fhdmby2ao8drbiz5djc9etx داڕێژە:uses lua 10 11176 35757 2026-05-02T17:59:01Z -Haryad 34 +داڕێژە 35757 wikitext text/x-wiki <includeonly><onlyinclude>{{safesubst:<noinclude/>#invoke:uses lua|show}}</onlyinclude></includeonly><!-- -->{{documentation}} sasuq3knqec9zgioiaqycinjjsi8d3z مۆدیوول:uses lua 828 11177 35758 2026-05-02T18:01:59Z -Haryad 34 +مۆدیوول 35758 Scribunto text/plain local export = {} local concat = table.concat local ipairs = ipairs local process_params = require("Module:parameters").process function export.show(frame) local titles = process_params(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 828} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>[[:%s]]</li>"):format(mod.fullText) end return ([===[<div class="floatright notice-box" style="font-size:smaller;border:1px solid var(--wikt-palette-grey,#9e9e9e);display:flex;padding:8px 25px 5px 8px;gap:15px;background:var(--wikt-palette-paleblue,#f8f9fa)">[[File:Lua-logo-nolabel.svg|30px|alt=Lua logo|]]<div>Uses [[Wiktionary:Scribunto|Lua]]:<ul>%s</ul></div></div>]===]):format(concat(titles)) end return export jd78wlhnci1y2x3hxr2trwn1eky7jet 35762 35758 2026-05-02T20:26:32Z -Haryad 34 35762 Scribunto text/plain local export = {} local concat = table.concat local ipairs = ipairs local process_params = require("Module:parameters").process function export.show(frame) local titles = process_params(frame:getParent().args, { [1] = {required = true, type = "title", list = true, namespace = 828} })[1] for i, mod in ipairs(titles) do titles[i] = ("<li>[[:%s]]</li>"):format(mod.fullText) end return ([===[<div class="floatleft notice-box" style="font-size:smaller;border:1px solid var(--wikt-palette-grey,#9e9e9e);display:flex;padding:8px 25px 5px 8px;gap:15px;background:var(--wikt-palette-paleblue,#f8f9fa)">[[File:Lua-logo-nolabel.svg|30px|alt=Lua logo|]]<div>Uses [[Wiktionary:Scribunto|Lua]]:<ul>%s</ul></div></div>]===]):format(concat(titles)) end return export kfm9q2as5ho9kivpyh1yayipy4wobpo داڕێژە:uses lua/documentation 10 11178 35759 2026-05-02T18:02:36Z -Haryad 34 پەڕەی دروست کرد بە «{{uses lua|uses lua}} This template generates a message box to be used in the template documentation's subpage indicating that it uses the [[mw:Scribunto|Scribunto]] extension with {{w|Lua (programming language)|Lua}}. ==Usage== The first module name is required. The {{code|Module:}} prefix is optional. ; Basic : {{tl|uses lua|''module name''}} ; All parameters : {{tl|uses lua|''module 1''|''module 2''|''module 3''|...}} ===Examples=== * {{tl...»ەوە 35759 wikitext text/x-wiki {{uses lua|uses lua}} This template generates a message box to be used in the template documentation's subpage indicating that it uses the [[mw:Scribunto|Scribunto]] extension with {{w|Lua (programming language)|Lua}}. ==Usage== The first module name is required. The {{code|Module:}} prefix is optional. ; Basic : {{tl|uses lua|''module name''}} ; All parameters : {{tl|uses lua|''module 1''|''module 2''|''module 3''|...}} ===Examples=== * {{tl|uses lua|Bananas}} {{uses lua|Bananas}} {{clear}} * {{tl|uses lua|Bananas|BananasArgs}} {{uses lua|Bananas|BananasArgs}} {{clear}} * {{tl|uses lua|Bananas|BananasArgs|Module:HelloWorld}} {{uses lua|Bananas|BananasArgs|Module:HelloWorld}} {{clear}} fd5i46lqx4s2m3m86nw00iwq2jianvm داڕێژە:mbox/documentation 10 11179 35761 2026-05-02T20:21:13Z -Haryad 34 پەڕەی دروست کرد بە «{{uses templatestyles|mbox/style.css}} This template displays a rectangular box with a specified message. Its name (''mbox'') stands for '''m'''essage'''box'''. This template is largely copied from English Wikipedia, where [[w:Template:Mbox]] is a [[w:Help:Metatemplating|metatemplate]] with which [[w:Wikipedia:Namespace|namespace]]-sensitive messagebox templates are implemented. Here on Wiktionary, only the style for "other types" of page (know...»ەوە 35761 wikitext text/x-wiki {{uses templatestyles|mbox/style.css}} This template displays a rectangular box with a specified message. Its name (''mbox'') stands for '''m'''essage'''box'''. This template is largely copied from English Wikipedia, where [[w:Template:Mbox]] is a [[w:Help:Metatemplating|metatemplate]] with which [[w:Wikipedia:Namespace|namespace]]-sensitive messagebox templates are implemented. Here on Wiktionary, only the style for "other types" of page (known as <code>[[w:Template:Ombox|ombox]]</code> on Wikipedia) is implemented. The home-grown Wiktionary equivalent templates are {{tl|notice}} and {{tl|maintenance box}}. ===Usage=== ===Parameters=== List of all parameters: <pre> {{mbox | name = name of the template | demospace = {{{demospace|}}} / main / talk / file / category / other | type = speedy / delete / content / style / notice / move / protection | image = none / [[File:Some image.svg|40px]] | imageright = [[File:Some image.svg|40px]] | style=CSS values | textstyle=CSS values | text = The message body text. | small = {{{small|left}}} / left / no | smallimage = none / [[File:Some image.svg|30px]] | smallimageright = none / [[File:Some image.svg|30px]] | smalltext = A shorter message body text. | plainlinks = no }} </pre> Note: The "small" parameters only have effect when the template appears on an article, talk or "other" page type. For their associated documentation, see <!--{{temp|ambox}}, {{temp|Tmbox}} and/or-->{{temp|ombox}}. Using the small parameters when they are not valid has no effect, but also does no harm. === Examples === <syntaxhighlight lang="wikitext"> {{mbox|text=Do not forget to brush your teeth.}} </syntaxhighlight> …generates: <blockquote> {{mbox|text=Do not forget to brush your teeth.}} </blockquote> ---- <syntaxhighlight lang="wikitext"> {{mbox | type = content | text = Drinking is essential. }} </syntaxhighlight> …generates: <blockquote> {{mbox | type = content | text = Drinking is essential. }} </blockquote> ===About demospace=== This template optionally takes the "demospace" parameter as described at {{temp|namespace detect}}. That parameter is only for testing and demonstration purposes. If you want to lock your message box to one style then instead use one of the other mboxes directly. Namespace "Image:" was renamed to "File:" on 11 December 2008. This template was updated to understand both names well before that, thus it still works fine. For backwards compatibility it still understands "demospace&nbsp;= image" which means the same thing as "demospace&nbsp;= file". But using "demospace&nbsp;= image" is now deprecated. <includeonly> [[پۆل:داڕێژەکانی Box]] </includeonly> 8tk5iuz2sg1w9ehe4vb6elx59x3f98l 35767 35761 2026-05-02T21:01:37Z -Haryad 34 35767 wikitext text/x-wiki {{uses templatestyles|mbox/style.css}} ئەم داڕێژەیە سندووقێکی لاکێشەیی نیشان دەدات کە پەیامێکی دیاریکراوی تێدایە. ناوەکەی '''mbox''' کورتکراوەی '''m'''essage'''box''' (پیتی ئێم و وشەی بۆکس) نیشان دەدات. (واتە: سندووقی پەیام). This template is largely copied from English Wikipedia, where [[w:Template:Mbox]] is a [[w:Help:Metatemplating|metatemplate]] with which [[w:Wikipedia:Namespace|namespace]]-sensitive messagebox templates are implemented. Here on Wiktionary, only the style for "other types" of page (known as <code>[[w:Template:Ombox|ombox]]</code> on Wikipedia) is implemented. The home-grown Wiktionary equivalent templates are {{tl|notice}} and {{tl|maintenance box}}. == بەکارھێنان == === پارامەترەکان === پێڕستی ھەموو پارامەترەکان: <pre> {{mbox | name = name of the template | demospace = {{{demospace|}}} / main / talk / file / category / other | type = speedy / delete / content / style / notice / move / protection | image = none / [[File:Some image.svg|40px]] | imageright = [[File:Some image.svg|40px]] | style=CSS values | textstyle=CSS values | text = The message body text. | small = {{{small|left}}} / left / no | smallimage = none / [[File:Some image.svg|30px]] | smallimageright = none / [[File:Some image.svg|30px]] | smalltext = A shorter message body text. | plainlinks = no }} </pre> Note: The "small" parameters only have effect when the template appears on an article, talk or "other" page type. For their associated documentation, see <!--{{temp|ambox}}, {{temp|Tmbox}} and/or-->{{temp|ombox}}. Using the small parameters when they are not valid has no effect, but also does no harm. === نموونەکان === <syntaxhighlight lang="wikitext"> {{mbox|text=لەبیرت نەچێت ددانەکانت بشۆیت.}} </syntaxhighlight> …generates: <blockquote> {{mbox|text=لەبیرت نەچێت ددانەکانت بشۆیت.}} </blockquote> ---- <syntaxhighlight lang="wikitext"> {{mbox | type = ناوەڕۆک | text = خواردنەوە زۆر پێویستە. }} </syntaxhighlight> …generates: <blockquote> {{mbox | type = ناوەڕۆک | text = خواردنەوە زۆر پێویستە. }} </blockquote> ===About demospace=== This template optionally takes the "demospace" parameter as described at {{temp|namespace detect}}. That parameter is only for testing and demonstration purposes. If you want to lock your message box to one style then instead use one of the other mboxes directly. Namespace "Image:" was renamed to "File:" on 11 December 2008. This template was updated to understand both names well before that, thus it still works fine. For backwards compatibility it still understands "demospace&nbsp;= image" which means the same thing as "demospace&nbsp;= file". But using "demospace&nbsp;= image" is now deprecated. <includeonly> [[پۆل:داڕێژەکانی Box]] </includeonly> catao9zmyu81npi0t13l9k2d9gtl6j9 35768 35767 2026-05-02T21:13:04Z -Haryad 34 35768 wikitext text/x-wiki {{uses templatestyles|mbox/style.css}} ئەم داڕێژەیە سندووقێکی لاکێشەیی نیشان دەدات کە پەیامێکی دیاریکراوی تێدایە. ناوەکەی '''mbox''' کورتکراوەی '''m'''essage'''box''' (پیتی ئێم و وشەی بۆکس) نیشان دەدات. (واتە: سندووقی پەیام). داڕێژەکە بەشێکی زۆری لە ویکیپیدیای ئینگلیزییەوە لەبەرگیراوەتەوە، کە لەوێدا [[w:Template:Mbox]] داڕێژەیەکی بنەڕەتییە [[w:Help:Metatemplating|metatemplate]] و بۆ جێبەجێکردنی داڕێژەی پەیامەکان بەپێی جۆری پەڕەکان [[w:Wikipedia:Namespace|namespace]] بە کار دێت. لێرە لە ویکیفەرهەنگ، تەنیا شێوازەکەی بۆ جۆرەکانی تری پەڕە (کە لە ویکیپیدیا بە <code>[[w:Template:Ombox|ombox]]</code> ناسراوە) جێبەجێ کراوە. ​داڕێژە خۆماڵییە هاوتاکانی ویکیفەرهەنگ بریتین لە: This template is largely copied from English Wikipedia, where [[w:Template:Mbox]] is a [[w:Help:Metatemplating|metatemplate]] with which [[w:Wikipedia:Namespace|namespace]]-sensitive messagebox templates are implemented. Here on Wiktionary, only the style for "other types" of page (known as <code>[[w:Template:Ombox|ombox]]</code> on Wikipedia) is implemented. The home-grown Wiktionary equivalent templates are {{tl|notice}} and {{tl|maintenance box}}. == بەکارھێنان == === پارامەترەکان === پێڕستی ھەموو پارامەترەکان: <pre> {{mbox | name = name of the template | demospace = {{{demospace|}}} / main / talk / file / category / other | type = speedy / delete / content / style / notice / move / protection | image = none / [[File:Some image.svg|40px]] | imageright = [[File:Some image.svg|40px]] | style=CSS values | textstyle=CSS values | text = The message body text. | small = {{{small|left}}} / left / no | smallimage = none / [[File:Some image.svg|30px]] | smallimageright = none / [[File:Some image.svg|30px]] | smalltext = A shorter message body text. | plainlinks = no }} </pre> Note: The "small" parameters only have effect when the template appears on an article, talk or "other" page type. For their associated documentation, see <!--{{temp|ambox}}, {{temp|Tmbox}} and/or-->{{temp|ombox}}. Using the small parameters when they are not valid has no effect, but also does no harm. === نموونەکان === <syntaxhighlight lang="wikitext"> {{mbox|text=لەبیرت نەچێت ددانەکانت بشۆیت.}} </syntaxhighlight> …generates: <blockquote> {{mbox|text=لەبیرت نەچێت ددانەکانت بشۆیت.}} </blockquote> ---- <syntaxhighlight lang="wikitext"> {{mbox | type = ناوەڕۆک | text = خواردنەوە زۆر پێویستە. }} </syntaxhighlight> …generates: <blockquote> {{mbox | type = ناوەڕۆک | text = خواردنەوە زۆر پێویستە. }} </blockquote> ===About demospace=== This template optionally takes the "demospace" parameter as described at {{temp|namespace detect}}. That parameter is only for testing and demonstration purposes. If you want to lock your message box to one style then instead use one of the other mboxes directly. Namespace "Image:" was renamed to "File:" on 11 December 2008. This template was updated to understand both names well before that, thus it still works fine. For backwards compatibility it still understands "demospace&nbsp;= image" which means the same thing as "demospace&nbsp;= file". But using "demospace&nbsp;= image" is now deprecated. <includeonly> [[پۆل:داڕێژەکانی Box]] </includeonly> pu1v5wi4dwdzb1qjlc6ut1gzem9fdzw 35771 35768 2026-05-03T06:49:23Z -Haryad 34 35771 wikitext text/x-wiki {{uses templatestyles|mbox/style.css}} ئەم داڕێژەیە سندووقێکی لاکێشەیی نیشان دەدات کە پەیامێکی دیاریکراوی تێدایە. ناوەکەی '''mbox''' کورتکراوەی '''m'''essage'''box''' (پیتی ئێم و وشەی بۆکس) نیشان دەدات. (واتە: سندووقی پەیام). داڕێژەکە بەشێکی زۆری لە ویکیپیدیای ئینگلیزییەوە لەبەرگیراوەتەوە، کە لەوێدا [[w:داڕێژە:Mbox|داڕێژە:Mbox]] داڕێژەیەکی بنەڕەتیی [[w:Help:Metatemplating|metatemplate]]ە و بۆ جێبەجێکردنی داڕێژەی پەیامەکان بەپێی جۆری پەڕەکان [[w:وپ:بۆشایی ناو|بۆشایی ناو]] بە کار دێت. لێرە لە ویکیفەرهەنگ، تەنیا شێوازەکەی بۆ جۆرەکانی تری پەڕە (کە لە ویکیپیدیا بە <code>[[w:داڕێژە:Ombox|ombox]]</code> ناسراوە) جێبەجێ کراوە. داڕێژە خۆماڵییە ھاوتاکانی ویکیفەرھەنگ بریتین لە {{tl|notice}} و {{tl|maintenance box}}. == بەکارھێنان == === پارامەترەکان === پێڕستی ھەموو پارامەترەکان: <pre> {{mbox | name = name of the template | demospace = {{{demospace|}}} / main / talk / file / category / other | type = speedy / delete / content / style / notice / move / protection | image = none / [[File:Some image.svg|40px]] | imageright = [[File:Some image.svg|40px]] | style=CSS values | textstyle=CSS values | text = The message body text. | small = {{{small|left}}} / left / no | smallimage = none / [[File:Some image.svg|30px]] | smallimageright = none / [[File:Some image.svg|30px]] | smalltext = A shorter message body text. | plainlinks = no }} </pre> تێبینی: پارامەترەکانی small تەنیا ئەو کاتە کاریگەرییان دەبێت کە داڕێژەکە لە پەڕەکانی وتار، وتووێژ، یان جۆرەکانی تری پەڕەدا دەربکەوێت. بۆ بینینی بەڵگەنامە پەیوەندیدارەکانیان، سەیری {{temp|ombox}} بکە. بەکارھێنانی پارامەترە بچووکەکان لەو شوێنانەی کە کاریان پێ ناکرێت، ھیچ کاریگەرییەکی نابێت، بەڵام ھیچ زیانێکیش ناگەیەنێت. === نموونەکان === <syntaxhighlight lang="wikitext"> {{mbox|text=لەبیرت نەچێت ددانەکانت بشۆیت.}} </syntaxhighlight> بەرھەم دەھێنێت: <blockquote> {{mbox|text=لەبیرت نەچێت ددانەکانت بشۆیت.}} </blockquote> ---- <syntaxhighlight lang="wikitext"> {{mbox | type = content | text = خواردنەوە زۆر پێویستە. }} </syntaxhighlight> ئەمە بەرھەم دەھێنێت: <blockquote> {{mbox | type = content | text = خواردنەوە زۆر پێویستە. }} </blockquote> ===About demospace=== This template optionally takes the "demospace" parameter as described at {{temp|namespace detect}}. That parameter is only for testing and demonstration purposes. If you want to lock your message box to one style then instead use one of the other mboxes directly. Namespace "Image:" was renamed to "File:" on 11 December 2008. This template was updated to understand both names well before that, thus it still works fine. For backwards compatibility it still understands "demospace&nbsp;= image" which means the same thing as "demospace&nbsp;= file". But using "demospace&nbsp;= image" is now deprecated. <includeonly> [[پۆل:داڕێژەکانی Box]] </includeonly> okfzr9mtjt2zvvhh9xsp4ebeoxk3din