Template:Discreet h2: Difference between revisions

no edit summary
(Created page with "<noinclude> The source code: <pre> {{discreet h2|Vorwort}} </pre> generates: ''Vorwort'' The source code: <pre> {{discreet h2||display=none}} </pre> only generates a page...")
 
No edit summary
Line 16: Line 16:
only generates a page break in the e-books.
only generates a page break in the e-books.


</noinclude><includeonly><h2 style="display: {{#ifeq|{{{display|}}}|none|none|block}}; font-size: 100%; font-weight: regular; "font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif;">''{{{1|}}}''</h2></includeonly>
</noinclude><includeonly><h2 style="display: {{#ifeq:{{{display|}}}|none|none|block}}; font-size: 100%; font-weight: regular; font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif; margin-bottom: none;">''{{{1|}}}''</h2></includeonly>