Difference between revisions of "Template:Info"

From Organic Design wiki
(noinclude templateinfp)
 
Line 8: Line 8:
 
{{info|This is a test}}
 
{{info|This is a test}}
 
[[Category:Formatting templates]]
 
[[Category:Formatting templates]]
</noinclude>
 
 
<templatedata>
 
<templatedata>
 
{
 
{
Line 23: Line 22:
 
}
 
}
 
</templatedata>
 
</templatedata>
 +
</noinclude>

Latest revision as of 19:30, 15 February 2016

Info.svg {{{1}}}

The info template, is used to for adding useful information describing the purpose of an article. It should only be used at the top of an article, but under some circumstances may be used within sections.

Usage

{{info|This is a test}}

Creates;

Info.svg This is a test

<templatedata> { "description": "The info template, is used to for adding useful information describing the purpose of an article.", "params": { "text": { "label": "Message", "type": "content", "required": true, "description": "The message", "aliases": ["1"] } } } </templatedata>