Difference between revisions of "Legacy THNapi:Parameter - Level"

From Neocron Wiki
Jump to: navigation, search
(New page: ==== Level ==== The '''Level''' parameter specifies the heading level of heading for each group of items. The accept ranges is from 0 to 6. Level 1 is the same as '''<nowiki><h1>Items</h...)
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<br /><!-- Keep the break in - this fixes a parsing/template bug -->
 
==== Level ====
 
==== Level ====
  
 
The '''Level''' parameter specifies the heading level of heading for each group of items. The accept ranges is from 0 to 6.
 
The '''Level''' parameter specifies the heading level of heading for each group of items. The accept ranges is from 0 to 6.
  
Level 1 is the same as '''<nowiki><h1>Items</h1></nowiki>''' or = Items = where level 6 would produce '''<nowiki><h6>Items</h6></nowiki>''' or '''<nowiki>====== Items ======</nowiki>''' Specifying 0 would hide the heading. See [[THNapi:Parameter - Level (Examples)|example page]] for the paramete being used.
+
Level 1 is the same as '''<nowiki><h1>Items</h1></nowiki>''' or = Items = where level 6 would produce '''<nowiki><h6>Items</h6></nowiki>''' or '''<nowiki>====== Items ======</nowiki>''' Specifying 0 would hide the heading. See [[THNapi:Parameter - Level (Examples)|example page]] for the parameter in used.
 +
 
 +
[[Category:THN API Parameters|Level]]

Latest revision as of 20:16, 2 July 2008


Level

The Level parameter specifies the heading level of heading for each group of items. The accept ranges is from 0 to 6.

Level 1 is the same as <h1>Items</h1> or = Items = where level 6 would produce <h6>Items</h6> or ====== Items ====== Specifying 0 would hide the heading. See example page for the parameter in used.