Difference between revisions of "Template:Scheme info"

From Worms Knowledge Base

Jump to: navigation, search
(Scheme info template test (my first attempt on creating a template))
 
(Testing my template.)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="scheme-template">
+
<includeonly>
     <!-- Name of the scheme -->
+
<table class="infobox nowraplinks" cellspacing="2" style="width: 20em; text-align: left;">
     <div class="scheme-name">
+
     <!-- Scheme Name -->
        '''{{{name}}}'''
+
     {{#if:{{{name|}}}|<tr><th style="font-size: 120%; text-align: center;">{{{name|{{PAGENAME}}}}}</th></tr>}}
    </div>
+
  
     <!-- Image of the icon -->
+
     <!-- Scheme Icon -->
     <div class="scheme-icon">
+
     {{#if:{{{icon|}}}|<tr><td style="text-align: center;">
         [[File:{{{icon}}}|100px|center]]
+
         [[File:{{{icon}}}|{{{iconsize|100px}}}|center]]
     </div>
+
     </td></tr>}}
  
     <!-- Description/slogan -->
+
     <!-- Description/Slogan -->
     <div class="scheme-description">
+
     {{#if:{{{description|}}}|<tr><th style="background-color: #ddd;">Description</th></tr><!--
        ''{{{description|brief description or slogan of the scheme}}}''
+
    --><tr><td>{{{description}}}</td></tr>}}
    </div>
+
  
 
     <!-- Tags/Categories -->
 
     <!-- Tags/Categories -->
     <div class="scheme-tags">
+
     {{#if:{{{tags|}}}|<tr><th style="background-color: #ddd;">Tags</th></tr><!--
        '''Tags:''' {{{tags}}}
+
    --><tr><td>{{{tags}}}</td></tr>}}
    </div>
+
  
     <!-- Latest version -->
+
     <!-- Year of Release -->
     <div class="scheme-version">
+
     {{#if:{{{year|}}}|<tr><th style="background-color: #ddd;">Year of Release</th></tr><!--
        '''scheme version:''' {{{scheme version|latest version}}}
+
    --><tr><td>{{{year}}}</td></tr>}}
    </div>
+
  
     <!-- Créditos ao Autor -->
+
     <!-- Playing Time -->
     <div class="scheme-credits">
+
     {{#if:{{{time|}}}|<tr><th style="background-color: #ddd;">Playing Time</th></tr><!--
        '''Author:''' {{{author|Unknown}}}
+
    --><tr><td>{{{time}}}</td></tr>}}
     </div>
+
 
</div>
+
    <!-- Compatibility/Latest Version -->
 +
    {{#if:{{{compatibility|}}}|<tr><th style="background-color: #ddd;">Compatibility</th></tr><!--
 +
    --><tr><td>{{{compatibility}}}</td></tr>}}
 +
 
 +
    <!-- Credits to the Author -->
 +
    {{#if:{{{author|}}}|<tr><th style="background-color: #ddd;">Author</th></tr><!--
 +
     --><tr><td>{{{author}}}</td></tr>}}
 +
</table>
 +
</includeonly>
 +
 
 +
<noinclude>
 +
{{Scheme_info|name={{{name}}}|icon={{{icon}}}|iconsize={{{iconsize}}}|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 includes fields for the scheme's release year, playing time, and a customizable icon image size.
 +
 
 +
== Usage ==
 +
<nowiki>{{Scheme_info</nowiki><br/>
 +
|name=Name of the scheme ''(defaults to PAGENAME)''<br/>
 +
|icon=Name of the icon file, including extension (e.g., ExampleIcon.png)<br/>
 +
|iconsize=Size of the icon (default: 100px)<br/>
 +
|description=A brief description or slogan for the scheme<br/>
 +
|tags=[[Category:Custom Schemes]], [[Category:Fast Games]]<br/>
 +
|year=The year the scheme was released<br/>
 +
|time=Estimated playing time (e.g., 10-20 minutes)<br/>
 +
|compatibility=The latest compatible version (e.g., Worms Armageddon 3.8+)<br/>
 +
|author=Name of the scheme’s creator (defaults to Unknown)<br/>
 +
<nowiki>}}</nowiki>
 +
</noinclude>

Latest revision as of 00:47, 13 August 2024





This template is used to display information about schemes in Worms Armageddon. It includes fields for the scheme's release year, playing time, and a customizable icon image size.

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 (default: 100px)
|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)
}}

Personal tools