Difference between revisions of "Template:Protip"
Jump to navigation
Jump to search
VeryGoodDog (talk | contribs) |
VeryGoodDog (talk | contribs) m (formatting and include only tags) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {| | + | <includeonly>{| |
− | |{{#if:{{{ | + | |{{#if:{{{Icon|}}}|[[File:{{{Icon}}}|100px]]}} |
− | |< | + | |<b>Protip:</b> |
− | <pre> | + | {{#tag:pre|{{{1|}}}}} |
− | |} | + | |}</includeonly><noinclude> |
+ | == Usage == | ||
+ | <pre> | ||
+ | {{Protip | ||
+ | [|Icon=some-file.png] | ||
+ | |Your pro tip | ||
+ | }} | ||
+ | </pre> | ||
+ | The optional <code>Icon</code> argument specifies a small icon next to the tip, for added flair! | ||
+ | == Examples == | ||
+ | <pre> | ||
+ | {{Protip | ||
+ | |Icon=Ore-flint-granite.png | ||
+ | |This rock is full of more, smaller, rocks. | ||
+ | }} | ||
+ | </pre> is rendered as | ||
+ | {{Protip | ||
+ | |Icon=Ore-flint-granite.png | ||
+ | |This rock is full of more, smaller, rocks. | ||
+ | }} | ||
+ | And without the icon: | ||
+ | <pre> | ||
+ | {{Protip | ||
+ | |I like looking at pictures! :( | ||
+ | }} | ||
+ | </pre> | ||
+ | becomes | ||
+ | {{Protip | ||
+ | |I like looking at pictures! :( | ||
+ | }} | ||
+ | </noinclude> |
Latest revision as of 14:31, 10 May 2020
Usage
{{Protip [|Icon=some-file.png] |Your pro tip }}
The optional Icon
argument specifies a small icon next to the tip, for added flair!
Examples
{{Protip |Icon=Ore-flint-granite.png |This rock is full of more, smaller, rocks. }}
is rendered as
![]() |
Protip:
This rock is full of more, smaller, rocks. |
And without the icon:
{{Protip |I like looking at pictures! :( }}
becomes
Protip:
I like looking at pictures! :( |