Difference between revisions of "Template:Website"
From Worms Knowledge Base
Explorer09 (Talk | contribs) m |
Explorer09 (Talk | contribs) m (defaults screen size to 200px) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly><table class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;"><!-- | + | <includeonly><!-- |
− | + | --><table class="infobox" cellspacing="2" style="width: 21em; font-size: 90%; text-align: left;"><!-- | |
+ | --TITLE-- | ||
--><tr><th colspan="2" style="font-size: larger; text-align: center">{{{name|{{PAGENAME}}}}}</th></tr><!-- | --><tr><th colspan="2" style="font-size: larger; text-align: center">{{{name|{{PAGENAME}}}}}</th></tr><!-- | ||
− | + | --SCREENSHOT-- | |
− | -->{{#if:{{{screenshot|{{{1|}}}}}}|<tr><td colspan="2" style="text-align: center;">[[Image:{{{screenshot|{{{1}}}}}}|{{{screensize| | + | -->{{#if:{{{screenshot|{{{1|}}}}}}|<tr><td colspan="2" style="text-align: center;">[[Image:{{{screenshot|{{{1}}}}}}|{{{screensize|200px}}}|{{{caption|{{{name|{{PAGENAME}}}}} screenshot}}}]]{{#if:{{{caption|}}}|<br/>{{{caption}}}}}</td></tr>}}<!-- |
− | + | --LABELS-- | |
-->{{#if:{{{creator|{{{2|}}}}}}|<tr><th style="font-weight: normal;">Creator:</th> | -->{{#if:{{{creator|{{{2|}}}}}}|<tr><th style="font-weight: normal;">Creator:</th> | ||
<td>{{{creator|{{{2}}}}}}</td></tr>}}<!-- | <td>{{{creator|{{{2}}}}}}</td></tr>}}<!-- | ||
-->{{#if:{{{date|{{{3|}}}}}}|<tr><th style="font-weight: normal;">Creation date:</th> | -->{{#if:{{{date|{{{3|}}}}}}|<tr><th style="font-weight: normal;">Creation date:</th> | ||
<td>{{{date|{{{3}}}}}}</td></tr>}}<!-- | <td>{{{date|{{{3}}}}}}</td></tr>}}<!-- | ||
+ | -->{{#if:{{{launch|}}}|<tr><th style="font-weight: normal;">Date of launch:</th> | ||
+ | <td>{{{launch}}}</td></tr>}}<!-- | ||
-->{{#if:{{{label1|}}}|<tr><th style="font-weight: normal;">{{{label1}}}:</th> | -->{{#if:{{{label1|}}}|<tr><th style="font-weight: normal;">{{{label1}}}:</th> | ||
<td>{{{data1}}}</td></tr>}}<!-- | <td>{{{data1}}}</td></tr>}}<!-- | ||
-->{{#if:{{{link|{{{4|}}}}}}|<tr><th style="font-weight: bold;">Link:</th> | -->{{#if:{{{link|{{{4|}}}}}}|<tr><th style="font-weight: bold;">Link:</th> | ||
<td style="font-weight: bold;">{{{link|{{{4}}}}}}</td></tr>}}<!-- | <td style="font-weight: bold;">{{{link|{{{4}}}}}}</td></tr>}}<!-- | ||
− | + | --END-- | |
− | --></table></includeonly><noinclude> | + | --></table></includeonly><noinclude> |
− | + | {{Website|Insert-screenshot-here.png|''{{{2}}}''|''{{{3}}}''|''{{{4}}}'' | |
− | + | ||
− | |''{{{3}}}'' | + | |
− | |''{{{4}}}'' | + | |
|caption={{{caption}}} | |caption={{{caption}}} | ||
|name={{{name}}} | |name={{{name}}} | ||
+ | |launch=''{{{launch}}}'' | ||
|label1=''{{{label1}}}'' | |label1=''{{{label1}}}'' | ||
|data1=''{{{data1}}}''}} | |data1=''{{{data1}}}''}} | ||
Line 30: | Line 31: | ||
<nowiki>{{</nowiki>Website<br/> | <nowiki>{{</nowiki>Website<br/> | ||
| name = ''name of the website (default: <nowiki>{{PAGENAME}}</nowiki>)'' | | name = ''name of the website (default: <nowiki>{{PAGENAME}}</nowiki>)'' | ||
− | + | ||
| screenshot (1) = ''file.png''<br/> | | screenshot (1) = ''file.png''<br/> | ||
− | | screensize = ''size of the screenshot (default: | + | | screensize = ''size of the screenshot (default: 200px width)''<br/> |
| caption = ''caption text of the screenshot (default: "{{{name}}} screenshot")'' | | caption = ''caption text of the screenshot (default: "{{{name}}} screenshot")'' | ||
− | + | ||
| creator (2) = ''website maker/creator''<br/> | | creator (2) = ''website maker/creator''<br/> | ||
| date (3) = ''creation date''<br/> | | date (3) = ''creation date''<br/> | ||
+ | | launch = ''date of launch (as a substitute for {{{date}}})''<br/> | ||
| link (4) = ''URL (like http://example.com/)'' <br/> | | link (4) = ''URL (like http://example.com/)'' <br/> | ||
| label1 = ''custom label (without the colon)''<br/> | | label1 = ''custom label (without the colon)''<br/> | ||
Line 44: | Line 46: | ||
OR | OR | ||
− | <nowiki>{{Website</nowiki> | screenshot | creator | date | link<nowiki>}}</nowiki> | + | <nowiki>{{Website</nowiki>|screenshot|creator|date|link<nowiki>}}</nowiki> |
===Note=== | ===Note=== | ||
If a parameter is not used, the table row for it will not be included. | If a parameter is not used, the table row for it will not be included. | ||
</noinclude> | </noinclude> |
Latest revision as of 16:04, 22 July 2010
{{{name}}} | |
---|---|
{{{caption}}} | |
Creator: | {{{2}}} |
Creation date: | {{{3}}} |
Date of launch: | {{{launch}}} |
{{{label1}}}: | {{{data1}}} |
Link: | {{{4}}} |
An infobox for websites.
Usage
{{Website
| name = name of the website (default: {{PAGENAME}})
| screenshot (1) = file.png
| screensize = size of the screenshot (default: 200px width)
| caption = caption text of the screenshot (default: "{{{name}}} screenshot")
| creator (2) = website maker/creator
| date (3) = creation date
| launch = date of launch (as a substitute for {{{date}}})
| link (4) = URL (like http://example.com/)
| label1 = custom label (without the colon)
| data1 = custom data (displayed after label1)
}}
OR
{{Website|screenshot|creator|date|link}}
Note
If a parameter is not used, the table row for it will not be included.