Difference between revisions of "Template:TextBlock"
The Wiki of Unify contains information on clients and devices, communications systems and unified communications. - Unify GmbH & Co. KG is a Trademark Licensee of Siemens AG.
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {| class="noborder" | + | <noinclude>{{dontchange}}</noinclude><includeonly>{| class="noborder" width="100%" |
|- | |- | ||
| class="noborder" | <div class="h2b">{{{headline}}}</div> | | class="noborder" | <div class="h2b">{{{headline}}}</div> | ||
+ | {{#if: {{{content|}}}| | ||
+ | {{!-}} | ||
+ | {{!}} class="noborder" {{!}} <div style="padding:3px;"> | ||
+ | {{{content}}}</div> | ||
+ | }} | ||
+ | {{#if: {{{cont_tbl_le|}}}| {{!-}} | ||
+ | {{!}} class="noborder" {{!}} | ||
+ | {{{!}} class="noborder" width="100%" | ||
+ | {{!-}} | ||
+ | {{!}} class="noborder" {{!}} | ||
+ | {{{cont_tbl_le}}} | ||
+ | {{!}} class="noborder" {{!}} | ||
+ | {{{cont_tbl_ri}}} | ||
+ | {{!}}} | ||
+ | }} | ||
|- | |- | ||
− | | class="noborder" | <div style="padding:5px;">{{ | + | | class="noborder" | <div style="padding:5px; padding-bottom:10px;"></div> |
− | + | |}</includeonly><noinclude> | |
+ | To use this template just copy the following source text in an article. | ||
+ | <pre><nowiki> | ||
+ | {{TextBlock | ||
+ | | headline = Headline (mandatory). | ||
+ | | content = Content (optional). | ||
+ | | cont_tbl_le = Content of the table's left column (optional in combination with cont_tbl_ri). | ||
+ | | cont_tbl_ri = Content of the table's right column (optional in combination with cont_tbl_le). | ||
+ | }} | ||
+ | </nowiki></pre></noinclude> |
Latest revision as of 15:53, 19 November 2008
This template is already used in some articles. Please be careful if you want to make changes. |
To use this template just copy the following source text in an article.
{{TextBlock | headline = Headline (mandatory). | content = Content (optional). | cont_tbl_le = Content of the table's left column (optional in combination with cont_tbl_ri). | cont_tbl_ri = Content of the table's right column (optional in combination with cont_tbl_le). }}