Difference between revisions of "Template:Website"
From Worms Knowledge Base
Explorer09 (Talk | contribs) m |
Explorer09 (Talk | contribs) (add new parameter: "caption") |
||
Line 1: | Line 1: | ||
− | <includeonly><table class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;"><tr><th colspan="2" style="font-size: larger; text-align: center">{{{name|{{PAGENAME}}}}}</th>{{#if:{{{screenshot|{{{1|}}}}}}|<tr><td colspan="2" style="text-align: center;">[[Image:{{{screenshot|{{{1}}}}}}|{{{screensize|250px}}}|{{{name|{{PAGENAME}}}}} screenshot]]</td></tr>}}{{#if:{{{creator|{{{2|}}}}}}|<tr><td>Creator:</td><td>{{{creator|{{{2}}}}}}</td></tr>}}{{#if:{{{date|{{{3|}}}}}}|<tr><td>Creation date:</td><td>{{{date|{{{3}}}}}}</td></tr>}}{{#if:{{{forum|}}}|<tr><td>Forum package:</td><td>{{{forum}}}</td></tr>}}{{#if:{{{link|{{{4|}}}}}}|<tr><th>Link:</th><th>{{{link|{{{4}}}}}}</th></tr>}}</table></includeonly><noinclude>{{Website|Insert-screenshot-here.png|''{{{2}}}''|''{{{3}}}''|''{{{4}}}''|name=<nowiki>{{PAGENAME}}</nowiki>|forum=''{{{forum}}}''}} | + | <includeonly><table class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;"><tr><th colspan="2" style="font-size: larger; text-align: center">{{{name|{{PAGENAME}}}}}</th>{{#if:{{{screenshot|{{{1|}}}}}}|<tr><td colspan="2" style="text-align: center;">[[Image:{{{screenshot|{{{1}}}}}}|{{{screensize|250px}}}|{{{caption|{{{name|{{PAGENAME}}}}} screenshot}}}]]</td></tr>}}{{#if:{{{creator|{{{2|}}}}}}|<tr><td>Creator:</td><td>{{{creator|{{{2}}}}}}</td></tr>}}{{#if:{{{date|{{{3|}}}}}}|<tr><td>Creation date:</td><td>{{{date|{{{3}}}}}}</td></tr>}}{{#if:{{{forum|}}}|<tr><td>Forum package:</td><td>{{{forum}}}</td></tr>}}{{#if:{{{link|{{{4|}}}}}}|<tr><th>Link:</th><th>{{{link|{{{4}}}}}}</th></tr>}}</table></includeonly><noinclude>{{Website|Insert-screenshot-here.png|''{{{2}}}''|''{{{3}}}''|''{{{4}}}''|name=<nowiki>{{PAGENAME}}</nowiki>|forum=''{{{forum}}}''}} |
An infobox for websites. | An infobox for websites. | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
Line 7: | Line 7: | ||
| screenshot (1) = ''file.png''<br/> | | screenshot (1) = ''file.png''<br/> | ||
| screensize = ''size of the screenshot (default: 250px width)''<br/> | | screensize = ''size of the screenshot (default: 250px width)''<br/> | ||
+ | | caption = ''caption text of the screenshot'' | ||
| creator (2) = ''website maker/creator''<br/> | | creator (2) = ''website maker/creator''<br/> | ||
| date (3) = ''creation date''<br/> | | date (3) = ''creation date''<br/> |
Revision as of 16:34, 25 August 2009
{{PAGENAME}} | |
---|---|
Creator: | {{{2}}} |
Creation date: | {{{3}}} |
Link: | {{{4}}} |
An infobox for websites.
Usage
{{Website
| name = name of the website
| screenshot (1) = file.png
| screensize = size of the screenshot (default: 250px width)
| caption = caption text of the screenshot
| creator (2) = website maker/creator
| date (3) = creation date
| link (4) = URL (like http://example.com/)
| forum = forum package/engine
}}
OR
{{Website | screenshot | creator | date | link}}
- If a parameter is not used, the table row for it will not be included.