Template:TakeAction: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
=== Method 2 === | === Method 2 === | ||
The following includes the text passed to the template, and uses a table to stop the text flowing round the icon. | The following includes the text passed to the template, and uses a table to stop the text flowing round the icon. | ||
<nowiki>{{ | <nowiki>{{TakeAction|Here is a long explanation of what will happen next which is sufficiently wordy to run onto a second line, | ||
which would normally cause it to wrap round the | which would normally cause it to wrap round the image, but because we passed it as a parameter | ||
it keeps its left alignment straight.}}</nowiki> | it keeps its left alignment straight.}}</nowiki> | ||
{{ | {{TakeAction|Here is a long warning, which is sufficiently wordy to run onto a second line, which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.}} | ||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 17:56, 5 February 2011
Usage
Method 1
The following displays the "Click Take Action" image. You can follow this with whatever text/images/markup you like.
{{warning}} And the following will happen...
And the following will happen...
Method 2
The following includes the text passed to the template, and uses a table to stop the text flowing round the icon.
{{TakeAction|Here is a long explanation of what will happen next which is sufficiently wordy to run onto a second line, which would normally cause it to wrap round the image, but because we passed it as a parameter it keeps its left alignment straight.}}
![]() | Here is a long warning, which is sufficiently wordy to run onto a second line, which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight. |