Difference between revisions of "Template:Infobox Website"

From LGPedia
Jump to: navigation, search
m
(Undo revision 170240 by 69.170.131.34 (Talk))
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" align="right" style="border:#000 1px solid;margin-left:2em;margin-bottom:2em;width: 21em; text-align: left; font-size: 90%; background-color:#fff;" cellspacing="2"
+
{| align="right" style="border:#aaa 1px solid;margin-left:2em;margin-bottom:2em;width: 21em; text-align: left; font-size: 90%;background-color: #fff; position: relative; top: 0px; left: 0px; z-index: 10;" cellspacing="2"
! colspan="2" style="text-align:center; font-size:125%;" | {{{name}}}
+
|+ style="font-size:125%;"{{!}}'''{{{name}}}'''
 
|-
 
|-
 
{{#if:{{{logo|}}}|
 
{{#if:{{{logo|}}}|
{{!}} colspan="2" style="text-align:center;" {{!}} [[Image:{{{logo}}}|220px| ]]
+
{{!}}colspan="2" style="text-align:center;"{{!}}{{{logo}}}
{{!}}-
+
{{+}} |}}{{#if:{{{screenshot|}}}| <br>
}}
+
{{!}}colspan="2" style="text-align:center;"{{!}}[[Image:{{{screenshot}}}|220px]]{{#if:{{{caption|}}}|<br /><span style="font-size:smaller;">{{{caption}}}</span>
{{#if:{{{screenshot|}}}|
+
{{+}} |}} |}}
{{!}} colspan="2" style="text-align:center; border:0px solid #aaaaaa" {{!}} [[Image:{{{screenshot}}}|220px| ]]{{#if:{{{caption|}}}|<br /><span style="font-size:smaller;">{{{caption}}}</span>}}
+
!URL
{{!}}-
+
|{{{url}}}{{#if:{{{slogan|}}}| <br>
}}
+
{{!}}- valign="top"
! [[Uniform Resource Locator|URL]]
+
!Slogan
| {{{url}}}
+
{{!}}{{{slogan}}} |}}{{#if:{{{affiliation|}}}| <br>
|-
+
{{!}}- valign="top"
{{#if:{{{slogan|}}}|
+
!Affiliation
! [[Slogan]]
+
{{!}}{{{affiliation}}} |}}{{#if:{{{type|}}}| <br>
{{!}} {{{slogan}}}
+
{{!}}- valign="top"
{{!}}-
+
!Type
}}
+
{{!}}{{{type}}} |}}{{#if:{{{launch date|}}}| <br>
{{#if:{{{commercial|}}}|
+
{{!}}- valign="top"
! Commercial?
+
!Launched
{{!}} {{{commercial}}}
+
{{!}}{{{launch date}}} |}}{{#if:{{{current status|}}}| <br>
{{!}}-
+
{{!}}- valign="top"
}}
+
!Current Status
{{#if:{{{affiliation|}}}|
+
{{!}}{{{current status}}} |}}
! Affiliation
+
{{!}} {{{affiliation}}}
+
{{!}}-
+
}}
+
{{#if:{{{launch date|}}}|
+
! Launched
+
{{!}} {{{launch date}}}
+
{{!}}-
+
}}
+
{{#if:{{{current status|}}}|
+
! Current status
+
{{!}} {{{current status}}}
+
{{!}}-
+
}}
+
 
|}
 
|}
 
<noinclude>
 
<noinclude>
Line 53: Line 39:
 
| caption        =  
 
| caption        =  
 
| slogan        =  
 
| slogan        =  
| commercial    =
 
 
| affiliation    =  
 
| affiliation    =  
 +
| type          =
 
| launch date    =  
 
| launch date    =  
 
| current status =  
 
| current status =  
Line 60: Line 46:
 
</pre>
 
</pre>
 
|}
 
|}
[[Category:Templates]]</noinclude>
+
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 00:56, 5 June 2011

{{{name}}}
URL {{{url}}}

Usage

This template should be included on every page that describes an external site.

{{Infobox Website
| name           = 
| url            = 

<!-- Optional Fields -->
| logo           = 
| screenshot     = 
| caption        = 
| slogan         = 
| affiliation    = 
| type           = 
| launch date    = 
| current status = 
}}