Шаблон:Skills/Entry: различия между версиями
Перейти к навигации
Перейти к поиску
Courierr (обсуждение | вклад) (Новая страница: «{{Skills/Entry|Skill 1 |The first example skill. |You are untrained. | | | |You are a master. }} {{Skills/Entry|Skill 2 |The second example skill. |You are untra…») |
Exapster (обсуждение | вклад) (Ликвидирована более недействительная гиперссылка.) |
||
(не показаны 4 промежуточные версии 3 участников) | |||
Строка 1: | Строка 1: | ||
+ | <includeonly>{| class="wikitable {{#if:{{{no-collapse|}}}||mw-collapsible mw-collapsed}}" style="width: {{{width|49%}}}; display: inline-table;" | ||
+ | !colspan="2"|{{{1|Skill Name}}} | ||
+ | |- | ||
+ | |colspan="2"|''{{{2|Skill Description}}}'' | ||
+ | |- | ||
+ | {{Skills/Row|Red|Unskilled|{{{3|Unskilled Description}}}}} | ||
+ | |- | ||
+ | {{Skills/Row|Orange|Basic|{{{4|Basic Description}}}}} | ||
+ | |- | ||
+ | {{Skills/Row|Green|Trained|{{{5|Trained Description}}}}} | ||
+ | |- | ||
+ | {{Skills/Row|Blue|Experienced|{{{6|Experienced Description}}}}} | ||
+ | |- | ||
+ | {{Skills/Row|Purple|Master|{{{7|Master Description}}}}} | ||
+ | |}</includeonly><noinclude> | ||
+ | This is a template that creates a skills table. It makes use of [[Template:Skills/Row]]. It is used by Skills. | ||
+ | |||
+ | Below is an example of use and its result. | ||
+ | <nowiki> | ||
+ | {{Skills/Entry|Skill 1 | ||
+ | |The first example skill. | ||
+ | |You are untrained. | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |You are a master. | ||
+ | }} | ||
+ | |||
+ | {{Skills/Entry|Skill 2 | ||
+ | |The second example skill. | ||
+ | |You are untrained. | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |You are a master. | ||
+ | |no-collapse=true | ||
+ | |width=50% | ||
+ | }}</nowiki> | ||
{{Skills/Entry|Skill 1 | {{Skills/Entry|Skill 1 | ||
|The first example skill. | |The first example skill. | ||
Строка 18: | Строка 56: | ||
|width=50% | |width=50% | ||
}} | }} | ||
+ | </noinclude> | ||
+ | <noinclude> [[Category:Templates]] </noinclude> | ||
+ | <noinclude> [[Category:Информационные шаблоны]]</noinclude> |
Текущая версия на 21:55, 6 ноября 2020
This is a template that creates a skills table. It makes use of Template:Skills/Row. It is used by Skills.
Below is an example of use and its result.
{{Skills/Entry|Skill 1 |The first example skill. |You are untrained. | | | |You are a master. }} {{Skills/Entry|Skill 2 |The second example skill. |You are untrained. | | | |You are a master. |no-collapse=true |width=50% }}
Skill 1 | |
---|---|
The first example skill.
| |
Unskilled | You are untrained.
|
Basic |
|
Trained |
|
Experienced |
|
Master | You are a master.
|
Skill 2 | |
---|---|
The second example skill.
| |
Unskilled | You are untrained.
|
Basic |
|
Trained |
|
Experienced |
|
Master | You are a master.
|