Template:MessageBox: Difference between revisions
No edit summary |
No edit summary |
||
| Line 70: | Line 70: | ||
</div></includeonly><noinclude> | </div></includeonly><noinclude> | ||
=== Documentation === | === Documentation === | ||
Examples: | |||
{{MessageBox | |||
| type = minor | |||
| title = Minor Edit Notice | |||
| text = This page contains minor formatting improvements and spelling corrections. No major content changes were made. | |||
| discuss = 1 | |||
}} | |||
{{MessageBox | |||
| type = delete | |||
| mini = 1 | |||
| icon = 8 | |||
| text = This page has been nominated for deletion due to lack of content. Please review and vote. | |||
}} | |||
{{MessageBox | |||
| type = info | |||
| small = 1 | |||
| icon = 8 | |||
| text = Important information: Server maintenance scheduled for tonight from 2 AM to 4 AM UTC. | |||
}} | |||
{{MessageBox | |||
| type = major | |||
| subtle = 1 | |||
| title = Major Content Update | |||
| text = This article has been significantly expanded with new sections on gameplay mechanics and strategy guides. | |||
| discuss = 1 | |||
}} | |||
{{MessageBox | |||
| type = notice | |||
| mini = 1 | |||
| icon = 8 | |||
| bgcol = rgba(255, 235, 59, 0.1) | |||
| linecol = rgba(255, 235, 59, 0.3) | |||
| css = border-radius: 8px; font-style: italic; | |||
| text = Notice: The wiki will be temporarily unavailable during the server migration next weekend. | |||
}} | |||
{{MessageBox | |||
| type = issue | |||
| small = 1 | |||
| icon = 8 | |||
| bgcol = rgba(255, 87, 34, 0.1) | |||
| linecol = rgba(255, 87, 34, 0.3) | |||
| css = box-shadow: 0 2px 8px rgba(255, 87, 34, 0.2); | |||
| text = Content issue detected: This article may contain outdated information. Please verify with latest game version. | |||
}} | |||
[[ru:Шаблон:ПлашкаСообщения]] | [[ru:Шаблон:ПлашкаСообщения]] | ||
</noinclude> | </noinclude> | ||