Template:Website infobox: Difference between revisions

From Destinypedia, the Destiny wiki

m (Text replacement - "{{!}} {{{image|}}}" to "{{!}} {{{image}}}")
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="infobox" style="width:250px; background:{{{BG|#f0f0f0}}}; border:1px solid #999; color:{{{color|inherit}}}" cellspacing="0"
{{Infobox|start}}
! class="infoboxheading" colspan="2" style="background:{{{nameBG|transparent}}}" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
{{Infobox|title|name={{{name|}}}}}
|-
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|bg=#888}}
{{#if:{{{image|}}}|
 
{{!}} class="infoboxmedia" colspan="2" style="background:{{{imageBG|transparent}}}" {{!}} {{{image}}} {{#if:{{{caption|}}}|{{clear}}{{{caption}}}}}
{{Infobox|entry|title=[[wikipedia:URL|URL]]|content={{{url|}}}}}
}}
{{Infobox|entry|title={{{commercial-title|Commercial?}}}|content={{{commercial|}}}}}
|-
{{Infobox|entry|title={{{type-title|Type of site}}}|content={{{type|}}}}}
{{#if:{{{url|}}}|
{{Infobox|entry|title={{{register-title|Registration}}}|content={{{register|}}}}}
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{host-title|Domain host}}}|content={{{host|}}}}}
[[wikipedia:URL|URL]]:
{{Infobox|entry|title={{{creator-title|Created by}}}|content={{{creator|}}}}}
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{created-title|Launched}}}|content={{{created|}}}}}
{{{url}}}
{{Infobox|entry|title={{{status-title|Status}}}|content={{{status|}}}}}
{{!}}-}}
 
{{#if:{{{commercial|}}}|
{{Infobox|end}}<noinclude>{{clear}}
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Commercial?:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{commercial}}}
{{!}}-}}
{{#if:{{{type|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Type of site:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{type}}}
{{!}}-}}
{{#if:{{{register|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Registration:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{register}}}
{{!}}-}}
{{#if:{{{host|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Domain host:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{host}}}
{{!}}-}}
{{#if:{{{creator|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Created by:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{creator}}}
{{!}}-}}
{{#if:{{{created|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Launched:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{created}}}
{{!}}-}}
{{#if:{{{status|}}}|
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
Status:
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{{status}}}
{{!}}-}}
| class="infoboxfooter" colspan="2" | &nbsp;
|}<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:
Line 62: Line 18:
<pre>
<pre>
{{Website infobox
{{Website infobox
|image=  
|name=
|url=  
|image=
|commercial=  
|url=
|type=  
|commercial=
|register=  
|type=
|host=  
|register=
|creator=  
|host=
|creator=
|created=
|created=
|status=
|status=
}}
}}
</pre>
;Custom parameters
<pre>
|id=
|color=
|BG=
|nameBG=
|imageBG=
|fieldBG=
|lineBG=
</pre>
</pre>


[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 09:59, June 14, 2024

Website infobox
 

Usage instructions

Paste the following code into the top of an article, filling all known fields:

{{Website infobox
|name=
|image=
|url=
|commercial=
|type=
|register=
|host=
|creator=
|created=
|status=
}}