The wiki has recently been updated. Please contact me by talk page or email if you encounter any issues.

Template:Infomessage: Difference between revisions

From FrathWiki
Jump to navigationJump to search
(Added fake margin and parserfunction so that nothing is visible if no text is specified)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if:{{{content|{{{text|{{{1|}}}}}}}}}|{{Fake margin|{|class="boilerplate metadata" id="inuse" style="background: #cfc; border: 1px solid #aaa; padding: 0.5em 1em; text-align: {{{text-align|center}}}; vertical-align: middle; margin: auto; width:{{{width|100%}}}"
{{#if:{{{content|{{{text|{{{1|}}}}}}}}}|<div class="outerpadding"><p class="boilerplate metadata" style="background: #cfc; border: 1px solid #aaa; padding: 0.5em 1em; text-align: {{{text-align|center}}}; vertical-align: middle; margin: auto; width:{{{width|100%}}}">{{{content|{{{text|{{{1|'''Here should be an info message'''}}}}}}}}}</p></div>|}}<noinclude>
|{{{content|{{{text|{{{1|'''Here should be an info message'''}}}}}}}}}
|}|}}}}<noinclude>


== Usage ==
== Usage ==

Latest revision as of 09:07, 18 November 2009


Usage

{{infomessage
|width= 50% <!-- optional parameter --&;gt
|text-align=left <!-- optional parameter --&;gt
|content=
Meta-information about the page
}}

or

{{infomessage|Meta-information about the page}}

Please do not delete this template and edit it only with care not to remove any existing paramaters. Doing so may break pages where it is used!