Template:Message: Difference between revisions

From HackRVA
Jump to navigation Jump to search
Created page with "<noinclude> {{Template}} A "Message" box used to emphasize important information. == Usage == {{ic|<nowiki>{{Message| This text should be in a message box.}}</nowiki>}} == Example == {{Message| * Item 1 * Item 2}} {{Message| This text should be in a message box.}} </noinclude> <includeonly> <div class="mw-message-box"> {{{1|}}} </div> </includeonly>"
 
No edit summary
 
Line 17: Line 17:
This text should be in a message box.}}
This text should be in a message box.}}
</noinclude>
</noinclude>
<includeonly>
<includeonly><div class="mw-message-box">{{{1|}}}</div>
<div class="mw-message-box">
  {{{1|}}}
</div>
</includeonly>
</includeonly>

Latest revision as of 10:18, 3 December 2024


 Note: This page is a template. It contains no HackRVA-related information, but should be used as part of other articles. For more information, read Help:Template.

Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.

Feel free to voice your opinion regarding this template.

A "Message" box used to emphasize important information.

Usage

{{Message| This text should be in a message box.}}

Example

  • Item 1
  • Item 2


This text should be in a message box.