|
|
(49 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {| class="infobox" cellspacing="0" cellpadding="4" border="0" style="border-width: 0; width:250px; background:{{{BG|#F2F3F4}}}; border: 1px solid #999999; color:{{{color|inherit}}}" | | {{Infobox|start}} |
| |- | | {{Infobox|title|name={{{name|}}}}} |
| ! class="infoboxheading" colspan=2 style="background:{{{BG|transparent}}}; text-align:center; font-size:120%;" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
| | {{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|bg=#888}} |
| |-
| | |
| {{#if:{{{image|}}}| | | {{Infobox|entry|title=[[wikipedia:URL|URL]]|content={{{url|}}}}} |
| ! colspan=2 style="background:{{{imageBG|transparent}}}; text-align:center" {{!}} {{{image|}}} {{#if:{{{caption|}}}|<div style="clear:both">{{{caption}}}</div>}} {{#if:{{{caption|}}}|<div style="clear:both">{{{caption}}}</div>}}
| | {{Infobox|entry|title={{{commercial-title|Commercial?}}}|content={{{commercial|}}}}} |
| }}
| | {{Infobox|entry|title={{{type-title|Type of site}}}|content={{{type|}}}}} |
| |-
| | {{Infobox|entry|title={{{register-title|Registration}}}|content={{{register|}}}}} |
| {{#if:{{{url|}}}| | | {{Infobox|entry|title={{{host-title|Domain host}}}|content={{{host|}}}}} |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| | {{Infobox|entry|title={{{creator-title|Created by}}}|content={{{creator|}}}}} |
| '''[[wikipedia:URL|URL]]''':
| | {{Infobox|entry|title={{{created-title|Launched}}}|content={{{created|}}}}} |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| | {{Infobox|entry|title={{{status-title|Status}}}|content={{{status|}}}}} |
| {{{url|}}} | | |
| {{!}}-}}
| | {{Infobox|end}}<noinclude>{{clear}} |
| {{#if:{{{commercial|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| '''Commercial?''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| {{{commercial|}}} | |
| {{!}}-}}
| |
| {{#if:{{{type|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| '''Type of site''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| {{{type|}}} | |
| {{!}}-}}
| |
| {{#if:{{{register|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| '''Registration''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| {{{register|}}} | |
| {{!}}-}}
| |
| {{#if:{{{host|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| '''Domain host''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| {{{host|}}} | |
| {{!}}-}}
| |
| {{#if:{{{creator|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| '''Created by''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| {{{creator|}}} | |
| {{!}}-}}
| |
| {{#if:{{{created|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| '''Launched''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| {{{created|}}} | |
| {{!}}-}}
| |
| {{#if:{{{status|}}}| | |
| {{!}} class="infoboxlabel" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| '''Status''':
| |
| {{!}} class="infoboxcell" style="background:{{{sectionBG|#F2F3F4}}}; border-color:{{{lineBG|#000}}}" {{!}}
| |
| {{{status|}}} | |
| {{!}}-}}
| |
| | colspan=2 style="text-align:center; background:{{{BG|transparent}}}; padding:0; font-size:10px; line-height:10px" |
| |
| |}<noinclude>
| |
| {{Clear}}__NOTOC__ | |
| ==Usage instructions== | | ==Usage instructions== |
| Paste the following code into the top of an article, filling all known fields: | | Paste the following code into the top of an article, filling all known fields: |
|
| |
|
| <pre>{{Website infobox | | <pre> |
| |image= | | {{Website infobox |
| |url= | | |name= |
| |commercial= | | |image= |
| |type= | | |url= |
| |register= | | |commercial= |
| |host= | | |type= |
| |creator= | | |register= |
| | |host= |
| | |creator= |
| |created= | | |created= |
| |status= | | |status= |
| }}</pre> | | }} |
| | |
| ;Custom parameters
| |
| | |
| <pre>
| |
| |id=
| |
| |color=
| |
| |BG=
| |
| |sectionBG=
| |
| |lineBG=
| |
| </pre> | | </pre> |
|
| |
|
| [[Category:Infobox templates]]</noinclude> | | [[Category:Infobox templates]]</noinclude> |