Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators, trusted
11,022
edits
(Created page with "<noinclude>{{Text for paragraph styles | description = '''Title of certain level'''. This style is used to design titles and subtitles of levels 1 trough 9 and add them to ta...") |
m (+level 0) |
||
Line 11: | Line 11: | ||
где | где | ||
* '''Level''' - number from | * '''Level''' - number from 0 up to 6, for 1-6 uses tag <nowiki><h></nowiki>; for 0 – <nowiki><div></nowiki>, so it does not reflect in table of contents; default = 1, optional | ||
* '''Title''' - text of a title, '''mandatory''' | * '''Title''' - text of a title, '''mandatory''' | ||
* '''Anchor''' - aditional anchor, wich could be used in references, f.e.: '''Article name#anchor_name''', optional. Note that headers of any level set by equal sign already have full text anchors. This parameter allows to give an additional short version. | * '''Anchor''' - aditional anchor, wich could be used in references, f.e.: '''Article name#anchor_name''', optional. Note that headers of any level set by equal sign already have full text anchors. This parameter allows to give an additional short version. | ||
Line 30: | Line 30: | ||
</noinclude><includeonly>{{#if: {{{3|}}}| <span id="{{{3|}}}"></span>|}} | </noinclude><includeonly>{{#if: {{{3|}}}| <span id="{{{3|}}}"></span>|}} | ||
<h{{{1|1}}} style="text-align: center; font-weight: bold; border-bottom: 0px solid grey; font-family: 'Droid Sans', Arial, sans-serif;">{{{2|}}}</h{{{1|1}}}> | <{{#ifeq: {{{1|}}}|0|div|h{{{1|1}}}}} style="text-align: center; font-weight: bold; border-bottom: 0px solid grey; font-family: 'Droid Sans', Arial, sans-serif;">{{{2|}}}</{{#ifeq: {{{1|}}}|0|div|h{{{1|1}}}}}> | ||
</includeonly> | </includeonly> |