Difference between revisions of "Template:Info"

From World Naked Bike Ride
Jump to: navigation, search
(This template was taken from [https://www.mediawiki.org/wiki/Template:Warning], available under the [https://creativecommons.org/licenses/by-sa/4.0/deed.en Creative Commons Attribution-ShareAlike License].)
 
 
Line 1: Line 1:
<onlyinclude>{{#if: {{{msg|{{{1|}}}}}}|<table class="info-message" style="background-color: #fff9ea; border: 1px #fc3 solid; box-sizing: border-box; margin: 0.5em 0; padding: 0.5em;"><tr><td style="white-space: nowrap; vertical-align: top;">}}<span style="position: relative; top: -2px;">[[File:OOjs UI icon information-20px.svg.png|18px|alt=Info|link=]]</span> ''' Info:''' {{#if: {{{msg|{{{1|}}}}}}|</td><td style="padding-{{dir|{{pagelang}}|right|left}}: 0.5em vertical-align: top;">{{{msg|{{{1|}}}}}}</td></tr></table>}}</onlyinclude>
+
<onlyinclude>{{#if: {{{msg|{{{1|}}}}}}|<table class="info-message" style="background-color: #eaf3ff; border: 1px #a3caff solid; box-sizing: border-box; margin: 0.5em 0; padding: 0.5em;"><tr><td style="white-space: nowrap; vertical-align: top;">}}<span style="position: relative; top: -2px;">[[File:OOjs UI icon information-20px.svg.png|18px|alt=Info|link=]]</span> ''' Info:''' {{#if: {{{msg|{{{1|}}}}}}|</td><td style="padding-{{dir|{{pagelang}}|right|left}}: 0.5em vertical-align: top;">{{{msg|{{{1|}}}}}}</td></tr></table>}}</onlyinclude>
  
 
<noinclude>
 
<noinclude>

Latest revision as of 01:22, 4 September 2023

Info Info:


Usage

This template has two possible usages:


  1. Will have the text flow below when the info text is too long


  1. Uses a table to indent the text.

Method 1

The following displays the info icon and the word "Info:".
You can follow this with whatever text/images/markup you like.

Wiki Code:

{{info}} Don't do that!

Info Info: Don't do that!

Method 2

The following includes the text passed to the template, and uses a table to stop the text flowing round the icon.

Wiki Code:

{{info|1= Here is a long info, which is sufficiently wordy to run onto a second line (unless you have a really large screen!), which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.}} 
Info Info: Here is a long info, which is sufficiently wordy to run onto a second line (unless you have a really large screen!), which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.

License

This template was taken from [1], available under the Creative Commons Attribution-ShareAlike License.