Template:Website infobox: Difference between revisions

From Destinypedia, the Destiny wiki

m (Text replacement - "{{#if:{{{image\|}}}\|↵{{!}} class="infoboxmedia" colspan="2" style="background:([^\n;"]+)" {{!}} {{{image}}} {{#if:{{{caption\|}}}\|{{clear}}{{{caption}}}}}↵}}↵\|-" to "{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}")
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox|start}}
{{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}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
 
{{#if:{{{url|}}}|
{{Infobox|entry|title=[[wikipedia:URL|URL]]|content={{{url|}}}}}
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{commercial-title|Commercial?}}}|content={{{commercial|}}}}}
[[wikipedia:URL|URL]]:
{{Infobox|entry|title={{{type-title|Type of site}}}|content={{{type|}}}}}
{{!}} class="infoboxcell" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
{{Infobox|entry|title={{{register-title|Registration}}}|content={{{register|}}}}}
{{{url}}}
{{Infobox|entry|title={{{host-title|Domain host}}}|content={{{host|}}}}}
}}
{{Infobox|entry|title={{{creator-title|Created by}}}|content={{{creator|}}}}}
|-
{{Infobox|entry|title={{{created-title|Launched}}}|content={{{created|}}}}}
{{#if:{{{commercial|}}}|
{{Infobox|entry|title={{{status-title|Status}}}|content={{{status|}}}}}
{{!}} class="infoboxlabel" style="background:{{{fieldBG|#f0f0f0}}}; border-color:{{{lineBG|#999}}}" {{!}}
 
Commercial?:
{{Infobox|end}}<noinclude>{{clear}}
{{!}} 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 67: 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=
}}