Template:Skill infobox: Difference between revisions
Appearance
Created page with "<includeonly> {| class="infobox" style="font-size:90%; border:1px solid #aaa; background:#fff;" |- ! colspan="2" style="text-align:center; font-size:120%; background:#ccf; padding:4px;" | {{{skill}}} |- ! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Description''' |- ! colspan="2" style="background:#ffffff; text-align:left; padding:4px; border-top:1px solid #ddd; font-weight: normal;" | {{{description}}} |- ! colspan="2" style="background:..." |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|- | |- | ||
! colspan="2" style="text-align:center; font-size:120%; background:#ccf; padding:4px;" | {{{skill}}} | ! colspan="2" style="text-align:center; font-size:120%; background:#ccf; padding:4px;" | {{{skill}}} | ||
|- | |||
| colspan="2" style="text-align:center; padding:4px;" | [[File:{{{icon|Placeholder.png}}}|100px]] | |||
|- | |- | ||
! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Description''' | ! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Description''' | ||
Line 8: | Line 10: | ||
! colspan="2" style="background:#ffffff; text-align:left; padding:4px; border-top:1px solid #ddd; font-weight: normal;" | {{{description}}} | ! colspan="2" style="background:#ffffff; text-align:left; padding:4px; border-top:1px solid #ddd; font-weight: normal;" | {{{description}}} | ||
|- | |- | ||
! | ! style="background:#ececec; text-align:left; padding:4px;" | Improvement | ||
| style="padding:4px;" | {{#arraymap:{{{improvement|}}}|,|x|x}} | |||
|- | |||
! style="background:#ececec; text-align:left; padding:4px;" | Related Objects | |||
| style="padding:4px;" | {{#arraymap:{{{related objects|}}}|,|x|[[x]]}} | |||
|- | |||
! style="background:#ececec; text-align:left; padding:4px;" | Related Activities | |||
| style="padding:4px;" | {{#arraymap:{{{related activities|}}}|,|x|[[x]]}} | |||
|- | |||
! style="background:#ececec; text-align:left; padding:4px;" | Related Interactions | |||
| style="padding:4px;" | {{#arraymap:{{{related interactions|}}}|,|x|[[x]]}} | |||
|- | |- | ||
|} | |} | ||
[[{{PAGENAME}}]] is a [[Skill]]. | [[{{PAGENAME}}]] is a [[Skill]] for your [[Zoi]] in [[inZOI]]. | ||
<div style="display:none;"> | <div style="display:none;"> | ||
{{#set:Skill={{{skill|}}} }} | {{#set:Skill={{{skill|}}} }} | ||
{{#set:Icon=File:{{{icon|}}} }} | |||
{{#set:Description={{{description|}}} }} | {{#set:Description={{{description|}}} }} | ||
{{#set:Improvement={{{improvement|}}} }} | {{#set:Improvement={{{improvement|}}} |+sep}} | ||
{{#set:Related Objects={{{related objects|}}} |+sep}} | |||
{{#set:Related Activities={{{related activities|}}} |+sep}} | |||
{{#set:Related Interactions={{{related interactions|}}} |+sep}} | |||
</div> | </div> | ||
[[Category:Skills]] | [[Category:Skills]] | ||
Line 25: | Line 40: | ||
==Parameters== | ==Parameters== | ||
* '''skill''' - name of the Skill (e.g. Cooking) | * '''skill''' - name of the Skill (e.g. Cooking) | ||
* '''description''' | * '''icon''' – Filename for the skill's icon (e.g. Cooking icon.png) | ||
* '''improvement''' | * '''description''' - Brief description of the skill | ||
* '''improvement''' - Methods or actions to enhance the skill | |||
* '''related objects''' - Items or objects associated with the skill (comma-separated) | |||
* '''related activities''' - [[Activities]] associated with the skill (comma-separated) | |||
* '''related interactions''' - [[Interactions]] associated with the skill (comma-separated) | |||
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
{{Skill infobox | {{Skill infobox | ||
| skill = | | skill = | ||
| icon = | |||
| description = | | description = | ||
| improvement = | | improvement = | ||
| related objects = | |||
| related activities = | |||
| related interactions = | |||
}} | }} | ||
</pre> | </pre> | ||
Line 40: | Line 62: | ||
{{Skill infobox | {{Skill infobox | ||
| skill = Cooking | | skill = Cooking | ||
| description = The ability to prepare | | icon = Cooking icon.png | ||
| improvement = Practice | | description = The ability to prepare food and meals. | ||
| improvement = Practice recipes, attend cooking classes | |||
| related objects = Stove, Knife, Cookbook | |||
| related activities = | |||
| related interactions = | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 12:44, 1 April 2025
This template creates an infobox for Skills with Semantic MediaWiki annotations.
Parameters
- skill - name of the Skill (e.g. Cooking)
- icon – Filename for the skill's icon (e.g. Cooking icon.png)
- description - Brief description of the skill
- improvement - Methods or actions to enhance the skill
- related objects - Items or objects associated with the skill (comma-separated)
- related activities - Activities associated with the skill (comma-separated)
- related interactions - Interactions associated with the skill (comma-separated)
Usage
{{Skill infobox | skill = | icon = | description = | improvement = | related objects = | related activities = | related interactions = }}
Example Usage
{{Skill infobox | skill = Cooking | icon = Cooking icon.png | description = The ability to prepare food and meals. | improvement = Practice recipes, attend cooking classes | related objects = Stove, Knife, Cookbook | related activities = | related interactions = }}