Jump to content
WikiGence Logo

Template:Infobox website: Difference between revisions

From WikiGence
Created page with "{{Infobox | name = {{{name|}}} | logo = {{{logo|}}} | logo_size = {{{logo_size|100px}}} | screenshot = {{{screenshot|}}} | caption = {{{caption|}}} | url = {{{url|}}} | commercial = {{{commercial|Yes/No}}} | type = {{{type|}}} | registration = {{{registration|}}} | language = {{{language|}}} | owner = {{{owner|}}} | author = {{{author|}}} | editor..."
Tags: Mobile edit Mobile web edit
 
m Protected "Template:Infobox website" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
Tags: Mobile edit Mobile web edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
<table class="infobox" style="width: 300px; font-size: 90%; text-align: left; border: 1px solid #aaa; background-color: #f9f9f9;">
| name              = {{{name|}}}
  <caption style="font-size: 120%; font-weight: bold; background-color: #ccc; padding: 5px;">{{{name}}}</caption>
| logo              = {{{logo|}}}
  <tr>
| logo_size        = {{{logo_size|100px}}}
    <td colspan="2" style="text-align:center;">
| screenshot        = {{{screenshot|}}}
      [[File:{{{logo|}}}|center|150px]]
| caption          = {{{caption|}}}
    </td>
| url              = {{{url|}}}
  </tr>
| commercial        = {{{commercial|Yes/No}}}
  <tr>
| type              = {{{type|}}}
    <th>URL</th>
| registration      = {{{registration|}}}
    <td>[{{{url}}} {{{url}}}]</td>
| language          = {{{language|}}}
  </tr>
| owner            = {{{owner|}}}
  <tr>
| author            = {{{author|}}}
    <th>Commercial</th>
| editor            = {{{editor|}}}
    <td>{{{commercial}}}</td>
| launched          = {{{launched|}}}
  </tr>
| revenue          = {{{revenue|}}}
  <tr>
| users            = {{{users|}}}
    <th>Type</th>
| current_status    = {{{current_status|}}}
    <td>{{{type}}}</td>
| programming_language = {{{programming_language|}}}
  </tr>
| license          = {{{license|}}}
  <tr>
| alexa            = {{{alexa|}}}
    <th>Registration</th>
| footnotes        = {{{footnotes|}}}
    <td>{{{registration}}}</td>
}}
  </tr>
  <tr>
    <th>Language(s)</th>
    <td>{{{language}}}</td>
  </tr>
  <tr>
    <th>Owner</th>
    <td>{{{owner}}}</td>
  </tr>
  <tr>
    <th>Author</th>
    <td>{{{author}}}</td>
  </tr>
  <tr>
    <th>Editor</th>
    <td>{{{editor}}}</td>
  </tr>
  <tr>
    <th>Launched</th>
    <td>{{{launched}}}</td>
  </tr>
  <tr>
    <th>Revenue</th>
    <td>{{{revenue}}}</td>
  </tr>
  <tr>
    <th>Users</th>
    <td>{{{users}}}</td>
  </tr>
  <tr>
    <th>Status</th>
    <td>{{{status}}}</td>
  </tr>
  <tr>
    <th>Programming language</th>
    <td>{{{programming_language}}}</td>
  </tr>
  <tr>
    <th>License</th>
    <td>{{{license}}}</td>
  </tr>
  <tr>
    <th>Footnotes</th>
    <td>{{{footnotes}}}</td>
  </tr>
</table>

Latest revision as of 10:03, 18 April 2025

{{{name}}}
     [[File:|center|150px]]
URL [{{{url}}} {{{url}}}]
Commercial {{{commercial}}}
Type {{{type}}}
Registration {{{registration}}}
Language(s) {{{language}}}
Owner {{{owner}}}
Author {{{author}}}
Editor {{{editor}}}
Launched {{{launched}}}
Revenue {{{revenue}}}
Users {{{users}}}
Status {{{status}}}
Programming language {{{programming_language}}}
License {{{license}}}
Footnotes {{{footnotes}}}