Template:MessageBox: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (moved Template:Ambox to Template:MessageBox: Renamed template to better name)
mNo edit summary
Line 5: Line 5:
|rowspan="1" style="padding-left: 10px;"|{{#if: {{{subtext|}}}|<hr style="background: #{{{bordercolorhex}}};"/>{{{subtext}}} }}
|rowspan="1" style="padding-left: 10px;"|{{#if: {{{subtext|}}}|<hr style="background: #{{{bordercolorhex}}};"/>{{{subtext}}} }}
|}</includeonly>
|}</includeonly>
<noinclude>




 
'''Article message box'''
<noinclude>'''Article message box'''</noinclude>


<noinclude><syntaxhighlight lang="lua">
<noinclude><syntaxhighlight lang="lua">

Revision as of 20:55, 19 November 2011



Article message box

{{Ambox|
   bordercolorhex = FFADAD |
   bgcolorhex = F9F9F9 |
   image = File:Dialog-warning.png |
   title = Warning: |
   message = Test TEXT 1 2 3 |
   subtext = More Text |
   
}}