Tip of the Day
Skill levels exceeding an activity's main skill requirement gives +1.25% extra Work efficiency for what you're doing, up to 20 levels.
Template:Page Image: Difference between revisions
From Walkscape Walkthrough
Created page with "<noinclude><syntaxhighlight lang="wikitext">[[File:{{{Main}}}|right|160px]]{{#seo:|image={{{Thumb|}}}}}</syntaxhighlight> Category:Templates </noinclude><includeonly>[[File:{{{Main}}}|right|160px]]{{#seo:|image={{{Thumb|}}}}}</includeonly> <noinclude> <templatedata> { "params": { "Main": { "aliases": [ "svg" ], "label": "Page image", "description": "The main image to place and show on the page.", "example": "Item_name.svg", "type": "wiki-fi..." |
mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude><syntaxhighlight lang="wikitext">[[File:{{{Main}}}|right|160px]]{{#seo:|image={{{Thumb|}}}}}</syntaxhighlight> | <noinclude><syntaxhighlight lang="wikitext">[[File:{{{Main}}}.svg|right|160px]]{{#seo:|image={{{Thumb|}}}.png}}</syntaxhighlight> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude><includeonly>[[File:{{{Main}}}|right|160px]]{{#seo:|image={{{Thumb|}}}}}</includeonly> | </noinclude><includeonly>[[File:{{{Main}}}.svg|right|160px]]{{#seo:|image={{{Thumb|}}}.png}}</includeonly> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
| Line 13: | Line 13: | ||
], | ], | ||
"label": "Page image", | "label": "Page image", | ||
"description": "The main image to place and show on the page.", | "description": "The main image to place and show on the page. (svg only)", | ||
"example": "Item_name | "example": "Item_name", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"default": "Unknown_Item | "default": "Unknown_Item", | ||
"required": true | "required": true | ||
}, | }, | ||
| Line 24: | Line 24: | ||
], | ], | ||
"label": "SEO/Preview Image", | "label": "SEO/Preview Image", | ||
"description": "The image shown in discord, etc. links for the page. (Must be a 640px png image.", | "description": "The image shown in discord, etc. links for the page. (Must be a 640px png image.)", | ||
"example": "Item_name_Preview | "example": "Item_name_Preview", | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"default": "Logo_square | "default": "Logo_square", | ||
" | "required": true | ||
} | } | ||
}, | }, | ||
| Line 34: | Line 34: | ||
"Main", | "Main", | ||
"Thumb" | "Thumb" | ||
] | ], | ||
"description": "Adds a displayed image and preview image to the page.\n\n{{Page_Image|Main=Main_image|Thumb=Image_for_Preview}}" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 10:06, 13 December 2025
[[File:{{{Main}}}.svg|right|160px]]{{#seo:|image={{{Thumb|}}}.png}}
Adds a displayed image and preview image to the page. {{Page_Image|Main=Main_image|Thumb=Image_for_Preview}}
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Page image | Main svg | The main image to place and show on the page. (svg only)
| File | required |
| SEO/Preview Image | Thumb seo | The image shown in discord, etc. links for the page. (Must be a 640px png image.)
| Page name | required |
