Template:Warning/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


== Usage ==
== Usage ==
{{tlx|warning|image_size|TEXT}}
{{tlx|warning|TEXT}}


<code>image_size</code> changes the size of the stop hand icon. This is an optional parameter that can be excluded, and will then default to 30px.
or if you want to change the size of the stop hand icon:
 
{{tlx|warning|TEXT|##px}} or {{tlx|warning|image_size&#61;##px|TEXT}}
 
The stop hand icon defaults to 30px.


== Examples ==
== Examples ==
Line 16: Line 20:




{{tlx|warning|image_size&#61;50px|Look out for falling rocks}}
{{tlx|warning|Look out for falling rocks|50px}}


''makes''
''makes''


{{warning|image_size=50px|Look out for falling rocks}}
{{warning|Look out for falling rocks|50px}}








{{tlx|warning|Look out for falling rocks|50px}}
{{tlx|warning|image_size&#61;50px|Look out for falling rocks}}


''makes''
''makes''


{{warning|Look out for falling rocks|50px}}
{{warning|image_size=50px|Look out for falling rocks}}
 


<includeonly>
<includeonly>
[[Category:Template messages]]
[[Category:Template messages]]
</includeonly>
</includeonly>

Latest revision as of 21:34, 9 September 2015

A more stern alternative to {{notice}}.

Usage

{{warning|TEXT}}

or if you want to change the size of the stop hand icon:

{{warning|TEXT|##px}} or {{warning|image_size=##px|TEXT}}

The stop hand icon defaults to 30px.

Examples

{{warning|Look out for falling rocks}}

makes

Stop hand.png Look out for falling rocks



{{warning|Look out for falling rocks|50px}}

makes

Stop hand.png Look out for falling rocks



{{warning|image_size=50px|Look out for falling rocks}}

makes

Stop hand.png Look out for falling rocks