Content deleted Content added
→Project Parameter: Fix description of template parameter - I found out it was wrong the hard way |
→Optional Parameters: add noheading option |
||
Line 82:
*<code>|icons-heading</code> -- specifies the use of content type icons before the headings
*<code>|heading = #</code> -- defines the heading level (number of "="s) to use; the default is level 2
*<code>|noheading</code> -- specifies that headings are not to be displayed
*<code>|pictures-list</code> -- specifies pictures should be listed (obeying the columns, icons, and compact options)
*<code>|dates</code> -- specifies including in the output the date the content was on the Main Page (where applicable)
Line 96 ⟶ 97:
The <code>heading</code> option allows for 0 and 2-6. A value of 2-6 defines the heading level (i.e. the number of "="s to use). A value of 0 means to not use a formal heading level, but instead use the ";Title" syntax.
The <code>noheading</code> option overrides the <code>heading</code> option.
Pictures will use the <code><nowiki><gallery></gallery></nowiki></code> syntax if the <code>pictures-list</code> option is not set.
|