Template:Table header: Difference between revisions
(Created page with "<noinclude>This template is used in semantic requests for simple table output, togather with {{t|Table ending}}. It just adds one line: <pre>{| style="margin: 0 auto;"</pre>...") |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<noinclude>This template is used in semantic requests for | <noinclude>This template is used in semantic requests for a complecated table output, togather with {{t|Table ending}}. It just adds one line: | ||
<pre>{| style="margin: 0 auto;"</pre> | <pre>{| style="margin: 0 auto;"</pre> | ||
| Line 5: | Line 5: | ||
<pre>{{#ask: [[Full name::+]] | <pre>{{#ask: [[Full name::+]] | ||
... | ... | ||
| template = | | template = Template name with one record (row) design | ||
| introtemplate = Table header | | introtemplate = Table header | ||
| outrotemplate = Table ending | | outrotemplate = Table ending | ||
| Line 13: | Line 13: | ||
[[Category: Templates for templates]] | [[Category: Templates for templates]] | ||
[[t-ru-lib:Шаблон:Начало таблицы]] | |||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{| style="margin: 0 auto;" | {| style="margin: 0 auto;" | ||
</includeonly> | </includeonly> | ||
Latest revision as of 02:48, 21 April 2026
This template is used in semantic requests for a complecated table output, togather with {{Table ending}}. It just adds one line:
{| style="margin: 0 auto;"
Usage example:
{{#ask: [[Full name::+]]
...
| template = Template name with one record (row) design
| introtemplate = Table header
| outrotemplate = Table ending
...
}}