Template:Notice: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Udepub
m (border color that's visible)
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: #FCDEDE; border: 1px solid #BB7070; font-size: 95%; clear: both" |
  | width="57px" | [[File:Attention.png|50px|link=]]
  | width="57px" | [[File:Exquisite-khelpcenter.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 22:31, 24 May 2013

Exquisite-khelpcenter.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

Exquisite-khelpcenter.png NOTICE:
This page refers to a new version of Kodi



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

makes

Exquisite-khelpcenter.png Future Version:
This page refers to a new version of Kodi



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

makes

Exquisite-khelpcenter.png Look out for falling rocks!