Modèle:Infobox : Différence entre versions

De Free 4 Funs
Aller à : navigation, rechercher
(Page créée avec « {{Infobox | infobox_image = Nginx Logo | infobox_softversion = 1.2.1 | infobox_os = Debian 7 | infobox_website = [http://nginx.... »)
 
 
(2 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
{{Infobox
+
<table class="config_array" align="right" style="width:20em; font-size:90%; text-align:left; border: 1px #d0e7ff solid; margin-left:10px;">
| infobox_image      = [[Image:Nginx-logo.png|Nginx Logo]]
+
  <tr>
| infobox_softversion = 1.2.1
+
      <td class="config_subarray" colspan="2" style="text-align:center;">{{{infobox_image}}}</td>
| infobox_os          = Debian 7
+
  </tr><tr><td colspan="2" style="text-align:center;"><hr class="gradient" /></td></tr><tr>
| infobox_website    = [http://nginx.org/ Nginx Website]
+
      <th>Software version</th>
| infobox_others      =
+
      <td>{{{infobox_softversion}}}</td>
}}
+
  </tr><tr>
 +
      <th>Operating System</th>
 +
      <td>{{{infobox_os}}}</td>
 +
  </tr><tr>
 +
      <th>Website</th>
 +
      <td>{{{infobox_website}}}</td>
 +
  </tr><tr>
 +
      <th>Last Update</th>
 +
      <td>{{{infobox_update}}}</td>
 +
  </tr><tr>
 +
      <th>Others</th>
 +
      <td>{{{infobox_others}}}</td>
 +
  </tr>
 +
</table>

Version actuelle en date du 6 février 2015 à 22:35

{{{infobox_image}}}

Software version {{{infobox_softversion}}}
Operating System {{{infobox_os}}}
Website {{{infobox_website}}}
Last Update {{{infobox_update}}}
Others {{{infobox_others}}}