Jump to content

Template:Skill infobox: Difference between revisions

From inZOI Wiki
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
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}}}
|-
|-
! colspan="2" style="background:#ececec; text-align:center; padding:4px;" | '''Improvement'''
! style="background:#ececec; text-align:left; padding:4px;" | Improvement
| style="padding:4px;" | {{{improvement}}}
|-
! style="background:#ececec; text-align:left; padding:4px;" | Related Objects
| style="padding:4px;" | {{#arraymap:{{{related objects|}}}|,|x|[[x]]}}
|-
|-
! colspan="2" style="background:#ffffff; text-align:left; padding:4px; border-top:1px solid #ddd; font-weight: normal;" | {{{improvement}}}
|}
|}
[[{{PAGENAME}}]] is a [[Skill]].
[[{{PAGENAME}}]] is a [[Skill]].
<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|}}} }}
{{#set:Related Objects={{{related objects|}}} |+sep}}
</div>
</div>
[[Category:Skills]]
[[Category:Skills]]
Line 25: Line 32:
==Parameters==
==Parameters==
* '''skill''' - name of the Skill (e.g. Cooking)
* '''skill''' - name of the Skill (e.g. Cooking)
* '''description''' – Description of the skill
* '''icon''' – Filename for the skill's icon (e.g. Cooking icon.png)
* '''improvement''' – How the skill can be improved
* '''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)


==Usage==
==Usage==
Line 32: Line 41:
{{Skill infobox
{{Skill infobox
| skill =  
| skill =  
| icon =
| description =  
| description =  
| improvement =  
| improvement =  
| related objects =
}}
}}
</pre>
</pre>
Line 40: Line 51:
{{Skill infobox
{{Skill infobox
| skill = Cooking
| skill = Cooking
| description = The ability to prepare delicious meals.
| icon = Cooking icon.png
| improvement = Practice by cooking daily or attending culinary classes.
| description = The ability to prepare food and meals.
| improvement = Practice recipes, attend cooking classes
| related objects = Stove, Knife, Cookbook
}}
}}
</pre>
</pre>
{{Skill infobox
| skill = Cooking
| description = The ability to prepare delicious meals.
| improvement = Practice by cooking daily or attending culinary classes.
}}
</noinclude>
</noinclude>

Revision as of 13:02, 26 March 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)

Usage

{{Skill infobox
| skill = 
| icon = 
| description = 
| improvement = 
| related objects = 
}}

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
}}