Difference between revisions of "Template:Heading"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
 
--><!--  
 
--><!--  
 
-->{{#switch: {{{level|1}}}<!--
 
-->{{#switch: {{{level|1}}}<!--
   -->|2=<nowiki/>
+
   -->|2=<h2>{{{headingtext|Text}}}</h2><!--
 
+
   -->|3=<h3>{{{headingtext|Text}}}</h3><!--
=={{{headingtext|Text}}}==
+
   -->|4=<h4>{{{headingtext|Text}}}</h4><!--
 
+
   -->|5=<h5>{{{headingtext|Text}}}</h5><!--
<!--
+
   -->|6=<h6>{{{headingtext|Text}}}</h6><!--
   -->|3=<nowiki/>
 
 
 
==={{{headingtext|Text}}}===
 
 
 
<!--
 
   -->|4=<p>===={{{headingtext|Text}}}====</p><!--
 
   -->|5=<p>====={{{headingtext|Text}}}=====</p><!--
 
   -->|6=<p>======{{{headingtext|Text}}}======</p><!--
 
 
-->}}<!-- switch  
 
-->}}<!-- switch  
 
--></includeonly>
 
--></includeonly>

Latest revision as of 17:16, 26 February 2023

This template adds a heading of the respective level and prints the text


NOTE: As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.


Parameters:

  • |headingtext= - the text of the heading.
  • |level= - heading level; default is 2. Supports levels 2..6.