Difference between revisions of "Template:Infobox Website"

From LGPedia
Jump to: navigation, search
m
(kVsKfNTSuY)
Line 1: Line 1:
{| 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"
+
Now I feel stupid. That's celared it up for me
|+ style="font-size:125%;"{{!}}'''{{{name}}}'''
+
|-
+
{{#if:{{{logo|}}}|
+
{{!}}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>
+
{{+}} |}} |}}
+
!URL
+
|{{{url}}}{{#if:{{{slogan|}}}| <br>
+
{{!}}- valign="top"
+
!Slogan
+
{{!}}{{{slogan}}} |}}{{#if:{{{affiliation|}}}| <br>
+
{{!}}- valign="top"
+
!Affiliation
+
{{!}}{{{affiliation}}} |}}{{#if:{{{type|}}}| <br>
+
{{!}}- valign="top"
+
!Type
+
{{!}}{{{type}}} |}}{{#if:{{{launch date|}}}| <br>
+
{{!}}- valign="top"
+
!Launched
+
{{!}}{{{launch date}}} |}}{{#if:{{{current status|}}}| <br>
+
{{!}}- valign="top"
+
!Current Status
+
{{!}}{{{current status}}} |}}
+
|}
+
<noinclude>
+
== Usage ==
+
This template should be included on every page that describes an external site.
+
{| style="border: none; background: none;"
+
|<pre>
+
{{Infobox Website
+
| name          =
+
| url            =
+
 
+
<!-- Optional Fields -->
+
| logo          =
+
| screenshot    =
+
| caption        =
+
| slogan        =
+
| affiliation    =
+
| type          =
+
| launch date    =
+
| current status =
+
}}
+
</pre>
+
|}
+
[[Category:Templates|{{PAGENAME}}]]</noinclude>
+

Revision as of 09:10, 4 June 2011

Now I feel stupid. That's celared it up for me