Template:META Message: Difference between revisions

From NixOS Wiki
imported>Samueldr
m (Fix issue with floats)
m (Update with full template)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>{{Template}}
 
== About ==
 
A templated message.
A templated message.


Use of <code>&lt;table></code> is to allow vertical centering.
Use of <code>&lt;table></code> is to allow vertical centering.


=== Preview ===
== Usage ==


<pre><nowiki>
<pre><nowiki>
{{Template:META Message}}
{{Template:META Message}}
</nowiki></pre>
</nowiki></pre>
{{Template:META Message}}


<pre><nowiki>
<pre><nowiki>
{{Template:META Message|heading=heading}}
{{Template:META Message|heading=heading}}
</nowiki></pre>
</nowiki></pre>
{{Template:META Message|heading=heading}}


<pre><nowiki>
<pre><nowiki>
Line 24: Line 23:
}}
}}
</nowiki></pre>
</nowiki></pre>
== Example ==
{{Template:META Message}}
{{Template:META Message|heading=heading}}


{{Template:META Message
{{Template:META Message
Line 39: Line 44:
>
>
     <tr>
     <tr>
       <td style="padding-left: 0.5em; padding-right: 0.5em;">{{{signal}}}</td>
       <td style="padding-left: 0.5em; padding-right: 0.5em; min-width: 64px;">{{{signal}}}</td>
       <td style="padding-right: 1em; width:100%;">
       <td style="padding-right: 1em; width:100%;">
         {{#if: {{{heading|}}}|<div>'''{{{heading}}}'''</div>|}}
         {{#if: {{{heading|}}}|<div>'''{{{heading}}}'''</div>|}}

Latest revision as of 02:21, 7 April 2024

This page is a template. It should be used as part of other articles. For more information, see Help:Template.

Please do not experiment with this template; you could ruin all pages using this template. If you want to edit this template, copy the text to Template:Sandbox, edit and test it there, and copy it back when it works.

Feel free to discuss this template in the talk page.

If you wanted to create a new page instead, use the search box to search for the title of the new page you want to create and follow the link Create the page "XYZ" on this wiki! in the results page. An alternative is to create a dangling link to the new page from an existing page. A final option is to directly visit the expected URL of the page.

About

A templated message.

Use of <table> is to allow vertical centering.

Usage

{{Template:META Message}}
{{Template:META Message|heading=heading}}
{{Template:META Message
|border = #ff0000
|background = #00ff00
}}

Example