Template:Infobox website: Difference between revisions

Shovon (talk | contribs)
No edit summary
Shovon (talk | contribs)
m Protected "Template:Infobox website" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>
<infobox>
{| class="infobox" style="width: 22em; font-size: 90%; float: right; margin: 0 0 1em 1em; border: 1px solid #aaa; background: #fff;"
    <title source="name"><default>{{PAGENAME}}</default></title>
|-
    <image source="logo">
! colspan="2" style="text-align:center; font-size:125%; font-weight:bold; background:#f2f2f2; padding: 8px;" | {{{name|}}}
        <caption source="caption">
|-
            <default>{{{name}}} logo</default>
| colspan="2" style="text-align:center; padding:0.5em 0;"
        </caption>
| [[File:{{{logo|}}}|150px|alt={{{name|}}} logo]]
    </image>
|-
    <data source="url"><label>Website</label></data>
! style="width:35%; padding: 4px;" | Website
    <data source="type"><label>Type</label></data>
| style="padding: 4px;" | [{{{url|}}} {{{url|}}}]
    <data source="owner"><label>Owner</label></data>
|-
    <data source="founder"><label>Founder</label></data>
! style="padding: 4px;" | Type
    <data source="launched"><label>Launched</label></data>
| style="padding: 4px;" | {{{type|}}}
    <data source="registration"><label>Registration</label></data>
|-
    <data source="language"><label>Language</label></data>
! style="padding: 4px;" | Owner
    <data source="commercial"><label>Commercial</label></data>
| style="padding: 4px;" | {{{owner|}}}
    <data source="current_status"><label>Status</label></data>
|-
</infobox>
! style="padding: 4px;" | Founder
| style="padding: 4px;" | {{{founder|}}}
|-
! style="padding: 4px;" | Launched
| style="padding: 4px;" | {{{launched|}}}
|-
! style="padding: 4px;" | Registration
| style="padding: 4px;" | {{{registration|}}}
|-
! style="padding: 4px;" | Language
| style="padding: 4px;" | {{{language|}}}
|-
! style="padding: 4px;" | Commercial
| style="padding: 4px;" | {{{commercial|}}}
|-
! style="padding: 4px;" | Status
| style="padding: 4px;" | {{{current_status|}}}
|}
</onlyinclude>


<noinclude>
<noinclude>{{Documentation}}</noinclude>
== Usage ==
Use the following code on any wiki page to insert the infobox:
 
<pre>
{{Infobox website
| name          = FoundersWiki
| logo          = FoundersWiki-logo.png
| url            = https://founderswiki.com/
| type          = Online encyclopedia
| owner          = Shovon Ahmed
| founder        = Shovon Ahmed
| launched      = July 30, 2025
| registration  = Optional (required for editing)
| language      = English
| commercial    = Yes
| current_status = Active
}}
</pre>
 
[[Category:Infobox templates|Website]]
</noinclude>