Difference between revisions of "Template:Info"

From Nottinghack Wiki
Jump to navigation Jump to search
(basic helper template for me being efficient / lazy)
 
Line 1: Line 1:
 
<includeonly>{{Ambox
 
<includeonly>{{Ambox
 
| type  = notice
 
| type  = notice
| text  = {{{text}}}
+
| text  = {{{1}}}
 
}}</includeonly>
 
}}</includeonly>
  
Line 8: Line 8:
 
Shortcut to indicate some info.
 
Shortcut to indicate some info.
 
<pre>
 
<pre>
{{info text=This is some info.}}
+
{{info|This is some info.}}
 
</pre>
 
</pre>
  
 
</noinclude>
 
</noinclude>

Revision as of 14:09, 23 May 2014


Shortcut to indicate some info.

{{info|This is some info.}}