v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template:Skill"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
m (Replaced interwiki to skills navbox)
(36 intermediate revisions by 15 users not shown)
Line 1: Line 1:
{| style='border: 1px solid #000; width: 17em; border-spacing: 0; margin: 0 0 1em 1em; float: right'
+
<includeonly>{| style='border: 1px solid #000; width: 17em; border-spacing: 0; margin: 0 0 1em 1em; float: right'
 
|+ '''{{{skill|Skill}}}'''
 
|+ '''{{{skill|Skill}}}'''
 
|-
 
|-
 
! colspan="2" style="border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Association
 
! colspan="2" style="border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Association
| style='width: 0.5em; background: {{{color|#f44}}}; border-left: 1px solid #000' rowspan='0'| &nbsp;
+
| style='width: 0.5em; background: {{fgcolor|{{{color|5:1}}}}}; border-bottom: 1px solid #aaa; border-left: 1px solid #aaa' rowspan='0'| &nbsp;
|-
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" | Speciality
 
| style="padding: 0.1em 0.25em" | {{{speciality|<div style='text-align: right'>&mdash;</div>}}}
 
 
|-
 
|-
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" | Profession
 
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" | Profession
 
| style="padding: 0.1em 0.25em" | {{{profession|<div style='text-align: right'>&mdash;</div>}}}
 
| style="padding: 0.1em 0.25em" | {{{profession|<div style='text-align: right'>&mdash;</div>}}}
 +
{{#ifeq:{{NAMESPACE}}|23a||
 +
{{!-}}
 +
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" {{!}} Job Title
 +
{{!}} style="padding: 0.1em 0.25em" {{!}} {{{specialty|{{{skill|<div style='text-align: right'>&mdash;</div>}}}}}}
 +
}}
 
|-
 
|-
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" | Job Name
+
! style="text-align: left; white-space: nowrap; font-weight: normal; padding: 0.1em 0.25em" | [[Labor]]
 
| style="padding: 0.1em 0.25em" | {{{job name|<div style='text-align: right'>&mdash;</div>}}}
 
| style="padding: 0.1em 0.25em" | {{{job name|<div style='text-align: right'>&mdash;</div>}}}
 
|-
 
|-
! colspan="2" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Tasks
+
! colspan="3" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Tasks
 
|-
 
|-
| colspan="2" |
+
| colspan="3" |
 
{{{tasks|<div style='text-align: center; padding: 0.2em 0'>''None''</div>}}}
 
{{{tasks|<div style='text-align: center; padding: 0.2em 0'>''None''</div>}}}
|}
+
|-
 
+
! colspan="3" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | [[Workshop]]
<noinclude>[[Category:Templates]]</noinclude>
+
|-
 +
| colspan="3" |
 +
{{{workshop|<div style='text-align: center; padding: 0.2em 0'>''None''</div>}}}
 +
{{#switch:{{NAMESPACE}}|23a=|40d=|#default=
 +
{{!-}}
 +
! colspan="3" style="border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" {{!}} [[Attributes]]
 +
{{!-}}
 +
{{!}} colspan="3" {{!}}
 +
{{{attributes|<div style='text-align: center; padding: 0.2em 0'>''None''</div>}}}
 +
}}
 +
|}{{Category|Skills}}</includeonly><noinclude>
 +
{{Skill
 +
| color      = 5:0
 +
| skill      = Building Designer
 +
| specialty  = Architect
 +
| profession = [[Administrator]]
 +
| job name  = Architecture
 +
| tasks      =
 +
* Design buildings
 +
| attributes =
 +
* Analytical Ability
 +
* Creativity
 +
* Spatial Sense
 +
}}
 +
Usage:
 +
<pre><nowiki>
 +
{{Skill
 +
| color      = 5:0
 +
| skill      = Building Designer
 +
| specialty  = Architect
 +
| profession = [[Administrator]]
 +
| job name  = Architecture
 +
| tasks      =
 +
* Design buildings
 +
| attributes =
 +
* Analytical Ability
 +
* Creativity
 +
* Spatial Sense
 +
}}
 +
</nowiki></pre>
 +
[[Category:Templates]]</noinclude>

Revision as of 23:42, 21 October 2018

Building Designer
Association  
Profession Administrator
Job Title Architect
Labor Architecture
Tasks
  • Design buildings
Workshop
None
Attributes
  • Analytical Ability
  • Creativity
  • Spatial Sense

Usage:

{{Skill
| color      = 5:0
| skill      = Building Designer
| specialty  = Architect
| profession = [[Administrator]]
| job name   = Architecture
| tasks      =
* Design buildings
| attributes =
* Analytical Ability
* Creativity
* Spatial Sense
}}