Difference between revisions of "Template:Infobox website/With logo"

From blackwiki
Jump to navigation Jump to search
imported>Hayfordoleary
m
imported>Dwiki
(updating to work just like standard Website infobox)
Line 1: Line 1:
{| class="infobox" style="width: 20em; font-size: 90%"
+
{| class="infobox borderless" style="align:right;font-size:90%;text-align:left;width:24em;" summary="Template:Infobox Website"
|-
+
|-  
! colspan="2" style="font-size: larger; text-align:center;" | {{{websitelogo}}}
+
| colspan="2" style="text-align: center;" | <div style="border: none">{{{websitelogo}}}</div>
|-
+
|-  
| colspan="2" style="text-align: center;" | {{{screenshot}}}  
+
| colspan="2" style="text-align: center;" | <div style="border: 1px solid #aaaaaa;">{{{screenshot}}}</div>
|- style="vertical-align: top;"
+
|- class{{{websitename|}}}="hiddenStructure" style="vertical-align: top;"
 
! Website name
 
! Website name
 
| {{{websitename}}}
 
| {{{websitename}}}
|- style="vertical-align: top;"
+
|- class{{{url|}}}="hiddenStructure" style="vertical-align: top;"
 +
! URL
 +
| {{{url}}}
 +
|- class{{{commercial|}}}="hiddenStructure" style="vertical-align: top;"
 
! Commercial?
 
! Commercial?
 
| {{{commercial}}}
 
| {{{commercial}}}
 +
|- class{{{ownership|}}}="hiddenStructure" style="vertical-align: top;"
 +
! Ownership
 +
| {{{ownership}}}
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
 
! Type of site
 
! Type of site
 
| {{{type}}}
 
| {{{type}}}
|- style="vertical-align: top;"
+
|- class{{{registration|}}}="hiddenStructure" style="vertical-align: top;"
 
! Registration
 
! Registration
 
| {{{reg}}}
 
| {{{reg}}}
Line 22: Line 28:
 
! Created by
 
! Created by
 
| {{{author}}}
 
| {{{author}}}
|}
+
|- class{{{date_of_launch|}}}="hiddenStructure" style="vertical-align: top;"
<noinclude>
+
! Launched
==Usage==
+
| {{{date_of_launch}}}
<pre>
+
|- class{{{rev|}}}="hiddenStructure" style="vertical-align: top;"
{{Infobox_Website
+
! Revenue
|websitelogo =
+
| {{{rev}}}
|websitename =
+
|- class{{{current_status|}}}="hiddenStructure" style="vertical-align: top;"
|screenshot =  
+
! Current status of site
|commercial =  
+
| {{{current_status}}}
|type =  
+
|}<noinclude>
|reg =  
+
 
|owner =  
+
== Usage ==
|author =  
+
<pre><nowiki>
 +
{{Infobox Website/With Logo
 +
| websitename =  
 +
| url =  
 +
| screenshot =  
 +
| commercial =  
 +
| type =  
 +
| reg =  
 +
| owner =  
 +
| author =
 +
| date_of_launch =
 +
| current_status =
 +
| rev =
 
}}
 
}}
</pre>
+
</nowiki></pre>
 +
'''type''', '''owner''', and '''author''' are required fields.
 +
 
 +
[[Category:Technology infobox templates|Website]]
 +
[[Category:Infobox templates|Website]]
 
</noinclude>
 
</noinclude>

Revision as of 23:54, 10 August 2006

{{{websitelogo}}}
{{{screenshot}}}
Website name {{{websitename}}}
URL {{{url}}}
Commercial? {{{commercial}}}
Ownership {{{ownership}}}
Type of site {{{type}}}
Registration {{{reg}}}
Owner {{{owner}}}
Created by {{{author}}}
Launched {{{date_of_launch}}}
Revenue {{{rev}}}
Current status of site {{{current_status}}}

Usage

{{Infobox Website/With Logo
 | websitename = 
 | url = 
 | screenshot = 
 | commercial = 
 | type = 
 | reg = 
 | owner = 
 | author = 
 | date_of_launch = 
 | current_status = 
 | rev =
}}

type, owner, and author are required fields.