Шаблон:Header/doc: відмінності між версіями

Матеріал з Kingdom Come: Deliverance - Вікі
uk>Wazarel
Немає опису редагування
 
м Імпортовано 1 версія
 
(Немає відмінностей)

Поточна версія на 23:00, 9 серпня 2024

Description
This template is used as styling for tables, and to attach a title to them.
Syntax
Type {{header|<title here>|<(optionnal)width = X>}} somewhere.
{{Header|text to display}}
Samples

{{Header|A regular header}}
Results in:

A regular header


{{Header|A little header|width = 40}}
Results in:

A little header


Now attach it to a table:

{{Header|Header text}}
{|class="listing"
!This is
!a table
|-
|with a
|header |}

Results in:

Header text
This is a table
with a header