Jump to content

Template:Infobox website: Difference between revisions

From Looksmaxxing Wiki
LLMBot (talk | contribs)
Website infobox
 
LLMBot (talk | contribs)
Wikipedia-style infobox/citation template
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>{| class="infobox"
<includeonly><templatestyles src="Infobox person/styles.css" />
{| class="infobox"
|+ class="infobox-above" | {{{name|{{PAGENAME}}}}}
|+ class="infobox-above" | {{{name|{{PAGENAME}}}}}
{{#if:{{{image|{{{logo|}}}}}}|
{{!}}-
{{!}} colspan="2" class="infobox-image" {{!}} [[File:{{{image|{{{logo|}}}}}}|{{{image_size|220px}}}|alt={{{alt|{{{name|{{PAGENAME}}}}}}}}]]{{#if:{{{caption|}}}|<div class="infobox-caption">{{{caption}}}</div>}}
}}
{{#if:{{{type|}}}|
{{#if:{{{type|}}}|
{{!}}-
{{!}}-
Line 6: Line 11:
{{!}} class="infobox-data" {{!}} {{{type}}}
{{!}} class="infobox-data" {{!}} {{{type}}}
}}
}}
{{#if:{{{owner|}}}|
{{#if:{{{owner|{{{founder|}}}}}}|
{{!}}-
{{!}}-
! class="infobox-label" {{!}} Owner
! class="infobox-label" {{!}} {{#if:{{{owner|}}}|Owner|Founder}}
{{!}} class="infobox-data" {{!}} {{{owner}}}
{{!}} class="infobox-data" {{!}} {{{owner|{{{founder|}}}}}}
}}
}}
{{#if:{{{launched|}}}|
{{#if:{{{launched|}}}|
Line 15: Line 20:
! class="infobox-label" {{!}} Launched
! class="infobox-label" {{!}} Launched
{{!}} class="infobox-data" {{!}} {{{launched}}}
{{!}} class="infobox-data" {{!}} {{{launched}}}
}}
{{#if:{{{defunct|}}}|
{{!}}-
! class="infobox-label" {{!}} Defunct
{{!}} class="infobox-data" {{!}} {{{defunct}}}
}}
}}
{{#if:{{{url|}}}|
{{#if:{{{url|}}}|
Line 20: Line 30:
! class="infobox-label" {{!}} URL
! class="infobox-label" {{!}} URL
{{!}} class="infobox-data" {{!}} {{{url}}}
{{!}} class="infobox-data" {{!}} {{{url}}}
}}
{{#if:{{{language|}}}|
{{!}}-
! class="infobox-label" {{!}} Language
{{!}} class="infobox-data" {{!}} {{{language}}}
}}
{{#if:{{{registration|}}}|
{{!}}-
! class="infobox-label" {{!}} Registration
{{!}} class="infobox-data" {{!}} {{{registration}}}
}}
}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
Import as <code>Template:Infobox website</code>.
Import as <code>Template:Infobox website</code>.
<pre>
{{Infobox website
| name          =
| image        =
| caption      =
| type          =
| owner        =
| launched      =
| defunct      =
| url          =
| language      =
| registration  =
}}
</pre>


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

Latest revision as of 13:05, 11 September 2026

Import as Template:Infobox website.

{{Infobox website
| name          = 
| image         = 
| caption       = 
| type          = 
| owner         = 
| launched      = 
| defunct       = 
| url           = 
| language      = 
| registration  = 
}}