![]() ![]() | ![]() |
add stray file marked for Add but not yet added (how'd it get there?) on the theory that this is tripping up web edits
1: <div class="notebox"> 2: <TMPL_VAR text> 3: </div> 4: <TMPL_UNLESS NAME="text"> 5: ## Description 6: 7: Use this template to insert a note into a page. The note will be styled to float to the right of other text on the page. This template has one parameter: 8: 9: * *text* - the text to display in the note 10: 11: ## Examples 12: 13: Some text floating to the right, with the [NetBSD's logo](http://www.netbsd.org/gallery/logos.html): 14: 15: [[!template id=note text=""" 16: <img src="http://www.netbsd.org/images/NetBSD-smaller.png" /><br /> 17: The official NetBSD Foundation Logo."""]] 18: 19: \[[!template id=note text=""" 20: <img src="http://www.netbsd.org/images/NetBSD-smaller.png" /><br /> 21: The official NetBSD Foundation Logo."""]] 22: </TMPL_UNLESS>