Difference between revisions of "Template:Scheme info"
From Worms Knowledge Base
(Testing my template.) |
(Testing my template.) |
||
Line 44: | Line 44: | ||
{{Scheme_info|name={{{name}}}|icon={{{icon}}}|iconsize={{{iconsize}}}|screenshot={{{screenshot}}}|caption={{{caption}}}|description={{{description}}}|tags={{{tags}}}|year={{{year}}}|time={{{time}}}|compatibility={{{compatibility}}}|author={{{author}}}}} | {{Scheme_info|name={{{name}}}|icon={{{icon}}}|iconsize={{{iconsize}}}|screenshot={{{screenshot}}}|caption={{{caption}}}|description={{{description}}}|tags={{{tags}}}|year={{{year}}}|time={{{time}}}|compatibility={{{compatibility}}}|author={{{author}}}}} | ||
− | This template is used to display information about schemes in Worms Armageddon. It now includes fields for the scheme's release year, playing time, and a customizable icon image size. | + | This template is used to display information about schemes in Worms Armageddon. It now includes fields for the scheme's release year, playing time, and a customizable icon image size, with enhanced image features for both the icon and screenshot. |
== Usage == | == Usage == | ||
Line 50: | Line 50: | ||
|name = Name of the scheme ''(defaults to PAGENAME)''<br/> | |name = Name of the scheme ''(defaults to PAGENAME)''<br/> | ||
|icon = Name of the icon file, including extension (e.g., ExampleIcon.png)<br/> | |icon = Name of the icon file, including extension (e.g., ExampleIcon.png)<br/> | ||
− | |iconsize = Size of the icon (default: 100px)<br/> | + | |iconsize = Size of the icon, such as "frame" for full size or "300px" for specific dimensions (default: 100px)<br/> |
|screenshot = Name of the screenshot file, including extension (e.g., ExampleScreenshot.png)<br/> | |screenshot = Name of the screenshot file, including extension (e.g., ExampleScreenshot.png)<br/> | ||
− | |screensize = Size of the screenshot (default: 250px width)<br/> | + | |screensize = Size of the screenshot, such as "frame" for full size or "300px" for specific dimensions (default: 250px width)<br/> |
|caption = Caption text for the screenshot (default: "{{{name}}} screenshot")<br/> | |caption = Caption text for the screenshot (default: "{{{name}}} screenshot")<br/> | ||
|description = A brief description or slogan for the scheme<br/> | |description = A brief description or slogan for the scheme<br/> |
Revision as of 00:31, 13 August 2024
{{{name}}} |
---|
[[File:{{{icon}}}|{{{iconsize}}}|center]] |
Description |
{{{description}}} |
Tags |
{{{tags}}} |
Year of Release |
{{{year}}} |
Playing Time |
{{{time}}} |
Compatibility |
{{{compatibility}}} |
Author |
{{{author}}} |
This template is used to display information about schemes in Worms Armageddon. It now includes fields for the scheme's release year, playing time, and a customizable icon image size, with enhanced image features for both the icon and screenshot.
Usage
{{Scheme_info
|name = Name of the scheme (defaults to PAGENAME)
|icon = Name of the icon file, including extension (e.g., ExampleIcon.png)
|iconsize = Size of the icon, such as "frame" for full size or "300px" for specific dimensions (default: 100px)
|screenshot = Name of the screenshot file, including extension (e.g., ExampleScreenshot.png)
|screensize = Size of the screenshot, such as "frame" for full size or "300px" for specific dimensions (default: 250px width)
|caption = Caption text for the screenshot (default: "{{{name}}} screenshot")
|description = A brief description or slogan for the scheme
|tags =,
|year = The year the scheme was released
|time = Estimated playing time (e.g., 10-20 minutes)
|compatibility = The latest compatible version (e.g., Worms Armageddon 3.8+)
|author = Name of the scheme’s creator (defaults to Unknown)
}}