Difference between revisions of "Template:Note box"

From EVE University Wiki
Jump to: navigation, search
(Moved documentation to Template:Note box/doc.)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
<div style="background-color:#404050; border: 1px solid #9999AD; padding:0.8em; text-align:left; color:#ffffff; overflow:hidden;{{#ifeq:{{{italics}}}|no||font-style:italic}};">{{{1|An interesting note.}}}</div><noinclude>
 
<div style="background-color:#404050; border: 1px solid #9999AD; padding:0.8em; text-align:left; color:#ffffff; overflow:hidden;{{#ifeq:{{{italics}}}|no||font-style:italic}};">{{{1|An interesting note.}}}</div><noinclude>
== Usage ==
+
{{documentation}}
This template creates a grey text box. This template is useful if you would like to add a note into your article, drawing attention to certain details, or to better explain the context of an article or section.
+
</noinclude>
<pre>{{ note box | text | italics = no }}</pre>
 
;text
 
:The note text inside the box. By default, this text is rendered in italics, but all other wiki-formatting (bold, text color, links, etc) work as normal. If the text you would like to use include an equals sign (<code>=</code>), you need to explicitly declare your text as a numbered parameter (i.e. put <code>1=</code> before your example text), otherwise the template will display nothing.
 
;italics
 
:Add the parameters <code>italics = no</code> to the template to render the text as non-italic (i.e. normal text). Use this parameter if you would like to have more control over the text formatting (for instance, if you would like to use italics selectively in your note). In most cases, you can omit this parameter.
 
=== Examples ===
 
<pre>{{note box|The E-UNI does '''not''' run [[Incursion_sites#Mothership_sites|Incursion Mothership sites]].}}:</pre>
 
{{note box|The E-UNI does '''not''' run [[Incursion_sites#Mothership_sites|Incursion Mothership sites]].}}
 
 
 
<pre>{{note box|This article includes three ''Wombles''. For articles with more than three ''Wombles'', see
 
* A Box of Wombles
 
* Boatload of Wombles
 
* Tons of Wombles|italics=no}}:</pre>
 
{{note box|This article includes three ''Wombles''. For articles with more than three ''Wombles'', see
 
* A Box of Wombles
 
* Boatload of Wombles
 
* Tons of Wombles|italics=no}}
 
 
 
== See also ==
 
*<code>{{t|important note box}}</code>, a variation on this template, designed for warnings and other important notes.
 
*<code>{{t|example}}</code>, a text box for examples.
 
*<code>{{t|color box}}</code>, the general template for creating coloured boxes with text in them.
 
 
 
[[Category:Template]]
 

Revision as of 03:01, 25 February 2017

An interesting note.
Template documentation (for the above template, sometimes hidden or invisible)
Description
This template creates a text box, which is useful if you would like to add a note into your article, drawing attention to certain details, or to better explain the context of an article or section. Keep in mind that large number of these templates can make a page look cluttered, so use them judiciously.
Dependencies
Uses
{{Color box}}
Syntax
{{Note box|<content>|<width= percentage>|<italics= no>}}
Parameters
content 
The note text inside the box. By default, this text is rendered in italics, but all other wiki-formatting (bold, text color, links, etc) work as normal. If the text you would like to use include an equals sign (=), you need to explicitly declare your text as a numbered parameter (i.e. put 1= before your example text), otherwise the template will display nothing.
width 
Sets the width of the box. It's recommended to set this as a percentage (of the paragraph width), so 50% will produce a text box half as wide as the surrounding paragraph. If omitted, the text box will be as wide as the surrounding paragraph. When width is set to less than 100%, the box will be centered.
italics 
Add the parameter italics= no to the template to render the text as non-italic (i.e. normal text). Use this parameter if you would like to have more control over the text formatting (for instance, if you would like to use italics selectively in your note). In most cases, you can omit this parameter.
Examples
{{Note box|The E-UNI does not run [[Incursion sites#Mothership sites|Incursion Mothership sites]].}}
gives ...
The E-UNI does not run Incursion Mothership sites.


{{Note box|1= Putting a mathematical formula (2+2=4) inside a text box requires a 1= before the text.}}
gives ...
Putting a mathematical formula (2+2=4) inside a text box requires a 1= before the text.


{{Note box|A smaller, centered note box|width= 80%}}
gives ...
A smaller, centered note box


{{note box | This article includes three ''Wombles''. For articles with more than three ''Wombles'', see
* A Box of Wombles
* Boatload of Wombles
* {{co|red|Tons of Wombles}}
|italics= no}}
gives ...
This article includes three Wombles. For articles with more than three Wombles, see
  • A Box of Wombles
  • Boatload of Wombles
  • Tons of Wombles


See also
  • {{Important note box}}, a variation on this template, designed for warnings and other important notes.
  • {{Example}}, a text box for examples.
  • {{Color box}}, the general template for creating colored boxes with text in them.
Visit Template:Note box/doc to edit this text! (How does this work?) (Refresh this text - why?)