Difference between revisions of "Template:Style P-Title level"

From Teopedia library
Jump to navigation Jump to search
(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
 
(9 intermediate revisions by the same user not shown)
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 9 and add them to table of contents. Uses tag '''<nowiki><h></nowiki>'''. 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; border-bottom: 0px solid grey; font-family: 'Droid Sans', Arial, sans-serif;
+
  | modifications = text-align: center; font-weight: bold; font-family: 'Droid Sans', Arial, sans-serif; border-bottom: 0px solid grey; margin-top: 2em; margin-bottom: 1em; small capitals for level 0
 
  | to copy = Style P-Title level{{!}}{{!}}{{!}}
 
  | to copy = Style P-Title level{{!}}{{!}}{{!}}
 
}}
 
}}
Line 11: Line 11:
  
 
где
 
где
* '''Level''' - number from 1 up to 9, default = 1, optional
+
* '''Level''' - number from 0 (for tag <nowiki><div></nowiki> and no TOC) up to 6; 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|p|h{{{1|1}}}}} style="text-align: center; margin-top: 1em; margin-bottom: 0.5em; text-indent: 0px; font-weight: bold; font-family: 'Droid Sans', Arial, sans-serif; {{#ifeq: {{{1|}}}|0|font-size: 150%; font-variant: small-caps;|}} border-bottom: 0px solid grey; ">{{{2|}}}</{{#ifeq: {{{1|}}}|0|p|h{{{1|1}}}}}></includeonly>
</includeonly>
 

Latest revision as of 04:19, 14 November 2022

This style is to design paragraph in text. To highligt just several symbols use templates for symbol styles.

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 <h>. If level=0 then use tag <div> instead, so it does not reflect in table of contents. See also {{Style P-Title}}.


Modifications:

  • text-align: center
  • font-weight: bold
  • font-family: 'Droid Sans', Arial, sans-serif
  • border-bottom: 0px solid grey
  • margin-top: 2em
  • margin-bottom: 1em
  • small capitals for level 0


To copy:

{{Style P-Title level|||}}


Using

{{Style P-Title level |Level| Title | Anchor}}

где

  • Level - number from 0 (for tag <div> and no TOC) up to 6; default = 1, optional
  • 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.


! Note, that level number has to be set without spaces! Other parameters do not depend on this.

Examples

  • 1-st level title without additional anchor
{{Style P-Title level || Title name}}
  • 2-nd level title with anchor
{{Style P-Title level |2| Title name | short_anchor}}