Шаблон:Skills/Entry: различия между версиями

Материал из Infinity Project
Перейти к навигации Перейти к поиску
(Новая страница: «{{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…»)
 
Строка 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>

Версия 20:06, 24 января 2019

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.