Template:SkillTable/doc: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Lua}}
{{Lua|SkillTable}}
== Overview ==
== Overview ==
A template using the LUA module [[Module:SkillTable]] allowing you to create custom grids with an image on the left and a clickable link box on the right. Mainly used for skill categories and the Related Skills section on skill pages.
A template using the LUA module [[Module:SkillTable]] allowing you to create custom grids with an image on the left and a clickable link box on the right. Mainly used for skill categories and the Related Skills section on skill pages.
Line 129: Line 129:
*You can optionally provide the <code>skill_columns</code> argument (number) to specify how many columns of images you would like to be displayed (default: 2).
*You can optionally provide the <code>skill_columns</code> argument (number) to specify how many columns of images you would like to be displayed (default: 2).
**As you can see, the other extras work just fine with it.
**As you can see, the other extras work just fine with it.
<templatedata>
{
"params": {
"1": {
"label": "Images and skill names",
"description": "Images and skill names separated by semicolons. The image always comes first. To add a header row, simply append \"--\" where the image should be. You can pick a character to autofill its color or choose it yourself and paste it afterwards. The next entity is the title. More information & extras on the template's page.",
"example": "FYPassive2.png; Key of Proof; --Rose; Minerva;",
"type": "string",
"suggested": true
},
"i": {
"label": "Number of entries per row",
"example": "5",
"type": "number",
"default": "4",
"suggested": true
}
},
"description": "A template allowing you to create custom grids with an image on the left and a clickable link box on the right. Mainly used for skill categories and the Related Skills section on skill pages.",
"paramOrder": [
"i",
"1"
],
"format": "block"
}
</templatedata>