Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Suppressors, Administrators, trusted
11,022
edits
No edit summary |
m (+small capitals for level 0) |
||
Line 1: | Line 1: | ||
<noinclude>{{Text for paragraph styles | <noinclude>{{Text for paragraph styles | ||
| description = '''Title of certain level'''. This style is used to design titles and subtitles of levels 1 trough 6 and add them to table of contents. Uses tag '''<nowiki><h></nowiki>'''. If level=0 then use tag '''<nowiki><div></nowiki>''' instead, so it does not reflect in table of contents. See also {{t|Style P-Title}}. | | description = '''Title of certain level'''. This style is used to design titles and subtitles of levels 1 trough 6 and add them to table of contents. Uses tag '''<nowiki><h></nowiki>'''. If level=0 then use tag '''<nowiki><div></nowiki>''' instead, so it does not reflect in table of contents. See also {{t|Style P-Title}}. | ||
| modifications = text-align: center; font-weight: bold | | modifications = text-align: center; font-weight: bold; font-family: 'Droid Sans', Arial, sans-serif; border-bottom: 0px solid grey; small capitals for level 0 | ||
| to copy = Style P-Title level{{!}}{{!}}{{!}} | | to copy = Style P-Title level{{!}}{{!}}{{!}} | ||
}} | }} | ||
Line 28: | Line 28: | ||
{{Style P-Title level |2| Title name | short_anchor}} | {{Style P-Title level |2| Title name | short_anchor}} | ||
</pre> | </pre> | ||
{{Style S-Small capitals|}} | |||
</noinclude><includeonly>{{#if: {{{3|}}}| <span id="{{{3|}}}"></span>|}} | </noinclude><includeonly>{{#if: {{{3|}}}| <span id="{{{3|}}}"></span>|}} | ||
<{{#ifeq: {{{1|}}}|0|div|h{{{1|1}}}}} style="text-align: center; font-weight: bold | <{{#ifeq: {{{1|}}}|0|div|h{{{1|1}}}}} style="text-align: center; font-weight: bold; font-family: 'Droid Sans', Arial, sans-serif; {{#ifeq: {{{1|}}}|0|font-variant: small-caps;|}} border-bottom: 0px solid grey; ">{{{2|}}}</{{#ifeq: {{{1|}}}|0|div|h{{{1|1}}}}}> | ||
</includeonly> | </includeonly> |