Template:Notice: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Protected "Template:Notice" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
No edit summary
Line 1: Line 1:
{| width="100%" style="background-color: #FCDEDE; border: 1px solid #BB7070; font-size: 95%; clear: both" |
{| width="100%" style="background-color: #f9f9f9; border: 1px solid #e9e9e9; font-size: 95%; clear: both" |
  | width="57px" | [[File:Attention.png|50px|link=]]
  | width="57px" | [[File:Attention.png|50px|link=]]
  | align="left" | {{{raw|'''{{{2|NOTICE}}}:'''<br />{{{1}}}}}}
  | align="left" | {{{raw|'''{{{2|NOTICE}}}:'''<br />{{{1}}}}}}
  |}<noinclude>{{documentation}}</noinclude>
  |}<noinclude>{{documentation}}</noinclude>

Revision as of 02:56, 30 May 2015

Attention.png NOTICE:
{{{1}}}
[edit] Template documentation

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

Usage

Normal:

{{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 Kodi}}

makes

Attention.png NOTICE:
This page refers to a new version of Kodi



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

makes

Attention.png Future Version:
This page refers to a new version of Kodi



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

makes

Attention.png Look out for falling rocks!