Template:Notice/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Created page with "General purpose notice for any page. Normally placed at the top of a page. ==Usage== <pre> {{notice|MESSAGE HERE}} </pre> :'''Replace header:''' <pre> {{notice|MESSGAGE|HEADER}...")
 
Line 6: Line 6:
</pre>
</pre>


:'''Replace header:'''
 
 
'''Replace header:'''
<pre>
<pre>
{{notice|MESSGAGE|HEADER}}
{{notice|MESSGAGE|HEADER}}
</pre>
</pre>


:'''No header or line break:'''
 
 
'''No header or line break:'''
<pre>
<pre>
{{notice|raw=MESSAGE}}
{{notice|raw=MESSAGE}}

Revision as of 22:54, 10 December 2011

General purpose notice for any page. Normally placed at the top of a page.

Usage

{{notice|MESSAGE HERE}}


Replace header:

{{notice|MESSGAGE|HEADER}}


No header or line break:

{{notice|raw=MESSAGE}}

Examples

{{notice|This page refers to a new version of XBMC}}

makes

Emblem-important-yellow.png NOTICE:
This page refers to a new version of XBMC



{{notice|This page refers to a new version of XBMC|Future Version}}

makes

Emblem-important-yellow.png Future Version:
This page refers to a new version of XBMC



{{notice|raw=Look out for falling rocks!}}

makes

Emblem-important-yellow.png Look out for falling rocks!