Difference between revisions of "Template:Section"

From NsdWiki
Jump to: navigation, search
(New page: <includeonly> {{# ifeq: {{NAMESPACE}}|Book|==={{{1}}}===|=={{{1}}}}} {{{2}}} </includeonly><noinclude> This template creates a section that will be displayed. It takes two parameters: the ...)
 
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
{{# ifeq: {{NAMESPACE}}|Book|==={{{1}}}===|=={{{1}}}}}
+
{{#ifeq: {{NAMESPACE}}|Book|==={{{1}}}===|=={{{1}}==}}}
 
{{{2}}}
 
{{{2}}}
 
</includeonly><noinclude>
 
</includeonly><noinclude>

Revision as of 19:02, 21 March 2010

This template creates a section that will be displayed. It takes two parameters: the title and the body of the section. If included in the Book namespace, it will be the proper heading level.

{{Section|My title|This is the content to be used}}.