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

From Neocron Wiki
Jump to: navigation, search
(Fixing a category problem...hopefully)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
<br /><!-- Keep the break in - this fixes a parsing/template bug -->
 
==== Level ====
 
==== Level ====
  
Line 5: Line 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 parameter in 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.
  
<includeonly>
 
 
[[Category:THN API Parameters|Level]]
 
[[Category:THN API Parameters|Level]]
</includeonly>
 

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.