<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.neuroglia.com.ar/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
	<title>Neuroglia Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.neuroglia.com.ar/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
	<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Special:Contributions/Admin"/>
	<updated>2026-06-13T17:10:23Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=CodingStyle&amp;diff=184</id>
		<title>CodingStyle</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=CodingStyle&amp;diff=184"/>
		<updated>2015-07-10T17:06:54Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Indentación ==&lt;br /&gt;
&lt;br /&gt;
   if ( condition ) &lt;br /&gt;
      { &lt;br /&gt;
      while ( condition ) &lt;br /&gt;
         { &lt;br /&gt;
         foo(); &lt;br /&gt;
         } &lt;br /&gt;
      }&lt;br /&gt;
&lt;br /&gt;
== Naming Convention / Convecion de Nombres ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! tipo&lt;br /&gt;
! Ejemplo&lt;br /&gt;
! Notas&lt;br /&gt;
|-&lt;br /&gt;
| Funciones&lt;br /&gt;
| '''lowerCamelCase'''&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Clases&lt;br /&gt;
| '''UpperCamelCase'''&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Metodos&lt;br /&gt;
| '''lowerCamelCase'''&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Variables de una palabra&lt;br /&gt;
| '''lower'''&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Variables de mas de una Palabra&lt;br /&gt;
| '''lower_variable'''&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Variables de cantidad&lt;br /&gt;
| '''qty_'''&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Loop indices&lt;br /&gt;
| &lt;br /&gt;
   for ( $i = 0; $i &amp;lt; 5; $i++ )&lt;br /&gt;
       { &lt;br /&gt;
       for ( $j = 0; $j &amp;lt; 4; $j++ ) &lt;br /&gt;
           { &lt;br /&gt;
           for ( $k = 0; $k &amp;lt; 3; $k++ ) &lt;br /&gt;
               { &lt;br /&gt;
               for ( $m = 0; $m &amp;lt; 2; $m++ ) &lt;br /&gt;
                   { &lt;br /&gt;
                   foo($i, $j, $k, $m); &lt;br /&gt;
                   } &lt;br /&gt;
               } &lt;br /&gt;
           }&lt;br /&gt;
        }&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SQL Simple Query&lt;br /&gt;
|&lt;br /&gt;
     $sql = &amp;quot;SELECT `id`, `name` FROM `people`&lt;br /&gt;
          . &amp;quot;WHERE `name`='Fred' OR `name`='Susan'&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
|-&lt;br /&gt;
| SQL Large Query&lt;br /&gt;
|&lt;br /&gt;
     $sql = &amp;quot;SELECT id, &lt;br /&gt;
                    name,&lt;br /&gt;
                    last_name,&lt;br /&gt;
                    code &lt;br /&gt;
             FROM people&lt;br /&gt;
             WHERE name ='Fred' &lt;br /&gt;
             OR    name ='Susan'&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Cluster&amp;diff=182</id>
		<title>Cluster</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Cluster&amp;diff=182"/>
		<updated>2015-07-10T17:06:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
clus•ter /ˈklʌstɚ/n. [countable]a number of things of the same kind, growing or held together;&lt;br /&gt;
 bunch:a cluster of flowers.a group of persons or things close together:That cluster of stars is held together by gravitation.&lt;br /&gt;
v. to form or gather in a cluster: [no object]The students clustered around the professor.[~ + object]The students were clustered around the professor.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
WordReference Random House Learner's Dictionary of American English © 2015&lt;br /&gt;
&lt;br /&gt;
From Middle English cluster, from Old English cluster, clyster (“cluster, bunch, branch”), from Proto-Germanic *klus-, *klas- (“to clump, lump together”) + Proto-Germanic *-þrą (instrumental suffix), related to Low German Kluuster (“cluster”), Dutch dialectal klister (“cluster”), Swedish kluster (“cluster”), Icelandic klasi (“cluster; bunch of grapes”).&lt;br /&gt;
&lt;br /&gt;
[[Category:Def]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Chino&amp;diff=180</id>
		<title>Chino</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Chino&amp;diff=180"/>
		<updated>2015-07-10T17:06:52Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [[很 - hěn]]&lt;br /&gt;
* [[好 - hào]]&lt;br /&gt;
* [[累 - lèi]]&lt;br /&gt;
* [[干吗 - gàn mā]]&lt;br /&gt;
 &lt;br /&gt;
* 别客气 - bié kèqì De nada&lt;br /&gt;
* 不客气	- bù kè qì 1. descortés / mal educado / grosero / 2. de nada / no hay de qué&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Estados ===&lt;br /&gt;
* Aburrido / Entretenido&lt;br /&gt;
* Agradecido / Tranquilo&lt;br /&gt;
* Angustiado&lt;br /&gt;
* Avergonzado&lt;br /&gt;
* Cansado - [[ 累 – lèi]] / Descanzado&lt;br /&gt;
* Celoso&lt;br /&gt;
* Contento / Triste&lt;br /&gt;
* Dolorido&lt;br /&gt;
* Entusiasmado - Animado / Desanimado&lt;br /&gt;
* Envidioso&lt;br /&gt;
* Esperanzado / Desespenzando&lt;br /&gt;
* Exitado&lt;br /&gt;
* Fanatizado&lt;br /&gt;
* Frustrado &lt;br /&gt;
* Hambriento&lt;br /&gt;
* Histerico&lt;br /&gt;
* Horrorizado&lt;br /&gt;
* Humillado&lt;br /&gt;
* Indiferente&lt;br /&gt;
* Infeliz&lt;br /&gt;
* Inquieto&lt;br /&gt;
* Interezado&lt;br /&gt;
* Intrigado&lt;br /&gt;
* Iracundo&lt;br /&gt;
* Lloroso&lt;br /&gt;
* Lujurioso&lt;br /&gt;
* Molesto&lt;br /&gt;
* Nostalgico&lt;br /&gt;
* Ocupado - [[ 忙 - máng]]&lt;br /&gt;
* Optimista&lt;br /&gt;
* Paciente&lt;br /&gt;
* Pesimista&lt;br /&gt;
* Regocijado&lt;br /&gt;
* Rencentido&lt;br /&gt;
* Risueño&lt;br /&gt;
* Satisfecho&lt;br /&gt;
* Sediento&lt;br /&gt;
* Sereno&lt;br /&gt;
* Sorprendido&lt;br /&gt;
* Vacio&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=CIO&amp;diff=178</id>
		<title>CIO</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=CIO&amp;diff=178"/>
		<updated>2015-07-10T17:06:51Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Chief Information Officer (CIO) or Information Technology (IT) Director, is a job title commonly given to the most senior executive in an enterprise responsible for the information technology and computer systems that support enterprise goals. Generally, the CIO reports to the chief executive officer [[CEO]], chief operating officer [[COO]] or chief financial officer [[CFO]]. &lt;br /&gt;
&lt;br /&gt;
[[Category:Acronimos]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Botiquin&amp;diff=176</id>
		<title>Botiquin</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Botiquin&amp;diff=176"/>
		<updated>2015-07-10T17:06:50Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Funcion&lt;br /&gt;
! Nombre&lt;br /&gt;
! Droga&lt;br /&gt;
|-&lt;br /&gt;
| Antiespasmódico&lt;br /&gt;
| Sertal&lt;br /&gt;
| Propinoxato&lt;br /&gt;
|-&lt;br /&gt;
| Analgésico Antiespasmódico&lt;br /&gt;
| ESTREPTOCARBOCAFTIAZOL &lt;br /&gt;
| Carbón de café + Dihidroestreptomicina + Ftalilsulfatiazol + Menadiona + Simeticona &lt;br /&gt;
|-&lt;br /&gt;
| Analgésico . Antiinflamatorio&lt;br /&gt;
| Dioxaflex CB&lt;br /&gt;
| Diclofenac	&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| Iburpfeno&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| Paracetamol&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| Aspirinas&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| Antigripal&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| Dramamine&lt;br /&gt;
|&lt;br /&gt;
|- &lt;br /&gt;
| Antinauseoso . Antiemético . Propulsivo	&lt;br /&gt;
| Reliveran &lt;br /&gt;
| Metoclopramida&lt;br /&gt;
|- &lt;br /&gt;
| Antihistamínico . Antialérgico	&lt;br /&gt;
| Benadryl&lt;br /&gt;
| Loratadina&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Analgésico . Antiespasmódico | Apasmo | Dipirona + Camilofina |&lt;br /&gt;
Antidiarreico . Antiflatulento | ESTREPTOCARBOCAFTIAZOL | Carbón de café + Dihidroestreptomicina + Ftalilsulfatiazol + Menadiona + Simeticona &lt;br /&gt;
&lt;br /&gt;
Descongestionante nasalAntihistamínicoPrevención para mareosGotas oculares emolientes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Termomentro&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=El_Capital_en_el_Siglo_XXI_-_Thomas_Piketty&amp;diff=174</id>
		<title>El Capital en el Siglo XXI - Thomas Piketty</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=El_Capital_en_el_Siglo_XXI_-_Thomas_Piketty&amp;diff=174"/>
		<updated>2015-06-22T14:29:27Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;    ISBN:9789877190625    Ver tbm El Debate Piketty Sobre El Capital En El Siglo XXI   Kindle 14.49 Cuspide 395.00   Category:Libros&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ISBN:9789877190625&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Ver tbm [[El Debate Piketty Sobre El Capital En El Siglo XXI]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kindle 14.49&lt;br /&gt;
Cuspide 395.00&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Libros]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=MediaWiki:Sidebar&amp;diff=169</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=MediaWiki:Sidebar&amp;diff=169"/>
		<updated>2015-06-18T03:39:00Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|Inicio&lt;br /&gt;
* Content&lt;br /&gt;
** Special:Version|Version&lt;br /&gt;
** Special:AllPages|Paginas&lt;br /&gt;
** Special:Categories|Categorias&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** Special:LonelyPages|LonelyPages&lt;br /&gt;
** Special:WantedPages|WantedPages&lt;br /&gt;
** Special:UncategorizedPages|UncategorizedPages&lt;br /&gt;
** helppage|help&lt;br /&gt;
* Tools&lt;br /&gt;
** Special:Upload|Subir Archivo&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=MediaWiki:Sidebar&amp;diff=168</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=MediaWiki:Sidebar&amp;diff=168"/>
		<updated>2015-06-18T03:37:54Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|Inicio&lt;br /&gt;
* Content&lt;br /&gt;
** Special:Version|Version&lt;br /&gt;
** Special:AllPages|Paginas&lt;br /&gt;
** Special:Categories|Categorias&lt;br /&gt;
** Especial:Todas|TodasLasPaginas&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** Special:LonelyPages|LonelyPages&lt;br /&gt;
** Special:WantedPages|WantedPages&lt;br /&gt;
** Special:UncategorizedPages|UncategorizedPages&lt;br /&gt;
** helppage|help&lt;br /&gt;
* Tools&lt;br /&gt;
** Special:Upload|Subir Archivo&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=MediaWiki:Sidebar&amp;diff=167</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=MediaWiki:Sidebar&amp;diff=167"/>
		<updated>2015-06-18T03:36:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|Inicio&lt;br /&gt;
** Special:Version|Version&lt;br /&gt;
** Especial:Todas|TodasLasPaginas&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** Special:LonelyPages|LonelyPages&lt;br /&gt;
** Special:WantedPages|WantedPages&lt;br /&gt;
** Special:UncategorizedPages|UncategorizedPages&lt;br /&gt;
** helppage|help&lt;br /&gt;
* Tools&lt;br /&gt;
** Special:AllPages|Paginas&lt;br /&gt;
** Special:Categories|Categorias&lt;br /&gt;
** Special:Upload|Subir Archivo&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=166</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=166"/>
		<updated>2015-06-18T03:35:06Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
* [[Reinventing Organizations - Modelos de Management]]&lt;br /&gt;
* [[Reinventing Organizations]]&lt;br /&gt;
* [[MediaWiki:Sidebar]]&lt;br /&gt;
* [[Help]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Fin de Año en {{#widget:Iframe|url=http://free.timeanddate.com/countdown/i4m6elyd/n1959/cf12/cm0/cu4/ct0/cs0/ca0/co0/cr0/ss0/cac000/cpc000/pcddd/tcfff/fs100/szw320/szh135/iso2015-12-31T23:59:59|width=109|height=32|border=0}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Package Management]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How-To ==&lt;br /&gt;
* [[How-To: Obtener los datos de sar de dias previos]]&lt;br /&gt;
* [[How-To: Poner funcionamiento vmware perl SDK]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Videos Sueltos]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=165</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=165"/>
		<updated>2015-06-18T03:34:51Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
* [[Reinventing Organizations - Modelos de Management]]&lt;br /&gt;
* [[Reinventing Organizations]]&lt;br /&gt;
* [[MediaWiki:Sidebar]]&lt;br /&gt;
* [[Help]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#widget:Iframe|url=http://free.timeanddate.com/countdown/i4m6elyd/n1959/cf12/cm0/cu4/ct0/cs0/ca0/co0/cr0/ss0/cac000/cpc000/pcddd/tcfff/fs100/szw320/szh135/iso2015-12-31T23:59:59|width=109|height=32|border=0}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Package Management]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How-To ==&lt;br /&gt;
* [[How-To: Obtener los datos de sar de dias previos]]&lt;br /&gt;
* [[How-To: Poner funcionamiento vmware perl SDK]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Videos Sueltos]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=164</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=164"/>
		<updated>2015-06-18T03:34:00Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
* [[Reinventing Organizations - Modelos de Management]]&lt;br /&gt;
* [[Reinventing Organizations]]&lt;br /&gt;
* [[MediaWiki:Sidebar]]&lt;br /&gt;
* [[Help]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#widget:Iframe|url=http://free.timeanddate.com/countdown/i4m6elyd/n1959/cf12/cm0/cu4/ct0/cs0/ca0/co0/cr0/ss0/cac000/cpc000/pcddd/tcfff/fs100/szw320/szh135/iso2015-05-07T00:00:00|width=109|height=32|border=0}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Package Management]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How-To ==&lt;br /&gt;
* [[How-To: Obtener los datos de sar de dias previos]]&lt;br /&gt;
* [[How-To: Poner funcionamiento vmware perl SDK]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Videos Sueltos]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Help&amp;diff=163</id>
		<title>Help</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Help&amp;diff=163"/>
		<updated>2015-06-18T03:33:52Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====#ev - Classic Parser Tag====&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|dimensions}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|dimensions|alignment}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|dimensions|alignment|description}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|dimensions|alignment|description|container}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|dimensions|alignment|description|container|urlargs}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, if needed optional arguments may be left blank by not putting anything between the pipes:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|||description}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:PaginasAccesorias]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Special:Badtitle/NS274:Iframe&amp;diff=162</id>
		<title>Special:Badtitle/NS274:Iframe</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Special:Badtitle/NS274:Iframe&amp;diff=162"/>
		<updated>2015-06-18T03:33:36Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;&amp;lt;noinclude&amp;gt;__NOTOC__  This widget allows you to embed any web page on your wiki page using an iframe tag.  Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev S...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This widget allows you to embed any web page on your wiki page using an iframe tag.&lt;br /&gt;
&lt;br /&gt;
Created by [http://www.mediawikiwidgets.org/User:Sergey_Chernyshev Sergey Chernyshev]&lt;br /&gt;
&lt;br /&gt;
== Using this widget ==&lt;br /&gt;
&lt;br /&gt;
For information on how to use this widget, see [http://www.mediawikiwidgets.org/Iframe widget description page on MediaWikiWidgets.org].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;'''&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;This widget shouldn't be used on a publicly-editable wiki.&amp;lt;/font&amp;gt;'''&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While the url is validated to be a valid url, there is no way the widget can check the contents of the page that is included. When enabling this widget, you allow any user that can edit to include any page, including malicious pages (containing trojans, backdoors, viruses etc), pages that brake out of the iframe and pages that look like your site, but actually is a copy used for phishing.&lt;br /&gt;
&lt;br /&gt;
== Copy to your site ==&lt;br /&gt;
&lt;br /&gt;
To use this widget on your site, just install [http://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as '''{{FULLPAGENAME}}''' article.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&amp;lt;iframe src=&amp;quot;&amp;lt;!--{$url|validate:url}--&amp;gt;&amp;quot; frameborder=&amp;quot;&amp;lt;!--{$border|validate:int|default:0}--&amp;gt;&amp;quot; width=&amp;quot;&amp;lt;!--{$width|escape:html|default:400}--&amp;gt;&amp;quot; height=&amp;quot;&amp;lt;!--{$height|escape:html|default:300}--&amp;gt;&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Help&amp;diff=161</id>
		<title>Help</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Help&amp;diff=161"/>
		<updated>2015-06-18T03:30:24Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====#ev - Classic Parser Tag====&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|dimensions}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|dimensions|alignment}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|dimensions|alignment|description}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|dimensions|alignment|description|container}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|dimensions|alignment|description|container|urlargs}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, if needed optional arguments may be left blank by not putting anything between the pipes:&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#ev:service|id|||description}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#widget:Iframe|url=http://free.timeanddate.com/countdown/i4m6elyd/n1959/cf12/cm0/cu4/ct0/cs0/ca0/co0/cr0/ss0/cac000/cpc000/pcddd/tcfff/fs100/szw320/szh135/iso2015-05-07T00:00:00|width=109|height=32|border=0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:PaginasAccesorias]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=160</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=160"/>
		<updated>2015-06-18T03:30:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
* [[Reinventing Organizations - Modelos de Management]]&lt;br /&gt;
* [[Reinventing Organizations]]&lt;br /&gt;
* [[MediaWiki:Sidebar]]&lt;br /&gt;
* [[Help]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Package Management]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How-To ==&lt;br /&gt;
* [[How-To: Obtener los datos de sar de dias previos]]&lt;br /&gt;
* [[How-To: Poner funcionamiento vmware perl SDK]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Videos Sueltos]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=159</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=159"/>
		<updated>2015-06-18T03:20:40Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
* [[Reinventing Organizations - Modelos de Management]]&lt;br /&gt;
* [[Reinventing Organizations]]&lt;br /&gt;
* [[MediaWiki:Sidebar]]&lt;br /&gt;
* [[Help]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#widget:Iframe|url=http://free.timeanddate.com/countdown/i4m6elyd/n1959/cf12/cm0/cu4/ct0/cs0/ca0/co0/cr0/ss0/cac000/cpc000/pcddd/tcfff/fs100/szw320/szh135/iso2015-05-07T00:00:00|width=109|height=32|border=0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Package Management]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How-To ==&lt;br /&gt;
* [[How-To: Obtener los datos de sar de dias previos]]&lt;br /&gt;
* [[How-To: Poner funcionamiento vmware perl SDK]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Videos Sueltos]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=158</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=158"/>
		<updated>2015-06-18T03:20:32Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
* [[Reinventing Organizations - Modelos de Management]]&lt;br /&gt;
* [[Reinventing Organizations]]&lt;br /&gt;
* [[MediaWiki:Sidebar]]&lt;br /&gt;
* [[Help]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Package Management]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How-To ==&lt;br /&gt;
* [[How-To: Obtener los datos de sar de dias previos]]&lt;br /&gt;
* [[How-To: Poner funcionamiento vmware perl SDK]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Videos Sueltos]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=157</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=157"/>
		<updated>2015-06-18T03:04:30Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
* [[Reinventing Organizations - Modelos de Management]]&lt;br /&gt;
* [[Reinventing Organizations]]&lt;br /&gt;
* [[MediaWiki:Sidebar]]&lt;br /&gt;
* [[Help]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{#widget:Iframe|url=http://free.timeanddate.com/countdown/i4m6elyd/n1959/cf12/cm0/cu4/ct0/cs0/ca0/co0/cr0/ss0/cac000/cpc000/pcddd/tcfff/fs100/szw320/szh135/iso2015-05-07T00:00:00|width=109|height=32|border=0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Package Management]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How-To ==&lt;br /&gt;
* [[How-To: Obtener los datos de sar de dias previos]]&lt;br /&gt;
* [[How-To: Poner funcionamiento vmware perl SDK]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Videos Sueltos]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=156</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=156"/>
		<updated>2015-06-18T03:02:39Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
* [[Reinventing Organizations - Modelos de Management]]&lt;br /&gt;
* [[Reinventing Organizations]]&lt;br /&gt;
* [[MediaWiki:Sidebar]]&lt;br /&gt;
* [[Help]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{#widget:Iframe|url=http://www.netcraft.com.ar|width=109|height=32|border=0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Package Management]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How-To ==&lt;br /&gt;
* [[How-To: Obtener los datos de sar de dias previos]]&lt;br /&gt;
* [[How-To: Poner funcionamiento vmware perl SDK]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Videos Sueltos]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=155</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Main_Page&amp;diff=155"/>
		<updated>2015-06-18T02:58:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Neuroglia ==&lt;br /&gt;
&lt;br /&gt;
* [[Reinventing Organizations - Modelos de Management]]&lt;br /&gt;
* [[Reinventing Organizations]]&lt;br /&gt;
* [[MediaWiki:Sidebar]]&lt;br /&gt;
* [[Help]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{#widget:Iframe|url=http://www.netcraft.com.ar|width=109|height=32|border=0}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Package Management]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How-To ==&lt;br /&gt;
* [[How-To: Obtener los datos de sar de dias previos]]&lt;br /&gt;
* [[How-To: Poner funcionamiento vmware perl SDK]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Videos Sueltos]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;MediaWiki has been successfully installed.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]&lt;br /&gt;
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]&lt;br /&gt;
* [//www.mediawiki.org/wiki/Localisation#Translation_resources Localise MediaWiki for your language]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=MediaWiki:Sidebar&amp;diff=154</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=MediaWiki:Sidebar&amp;diff=154"/>
		<updated>2015-06-18T02:56:45Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|Inicio&lt;br /&gt;
** Special:Version|Version&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** Special:LonelyPages|LonelyPages&lt;br /&gt;
** Special:WantedPages|WantedPages&lt;br /&gt;
** Special:UncategorizedPages|UncategorizedPages&lt;br /&gt;
** helppage|help&lt;br /&gt;
* Tools&lt;br /&gt;
** Special:AllPages|Paginas&lt;br /&gt;
** Special:Categories|Categorias&lt;br /&gt;
** Special:Upload|Subir Archivo&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Infobox/doc&amp;diff=134</id>
		<title>Template:Infobox/doc</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Infobox/doc&amp;diff=134"/>
		<updated>2015-06-16T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
{{distinguish|Template:Userbox}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{#titleparts:{{PAGENAME}}|1|2}}|old | |{{High-risk|2,200,000+}}{{Lua|Module:Infobox}}}}&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{{Generic template demo&lt;br /&gt;
 |name={{PAGENAME}} &amp;lt;!--|child |subbox |decat--&amp;gt; |title |above |subheader |subheader1 |subheader2={{{subheader2}}}&amp;lt;br/&amp;gt;......&lt;br /&gt;
 |image|caption |image1|caption1 |image2|caption2={{{caption2}}}&amp;lt;br/&amp;gt;......&lt;br /&gt;
 |header1=&amp;lt;div style=&amp;quot;border-top:1px dashed #ccc;&amp;quot;&amp;gt;{{{header1}}}&amp;lt;br/&amp;gt;{{nobold|( ''or'' )}}&amp;lt;/div&amp;gt;&lt;br /&gt;
 |label2={{{label1}}} |data2={{{data1}}}&lt;br /&gt;
 |data3=( ''or'' ) |data4=&amp;lt;div style=&amp;quot;padding-bottom:0.25em;border-bottom:1px dashed #ccc;&amp;quot;&amp;gt;{{{data1}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
 |header5={{{header2}}}&amp;lt;br/&amp;gt;&amp;lt;div style=&amp;quot;padding:0.75em 0 0.5em;&amp;quot;&amp;gt;{{nobold|( ''or'' )}}&amp;lt;/div&amp;gt;&lt;br /&gt;
 |label6={{{label2}}} |data6={{{data2}}}&lt;br /&gt;
 |data7=( ''or'' ) |data8=&amp;lt;div style=&amp;quot;padding-bottom:0.25em;border-bottom:1px dashed #ccc;&amp;quot;&amp;gt;{{{data2}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
 |data9=&amp;lt;div style=&amp;quot;padding:0.75em 0 0.5em;&amp;quot;&amp;gt;( ''etc'' )&amp;lt;/div&amp;gt;&lt;br /&gt;
 |below&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This template is intended as a meta-template: a template used for constructing other templates. '''Note''': In general, it is not meant for use directly in an article, but can be used on a one-off basis if required. [[Help:Infobox]] contains an introduction about the recommended content and design of infoboxes. See [[WP:List of infoboxes]] and [[:Category:Infobox templates]] for lists of prepared topic-specific infoboxes.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
Usage is similar to {{tl|navbox}}, but with an additional distinction. Each row on the table can contain either a header, or a label/data pair, or just a data cell. These are mutually exclusive states so if you define a row with both a header and a label/data pair, the label/data pair is ignored.&lt;br /&gt;
&lt;br /&gt;
To insert an image somewhere other than at the top of the infobox, or to insert freeform data, use a row with only a data field.&lt;br /&gt;
&lt;br /&gt;
=== Optional control parameters ===&lt;br /&gt;
; name : If this parameter is present, &amp;quot;view/discuss/edit&amp;quot; links will be added to the bottom of the infobox, pointing to the named page. You may use the value &amp;lt;nowiki&amp;gt;{{subst:PAGENAME}}&amp;lt;/nowiki&amp;gt;; however this is rarely what you want, because it will send users clicking these links in an infobox in an article to the template code rather than the data in the infobox that they probably want to change.&lt;br /&gt;
; child :  See the [[#Embedding|Embedding]] section for details. If this is set to &amp;quot;yes&amp;quot;, this child infobox should be titled but have no name parameter. This parameter is empty by default, set it to &amp;quot;yes&amp;quot; to activate it.&lt;br /&gt;
; subbox :  See the [[#Subboxes|Subboxes]] section for details. If this is set to &amp;quot;yes&amp;quot;, this subbox should be titled but have no name parameter. This parameter is empty by default, set to &amp;quot;yes&amp;quot; to activate it. It has no effect if the '''child''' parameter is also set to &amp;quot;yes&amp;quot;.&lt;br /&gt;
; decat : If this is set to &amp;quot;yes&amp;quot;, the current page will not be autocategorized in a maintenance category when the generated infobox has some problems or no visible data section. Leave empty by default or set to &amp;quot;yes&amp;quot; to activate it.&lt;br /&gt;
&lt;br /&gt;
=== Content parameters ===&lt;br /&gt;
&lt;br /&gt;
==== Title ====&lt;br /&gt;
There are two different ways to put a title on an infobox. One contains the title inside the infobox's border in the uppermost cell of the table, the other puts as a caption it on top of the table. You can use both of them together if you like, or just one or the other, or even neither (though this is not recommended):&lt;br /&gt;
&lt;br /&gt;
; title : Text to put in the caption over the top of the table (or as section header before the whole content of this table, if this is a child infobox). For [[Wikipedia:Manual_of_Style/Accessibility#Tables|accessibility reasons]], this is the most recommended alternative.&lt;br /&gt;
; above : Text to put within the uppermost cell of the table.&lt;br /&gt;
; subheader(n) : additional title fields which fit below {{{title}}} and {{{above}}}, but before images.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | name = Infobox/doc&lt;br /&gt;
 | title      = Text in caption over infobox&lt;br /&gt;
 | subheader  = Subheader of the infobox&lt;br /&gt;
 | header = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | name = {{subst:PAGENAME}}&lt;br /&gt;
 | title      = Text in caption over infobox&lt;br /&gt;
 | subheader  = Subheader of the infobox&lt;br /&gt;
 | header = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | name = Infobox/doc&lt;br /&gt;
 | above      = Text in uppermost cell of infobox&lt;br /&gt;
 | subheader  = Subheader of the infobox&lt;br /&gt;
 | subheader2 = Second subheader of the infobox&lt;br /&gt;
 | header = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | name = {{subst:PAGENAME}}&lt;br /&gt;
 | above      = Text in uppermost cell of infobox&lt;br /&gt;
 | subheader  = Subheader of the infobox&lt;br /&gt;
 | subheader2 = Second subheader of the infobox&lt;br /&gt;
 | header = (the rest of the infobox goes here)&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
==== Illustration images ====&lt;br /&gt;
; image(n) : images to display at the top of the template. Use full image syntax, for example &amp;lt;nowiki&amp;gt;[[File:example.png|200px|alt=Example alt text]]&amp;lt;/nowiki&amp;gt;. Image is centered by default. See [[WP:ALT]] for more on alt text.&lt;br /&gt;
; caption(n) : Text to put underneath the images.&lt;br /&gt;
&lt;br /&gt;
==== Main data ====&lt;br /&gt;
; header(n) : Text to use as a header in row n.&lt;br /&gt;
; label(n) : Text to use as a label in row n.&lt;br /&gt;
; data(n) : Text to display as data in row n.&lt;br /&gt;
&lt;br /&gt;
Note: for any given value for (n), not all combinations of parameters are permitted. The presence of a {{para|header''(n)''}} will cause the corresponding {{para|data''(n)''}} (and {{para|rowclass''(n)''}} {{para|label''(n)''}}, see below) to be ignored; the absence of a {{para|data''(n)''}} will cause the corresponding {{para|label''(n)''}} to be ignored. Valid combinations for any single row are:&lt;br /&gt;
&lt;br /&gt;
* {{para|class''(n)''}} {{para|header''(n)''}}&lt;br /&gt;
* {{para|rowclass''(n)''}} {{para|class''(n)''}} {{para|data''(n)''}}&lt;br /&gt;
* {{para|rowclass''(n)''}} {{para|label''(n)''}} {{para|class''(n)''}} {{para|data''(n)''}}&lt;br /&gt;
&lt;br /&gt;
See the rendering of header4, label4, and data4 in the [[#Examples|Examples]] section below.&lt;br /&gt;
&lt;br /&gt;
===== Number ranges =====&lt;br /&gt;
To allow flexibility when the layout of an infobox is changed, it may be helpful when developing an infobox to use non-contiguous numbers for header and label/data rows. Parameters for new rows can then be inserted in future without having to renumber existing parameters. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 | header3  = Section 1&lt;br /&gt;
 |  label5  = Label A&lt;br /&gt;
 |   data5  = Data A&lt;br /&gt;
 |  label7  = Label C&lt;br /&gt;
 |   data7  = Data C&lt;br /&gt;
 | header10 = Section 2&lt;br /&gt;
 |  label12 = Label D&lt;br /&gt;
 |   data12 = Data D&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
It is also possible to automatically renumber parameter names by using [[User:Frietjes/infoboxgap.js]] or [[Module:IncrementParams]].&lt;br /&gt;
&lt;br /&gt;
===== Making data fields optional =====&lt;br /&gt;
A row with a label but no data is not displayed. This allows for the easy creation of optional infobox content rows. To make a row optional use a parameter that defaults to an empty string, like so:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 |  label5 = Population&lt;br /&gt;
 |   data5 = {{{population|}}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
This way if an article doesn't define the population parameter in its infobox the row won't be displayed.&lt;br /&gt;
&lt;br /&gt;
For more complex fields with pre-formatted contents that would still be present even if the parameter wasn't set, you can wrap it all in an &amp;quot;#if&amp;quot; statement to make the whole thing vanish when the parameter is not used. For instance, the &amp;quot;#if&amp;quot; statement in the following example reads &amp;quot;#if:the parameter ''mass'' has been supplied |then display it, followed by 'kg'&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 |  label6 = Mass&lt;br /&gt;
 |   data6 = {{ #if: {{{mass|}}} | {{{mass}}} kg }}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
For more on #if, see [[meta:ParserFunctions##if:|here]].&lt;br /&gt;
&lt;br /&gt;
===== Hiding headers when all data fields are hidden =====&lt;br /&gt;
You can also make headers optional in a similar way. Consider this example:&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title   = Example of an undesirable header&lt;br /&gt;
 | header1 = Undesirable header&lt;br /&gt;
 |  label2 = Item 1      |   data2 =&lt;br /&gt;
 |  label3 = Item 2      |   data3 =&lt;br /&gt;
 |  label4 = Item 3      |   data4 =&lt;br /&gt;
 | header5 = Static header&lt;br /&gt;
 |  label6 = Static item |   data6 = Static value&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title   = Example of an undesirable header&lt;br /&gt;
 | header1 = Undesirable header&lt;br /&gt;
 |  label2 = Item 1      |   data2 =&lt;br /&gt;
 |  label3 = Item 2      |   data3 =&lt;br /&gt;
 |  label4 = Item 3      |   data4 =&lt;br /&gt;
 | header5 = Static header&lt;br /&gt;
 |  label6 = Static item |   data6 = Static value&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
If you want the first header to appear only if one or more of the data fields that fall under it are filled, one could use the following pattern as an example of how to do it:&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title   = Example of an optional header&lt;br /&gt;
 | header1 = {{ #if: {{{item1|}}}{{{item2|}}}{{{item3|}}} | Optional header }}&lt;br /&gt;
 |  label2 = Item 1      |   data2 = {{{item1|}}}&lt;br /&gt;
 |  label3 = Item 2      |   data3 = {{{item2|}}}&lt;br /&gt;
 |  label4 = Item 3      |   data4 = {{{item3|}}}&lt;br /&gt;
 | header5 = Static header&lt;br /&gt;
 |  label6 = Static item |   data6 = Static value&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title   = Example of an optional header&lt;br /&gt;
 | header1 = {{ #if: {{{item1|}}}{{{item2|}}}{{{item3|}}} | Optional header }}&lt;br /&gt;
 |  label2 = Item 1      |   data2 = {{{item1|}}}&lt;br /&gt;
 |  label3 = Item 2      |   data3 = {{{item2|}}}&lt;br /&gt;
 |  label4 = Item 3      |   data4 = {{{item3|}}}&lt;br /&gt;
 | header5 = Static header&lt;br /&gt;
 |  label6 = Static item |   data6 = Static value&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
header1 will be shown if any of item1, item2, or item3 is defined. If none of the three parameters are defined the header won't be shown and no emty row appears before the next static content. The trick to this is that the &amp;quot;#if&amp;quot; returns false only if there is nothing whatsoever in the conditional section, so only if all three of item1, item2 and item3 are undefined will the if statement fail.&lt;br /&gt;
&lt;br /&gt;
Note that such trick may be sometimes very complex to test if there are many data items whose value depends on complex tests (or when a data row is generated by a recursive invokation of this template as a [[#Subboxes|subbox]]). Ideally, the Lua module supporting this template should now support a new way to make each header row autohideable by detecting if there is at least one non-empty data row after that header row (a parameter like &amp;quot;autohide header1 = yes&amp;quot;, for example, would remove the need to perform the &amp;quot;#if&amp;quot; test so that we can just to define &amp;quot;header1 = Optional header&amp;quot;),&lt;br /&gt;
&lt;br /&gt;
==== Footer ====&lt;br /&gt;
; below : Text to put in the bottom cell. The bottom cell is intended for footnotes, see-also, and other such information.&lt;br /&gt;
&lt;br /&gt;
=== Presentation parameters ===&lt;br /&gt;
&lt;br /&gt;
==== Italic titles ====&lt;br /&gt;
Titles of articles with infoboxes may be made italic, in line with [[WP:ITALICTITLE]], by passing the &amp;lt;code&amp;gt;italic title&amp;lt;/code&amp;gt; parameter.&lt;br /&gt;
&lt;br /&gt;
* Turn on italic titles by passing {{para|italic title|&amp;lt;nowiki&amp;gt;{{{italic title|}}}&amp;lt;/nowiki&amp;gt;}} from the infobox.&lt;br /&gt;
* Turn off by default (notably because only Latin script may be safely rendered in this style and italic may be needed to distinguish foreign language from local English language only in that script, but would be difficult to read for other scripts) but allow some instances to be made italic by passing {{para|italic title|&amp;lt;nowiki&amp;gt;{{{italic title|no}}}&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
* Do not make any titles italic by not passing the parameter at all.&lt;br /&gt;
&lt;br /&gt;
==== CSS styling ====&lt;br /&gt;
; bodystyle : Applies to the infobox table as a whole&lt;br /&gt;
; titlestyle : Applies only to the title caption. Adding a background color is usually inadvisable since the text is rendered &amp;quot;outside&amp;quot; the infobox.&lt;br /&gt;
; abovestyle : Applies only to the &amp;quot;above&amp;quot; cell at the top. The default style has font-size:125%; since this cell is usually used for a title, if you want to use the above cell for regular-sized text include &amp;quot;font-size:100%;&amp;quot; in the abovestyle.&lt;br /&gt;
; imagestyle : Applies to the cell the image is in. This includes the text of the image caption, but you should set text properties with captionstyle instead of imagestyle in case the caption is moved out of this cell in the future.&lt;br /&gt;
; captionstyle : Applies to the text of the image caption.&lt;br /&gt;
; rowstyle(n) : This parameter is inserted into the &amp;lt;code&amp;gt;style&amp;lt;code&amp;gt; attribute for the specified row.&lt;br /&gt;
; headerstyle : Applies to all header cells&lt;br /&gt;
; labelstyle : Applies to all label cells&lt;br /&gt;
; datastyle : Applies to all data cells&lt;br /&gt;
; belowstyle : Applies only to the below cell&lt;br /&gt;
&lt;br /&gt;
==== HTML classes and microformats ====&lt;br /&gt;
; bodyclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the infobox as a whole.&lt;br /&gt;
; titleclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the infobox's '''title''' caption.&lt;br /&gt;
&amp;lt;!-- currently not implemented in Lua module&lt;br /&gt;
; aboverowclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the complete table row the '''above''' cell is on.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
; aboveclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the infobox's '''above''' cell.&lt;br /&gt;
; subheaderrowclass(n) : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the complete table row the '''subheader''' is on.&lt;br /&gt;
; subheaderclass(n) : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the infobox's '''subheader'''.&lt;br /&gt;
; imagerowclass(n) : These parameters are inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the complete table row their respective '''image''' is on.&lt;br /&gt;
; imageclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the '''image'''.&lt;br /&gt;
; rowclass(n) : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the specified row including the '''label''' and '''data''' cells.&lt;br /&gt;
; class(n) : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the '''data''' cell of the specified row. If there's no '''data''' cell it has no effect.&lt;br /&gt;
&amp;lt;!-- currently not implemented in Lua module&lt;br /&gt;
; belowrowclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the complete table row the '''below''' cell is on.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
; belowclass : This parameter is inserted into the &amp;lt;code&amp;gt;class&amp;lt;code&amp;gt; attribute for the infobox's '''below''' cell.&lt;br /&gt;
&lt;br /&gt;
This template supports the addition of microformat information. This is done by adding &amp;quot;class&amp;quot; attributes to various data cells, indicating what kind of information is contained within. Multiple class names may be specified, separated by spaces, some of them being used as selectors for custom styling according to a project policy or to the skin selected in user preferences, others beig used for microformats.&lt;br /&gt;
&lt;br /&gt;
To flag an infobox as containing [[hCard]] information, for example, add the following parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 | bodyclass = vcard&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
And for each row containing a data cell that's part of the vcard, add a corresponding class parameter:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
 | class1 = fn&lt;br /&gt;
 | class2 = org&lt;br /&gt;
 | class3 = tel&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
...and so forth. &amp;quot;above&amp;quot; and &amp;quot;title&amp;quot; can also be given classes, since these are usually used to display the name of the subject of the infobox.&lt;br /&gt;
&lt;br /&gt;
See [[Wikipedia:WikiProject Microformats]] for more information on adding microformat information to Wikipedia, and [[microformat]] for more information on microformats in general.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
Notice how the row doesn't appear in the displayed infobox when a '''label''' is defined without an accompanying '''data''' cell, and how all of them are displayed when a '''header''' is defined on the same row as a '''data''' cell. Also notice that '''subheaders''' are not bold by default like the '''headers''' used to split the main data section, because this role is meant to be for the '''above''' cell :&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 |name         = Infobox/doc&lt;br /&gt;
 |bodystyle    = &lt;br /&gt;
&lt;br /&gt;
 |titlestyle   = &lt;br /&gt;
 |abovestyle = background:#cfc;&lt;br /&gt;
 |subheaderstyle =&lt;br /&gt;
 |title        = Test Infobox&lt;br /&gt;
 |above        = Above text&lt;br /&gt;
 |subheader    = Subheader above image&lt;br /&gt;
 |subheader2   = Second subheader&lt;br /&gt;
&lt;br /&gt;
 |imagestyle   = &lt;br /&gt;
 |captionstyle = &lt;br /&gt;
 |image        = [[File:example.png|200px|alt=Example alt text]]&lt;br /&gt;
 |caption      = Caption displayed below example.png&lt;br /&gt;
&lt;br /&gt;
 |headerstyle  = background:#ccf;&lt;br /&gt;
 |labelstyle   = background:#ddf;&lt;br /&gt;
 |datastyle    = &lt;br /&gt;
&lt;br /&gt;
 |header1 = Header defined alone&lt;br /&gt;
 | label1 = &lt;br /&gt;
 |  data1 = &lt;br /&gt;
 |header2 = &lt;br /&gt;
 | label2 = Label defined alone does not display (needs data, or is suppressed)&lt;br /&gt;
 |  data2 = &lt;br /&gt;
 |header3 =&lt;br /&gt;
 | label3 = &lt;br /&gt;
 |  data3 = Data defined alone&lt;br /&gt;
 |header4 = All three defined (header, label, data, all with same number)&lt;br /&gt;
 | label4 = does not display (same number as a header)&lt;br /&gt;
 |  data4 = does not display (same number as a header)&lt;br /&gt;
 |header5 =&lt;br /&gt;
 | label5 = Label and data defined (label)&lt;br /&gt;
 |  data5 = Label and data defined (data)&lt;br /&gt;
&lt;br /&gt;
 |belowstyle = background:#ddf;&lt;br /&gt;
 |below      = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 |name         = {{subst:PAGENAME}}&lt;br /&gt;
 |bodystyle    = &lt;br /&gt;
&lt;br /&gt;
 |titlestyle   = &lt;br /&gt;
 |abovestyle = background:#cfc;&lt;br /&gt;
 |subheaderstyle =&lt;br /&gt;
 |title        = Test Infobox&lt;br /&gt;
 |above        = Above text&lt;br /&gt;
 |subheader    = Subheader above image&lt;br /&gt;
 |subheader2   = Second subheader&lt;br /&gt;
&lt;br /&gt;
 |imagestyle   = &lt;br /&gt;
 |captionstyle = &lt;br /&gt;
 |  image      = [[File:example.png|200px|alt=Example alt text]]&lt;br /&gt;
 |caption      = Caption displayed below example.png&lt;br /&gt;
&lt;br /&gt;
 |headerstyle  = background:#ccf;&lt;br /&gt;
 |labelstyle   = background:#ddf;&lt;br /&gt;
 |datastyle    = &lt;br /&gt;
&lt;br /&gt;
 |header1 = Header defined alone&lt;br /&gt;
 | label1 = &lt;br /&gt;
 |  data1 = &lt;br /&gt;
 |header2 = &lt;br /&gt;
 | label2 = Label defined alone does not display (needs data, or is suppressed)&lt;br /&gt;
 |  data2 = &lt;br /&gt;
 |header3 =&lt;br /&gt;
 | label3 = &lt;br /&gt;
 |  data3 = Data defined alone&lt;br /&gt;
 |header4 = All three defined (header, label, data, all with same number)&lt;br /&gt;
 | label4 = does not display (same number as a header)&lt;br /&gt;
 |  data4 = does not display (same number as a header)&lt;br /&gt;
 |header5 =&lt;br /&gt;
 | label5 = Label and data defined (label)&lt;br /&gt;
 |  data5 = Label and data defined (data)&lt;br /&gt;
&lt;br /&gt;
 |belowstyle = background:#ddf;&lt;br /&gt;
 |below      = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
For this example, the '''bodystyle''' and '''labelstyle''' parameters are used to adjust the infobox width and define a default width for the column of labels:&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 |name        = Infobox/doc&lt;br /&gt;
 |bodystyle   = width:20em&lt;br /&gt;
&lt;br /&gt;
 |titlestyle  = &lt;br /&gt;
 |title       = Test Infobox&lt;br /&gt;
&lt;br /&gt;
 |headerstyle = &lt;br /&gt;
 |labelstyle  = width:33%&lt;br /&gt;
 |datastyle   = &lt;br /&gt;
&lt;br /&gt;
 |header1 = &lt;br /&gt;
 | label1 = Label 1&lt;br /&gt;
 |  data1 = Data 1&lt;br /&gt;
 |header2 = &lt;br /&gt;
 | label2 = Label 2&lt;br /&gt;
 |  data2 = Data 2&lt;br /&gt;
 |header3 = &lt;br /&gt;
 | label3 = Label 3&lt;br /&gt;
 |  data3 = Data 3&lt;br /&gt;
 |header4 = Header 4&lt;br /&gt;
 | label4 = &lt;br /&gt;
 |  data4 = &lt;br /&gt;
 |header5 = &lt;br /&gt;
 | label5 = Label 5&lt;br /&gt;
 |  data5 = Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
&lt;br /&gt;
 |belowstyle = &lt;br /&gt;
 |below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 |name        = {{subst:PAGENAME}}&lt;br /&gt;
 |bodystyle   = width:20em&lt;br /&gt;
&lt;br /&gt;
 |titlestyle  = &lt;br /&gt;
 |title       = Test Infobox&lt;br /&gt;
&lt;br /&gt;
 |headerstyle = &lt;br /&gt;
 |labelstyle  = width:33%&lt;br /&gt;
 |datastyle   = &lt;br /&gt;
&lt;br /&gt;
 |header1 = &lt;br /&gt;
 | label1 = Label 1&lt;br /&gt;
 |  data1 = Data 1&lt;br /&gt;
 |header2 = &lt;br /&gt;
 | label2 = Label 2&lt;br /&gt;
 |  data2 = Data 2&lt;br /&gt;
 |header3 = &lt;br /&gt;
 | label3 = Label 3&lt;br /&gt;
 |  data3 = Data 3&lt;br /&gt;
 |header4 = Header 4&lt;br /&gt;
 | label4 = &lt;br /&gt;
 |  data4 = &lt;br /&gt;
 |header5 = &lt;br /&gt;
 | label5 = Label 5&lt;br /&gt;
 |  data5 = Data 5: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
&lt;br /&gt;
 |belowstyle = &lt;br /&gt;
 |below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Embedding ===&lt;br /&gt;
&amp;lt;!--Linked from [[Template:Subinfobox bodystyle/doc]]--&amp;gt;&lt;br /&gt;
One infobox template can be embedded into another using the {{para|child}} parameter.  This feature can be used to create a modular infobox, or to create more well defined logical sections. Previously, it was necessary to use embedding in order to create infoboxes with more than 99 rows, but there is now no limit to the number of rows that can be defined in a single instance of &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{infobox}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | data1 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = First subsection&lt;br /&gt;
    | label1= Label 1.1&lt;br /&gt;
    | data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | data2 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
  |title = Second subsection&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
  }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | data1 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = First subsection&lt;br /&gt;
    | label1= Label 1.1&lt;br /&gt;
    | data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | data2 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
  |title = Second subsection&lt;br /&gt;
  | label1= Label 2.1&lt;br /&gt;
  | data1 = Data 2.1&lt;br /&gt;
  }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
Note, in the examples above, the child infobox is placed in a &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; field, not a &amp;lt;code&amp;gt;header&amp;lt;/code&amp;gt; field.  Notice that the section subheadings are not in bold font if bolding is not explicitly specified. To obtain bold section headings, place the child infobox in a '''header''' field (but not in a '''label''' field because it would not be displayed!), either using&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | header1 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = First subsection&lt;br /&gt;
    | label1= Label 1.1&lt;br /&gt;
    | data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | header2 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = Second subsection&lt;br /&gt;
    | label1= Label 2.1&lt;br /&gt;
    | data1 = Data 2.1&lt;br /&gt;
   }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | header1 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = First subsection&lt;br /&gt;
    | label1= Label 1.1&lt;br /&gt;
    | data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | header2 = {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | title = Second subsection&lt;br /&gt;
    | label1= Label 2.1&lt;br /&gt;
    | data1 = Data 2.1&lt;br /&gt;
   }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
or,&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | header1 = First subsection&lt;br /&gt;
   {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | label1 = Label 1.1&lt;br /&gt;
    |   data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | header2 = Second subsection&lt;br /&gt;
   {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | label1 = Label 2.1&lt;br /&gt;
    |  data1 = Data 2.1&lt;br /&gt;
   }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | title = Top level title&lt;br /&gt;
 | header1 = First subsection&lt;br /&gt;
   {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | label1 = Label 1.1&lt;br /&gt;
    |   data1 = Data 1.1&lt;br /&gt;
   }}&lt;br /&gt;
 | header2 = Second subsection&lt;br /&gt;
   {{Infobox | decat = yes | child = yes&lt;br /&gt;
    | label1 = Label 2.1&lt;br /&gt;
    |  data1 = Data 2.1&lt;br /&gt;
   }}&lt;br /&gt;
 | belowstyle = &lt;br /&gt;
 | below = Below text&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
Note that omitting the {{para|title}} parameter, and not including any text preceding the embedded infobox, may result in spurious blank table rows, creating gaps in the visual presentation.&lt;br /&gt;
&lt;br /&gt;
=== Subboxes ===&lt;br /&gt;
An alternative method for embedding is to use {{para|subbox|yes}}, which removes the outer border from the infobox, but preserves the interior structure.  One feature of this approach is that the parent and child boxes need not have the same structure, and the label and data fields are not aligned between the parent and child boxes because they are not in the same parent table.&lt;br /&gt;
&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | headerstyle = background-color:#eee;&lt;br /&gt;
 | labelstyle  = background-color:#eee;&lt;br /&gt;
 | header1 = Main 1&lt;br /&gt;
 | header2 = Main 2&lt;br /&gt;
 |   data3 = {{Infobox | subbox = yes&lt;br /&gt;
    | headerstyle = background-color:#ccc;&lt;br /&gt;
    | labelstyle  = background-color:#ddd;&lt;br /&gt;
    | header1 = Sub 3-1&lt;br /&gt;
    | header2 = Sub 3-2&lt;br /&gt;
    |  label3 = Label 3-3    |   data3 = Data 3-3&lt;br /&gt;
   }}&lt;br /&gt;
 |   data4 = {{Infobox | subbox = yes&lt;br /&gt;
    | labelstyle  = background-color:#ccc;&lt;br /&gt;
    |  label1 = Label 4-1    |   data1 = Data 4-1&lt;br /&gt;
   }}&lt;br /&gt;
 |  label5 = Label 5 |   data5 = Data 5&lt;br /&gt;
 | header6 = Main 6&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
 | headerstyle = background-color:#eee;&lt;br /&gt;
 | labelstyle  = background-color:#eee;&lt;br /&gt;
 | header1 = Main 1&lt;br /&gt;
 | header2 = Main 2&lt;br /&gt;
 |   data3 = {{Infobox | subbox = yes&lt;br /&gt;
    | headerstyle = background-color:#ccc;&lt;br /&gt;
    | labelstyle  = background-color:#ddd;&lt;br /&gt;
    | header1 = Sub 3-1&lt;br /&gt;
    | header2 = Sub 3-2&lt;br /&gt;
    |  label3 = Label 3-3    |   data3 = Data 3-3&lt;br /&gt;
   }}&lt;br /&gt;
 |   data4 = {{Infobox | subbox = yes&lt;br /&gt;
    | labelstyle  = background-color:#ccc;&lt;br /&gt;
    |  label1 = Label 4-1    |   data1 = Data 4-1&lt;br /&gt;
   }}&lt;br /&gt;
 |  label5 = Label 5 |   data5 = Data 5&lt;br /&gt;
 | header6 = Main 6&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
Similar embedding techniques may be used within content parameters of some other templates generating tables (such as [[:Template:Sidebar|Sidebar]]) :&lt;br /&gt;
&lt;br /&gt;
{{Sidebar&lt;br /&gt;
 | navbar = off&lt;br /&gt;
 | headingstyle = background-color:#eee;&lt;br /&gt;
 | heading1 = Heading 1&lt;br /&gt;
 | heading2 = Heading 2&lt;br /&gt;
 | content3 = {{Infobox | subbox = yes&lt;br /&gt;
    | headerstyle = background-color:#ccc;&lt;br /&gt;
    | labelstyle = background-color:#ddd;&lt;br /&gt;
    | header1 = Sub 3-1&lt;br /&gt;
    | header2 = Sub 3-2&lt;br /&gt;
    |  label3 = Label 3-3 |   data3 = Data 3-3&lt;br /&gt;
   }}&lt;br /&gt;
 | content4 = {{Infobox | subbox = yes&lt;br /&gt;
    | labelstyle = background-color:#ccc;&lt;br /&gt;
    |  label1 = Label 4-1 |   data1 = Data 4-1&lt;br /&gt;
   }}&lt;br /&gt;
 | heading5 = Heading 5&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Sidebar&lt;br /&gt;
 | navbar = off&lt;br /&gt;
 | headingstyle = background-color:#eee;&lt;br /&gt;
 | heading1 = Heading 1&lt;br /&gt;
 | heading2 = Heading 2&lt;br /&gt;
 | content3 = {{Infobox | subbox = yes&lt;br /&gt;
    | headerstyle = background-color:#ccc;&lt;br /&gt;
    | labelstyle = background-color:#ddd;&lt;br /&gt;
    | header1 = Sub 3-1&lt;br /&gt;
    | header2 = Sub 3-2&lt;br /&gt;
    |  label3 = Label 3-3 |   data3 = Data 3-3&lt;br /&gt;
   }}&lt;br /&gt;
 | content4 = {{Infobox | subbox = yes&lt;br /&gt;
    | labelstyle = background-color:#ccc;&lt;br /&gt;
    |  label1 = Label 4-1 |   data1 = Data 4-1&lt;br /&gt;
   }}&lt;br /&gt;
 | heading5 = Heading 5&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
Note that the default padding of the parent data cell containing each subbox is still visible, so the subboxes are slightly narrower than the parent box and there's a higher vertical spacing between standard cells of the parent box than between cells of distinct subboxes.&lt;br /&gt;
&lt;br /&gt;
=== Full blank syntax ===&lt;br /&gt;
(Note: there is no limit to the number of possible rows; only 20 are given below since infoboxes larger than that will be relatively rare. Just extend the numbering as needed. The microformat &amp;quot;class&amp;quot; parameters are also omitted as they are not commonly used.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow:auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Infobox&lt;br /&gt;
| name           = {{subst:PAGENAME}}&lt;br /&gt;
| child          = {{{child|}}}&lt;br /&gt;
| subbox         = {{{subbox|}}}&lt;br /&gt;
| italic title   = {{{italic title|no}}}&lt;br /&gt;
| bodystyle      = &lt;br /&gt;
&lt;br /&gt;
| titlestyle     = &lt;br /&gt;
| abovestyle     = &lt;br /&gt;
| subheaderstyle = &lt;br /&gt;
| title          = &lt;br /&gt;
| above          = &lt;br /&gt;
| subheader      = &lt;br /&gt;
&lt;br /&gt;
|   imagestyle   = &lt;br /&gt;
| captionstyle   = &lt;br /&gt;
|   image        = &lt;br /&gt;
| caption        = &lt;br /&gt;
|   image2       = &lt;br /&gt;
| caption2       = &lt;br /&gt;
&lt;br /&gt;
| headerstyle    = &lt;br /&gt;
|  labelstyle    = &lt;br /&gt;
|   datastyle    = &lt;br /&gt;
| header1  = &lt;br /&gt;
|  label1  = &lt;br /&gt;
|   data1  = &lt;br /&gt;
| header2  = &lt;br /&gt;
|  label2  = &lt;br /&gt;
|   data2  = &lt;br /&gt;
| header3  = &lt;br /&gt;
|  label3  = &lt;br /&gt;
|   data3  = &lt;br /&gt;
| header4  = &lt;br /&gt;
|  label4  = &lt;br /&gt;
|   data4  = &lt;br /&gt;
| header5  = &lt;br /&gt;
|  label5  = &lt;br /&gt;
|   data5  = &lt;br /&gt;
| header6  = &lt;br /&gt;
|  label6  = &lt;br /&gt;
|   data6  = &lt;br /&gt;
| header7  = &lt;br /&gt;
|  label7  = &lt;br /&gt;
|   data7  = &lt;br /&gt;
| header8  = &lt;br /&gt;
|  label8  = &lt;br /&gt;
|   data8  = &lt;br /&gt;
| header9  = &lt;br /&gt;
|  label9  = &lt;br /&gt;
|   data9  = &lt;br /&gt;
| header10 = &lt;br /&gt;
|  label10 = &lt;br /&gt;
|   data10 = &lt;br /&gt;
| header11 = &lt;br /&gt;
|  label11 = &lt;br /&gt;
|   data11 = &lt;br /&gt;
| header12 = &lt;br /&gt;
|  label12 = &lt;br /&gt;
|   data12 = &lt;br /&gt;
| header13 = &lt;br /&gt;
|  label13 = &lt;br /&gt;
|   data13 = &lt;br /&gt;
| header14 = &lt;br /&gt;
|  label14 = &lt;br /&gt;
|   data14 = &lt;br /&gt;
| header15 = &lt;br /&gt;
|  label15 = &lt;br /&gt;
|   data15 = &lt;br /&gt;
| header16 = &lt;br /&gt;
|  label16 = &lt;br /&gt;
|   data16 = &lt;br /&gt;
| header17 = &lt;br /&gt;
|  label17 = &lt;br /&gt;
|   data17 = &lt;br /&gt;
| header18 = &lt;br /&gt;
|  label18 = &lt;br /&gt;
|   data18 = &lt;br /&gt;
| header19 = &lt;br /&gt;
|  label19 = &lt;br /&gt;
|   data19 = &lt;br /&gt;
| header20 = &lt;br /&gt;
|  label20 = &lt;br /&gt;
|   data20 = &lt;br /&gt;
&lt;br /&gt;
| belowstyle     =&lt;br /&gt;
| below          = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;{{clear}}&lt;br /&gt;
&lt;br /&gt;
=== Porting to other MediaWikis ===&lt;br /&gt;
The infobox template requires the [[:mw:Extension:Scribunto|Scribunto]] extension and [[mw:Manual:Using content from Wikipedia#HTMLTidy|HTMLTidy]] to be installed. It may not work with other MediaWikis. [[Wikipedia:WikiProject Transwiki|WikiProject Transwiki]] has a version of this template that has been modified to work on other MediaWikis.&lt;br /&gt;
&lt;br /&gt;
===See also===&lt;br /&gt;
* [[Module:Infobox]], the [[WP:LUA|Lua]] module on which this template is based&lt;br /&gt;
* [[Special:Permalink/558855956|Template:Infobox/old]], the previous ParserFunctions implementation&lt;br /&gt;
* {{tl|Infobox3cols}}&lt;br /&gt;
* {{tl|Navbox}} and {{tl|Sidebar}}&lt;br /&gt;
* [[Wikipedia:List of infoboxes|List of infoboxes]]&lt;br /&gt;
* Maintenance categories:&lt;br /&gt;
** [[:Category:Articles which use infobox templates with no data rows]]&lt;br /&gt;
** [[:Category:Articles which use embedded infobox templates with the title parameter]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox | |&lt;br /&gt;
[[Category:Infobox templates| ]]&lt;br /&gt;
[[Category:Wikipedia metatemplates|Infobox]]&lt;br /&gt;
[[Category:Templates generating microformats]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Lua&amp;diff=136</id>
		<title>Template:Lua</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Lua&amp;diff=136"/>
		<updated>2015-06-16T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:Lua banner|main}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Lua|Module:Lua banner}}&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Nobold&amp;diff=138</id>
		<title>Template:Nobold</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Nobold&amp;diff=138"/>
		<updated>2015-06-16T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span style=&amp;quot;font-weight:normal;&amp;quot;&amp;gt;{{{1}}}&amp;lt;/span&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Ombox&amp;diff=140</id>
		<title>Template:Ombox</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Ombox&amp;diff=140"/>
		<updated>2015-06-16T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Message box|ombox}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Para&amp;diff=142</id>
		<title>Template:Para</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Para&amp;diff=142"/>
		<updated>2015-06-16T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;code class=&amp;quot;nowrap&amp;quot; {{#if:{{{plain|}}}|style=&amp;quot;border:none;background-color:inherit;color:inherit;&amp;quot;}}&amp;gt;&amp;amp;#124;{{#if:{{{1|}}}|{{{1}}}&amp;amp;#61;}}{{{2|}}}&amp;lt;/code&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!--Categories and interwikis go near the bottom of the /doc subpage.--&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Parameter_names_example&amp;diff=144</id>
		<title>Template:Parameter names example</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Parameter_names_example&amp;diff=144"/>
		<updated>2015-06-16T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:Parameter names example|main}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{hatnote|[[Template:Generic template demo]] and [[Template:Pnex]] redirect here.}}&amp;lt;!--(hatnote more noticeable here than within Documentation)--&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Sidebar&amp;diff=146</id>
		<title>Template:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Sidebar&amp;diff=146"/>
		<updated>2015-06-16T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:Sidebar|sidebar}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Tl&amp;diff=148</id>
		<title>Template:Tl</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Tl&amp;diff=148"/>
		<updated>2015-06-16T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;amp;#123;&amp;amp;#123;[[Template:{{{1}}}|{{{1}}}]]&amp;amp;#125;&amp;amp;#125;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Trim&amp;diff=150</id>
		<title>Template:Trim</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Trim&amp;diff=150"/>
		<updated>2015-06-16T19:42:58Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{ {{{|safesubst:}}}#if:1|{{{1|}}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Documentation&amp;diff=124</id>
		<title>Template:Documentation</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Documentation&amp;diff=124"/>
		<updated>2015-06-16T19:42:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Documentation_subpage&amp;diff=126</id>
		<title>Template:Documentation subpage</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Documentation_subpage&amp;diff=126"/>
		<updated>2015-06-16T19:42:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
 --&amp;gt;{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}}&lt;br /&gt;
     | &amp;lt;!--(this template has been transcluded on a /doc or /{{{override}}} page)--&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
      --&amp;gt;{{#ifeq:{{{doc-notice|show}}} |show&lt;br /&gt;
          | {{Mbox&lt;br /&gt;
             | type = notice&lt;br /&gt;
             | style = margin-bottom:1.0em;&lt;br /&gt;
             | image = [[File:Edit-copy green.svg|40px|alt=|link=]]&lt;br /&gt;
             | text =&lt;br /&gt;
'''This is a [[Wikipedia:Template documentation|documentation]] [[Wikipedia:Subpages|subpage]] for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}'''.&amp;lt;br /&amp;gt;It contains usage information, [[Wikipedia:Categorization|categories]] and other content that is not part of the original {{#if:{{{text2|}}} |{{{text2}}} |{{#if:{{{text1|}}} |{{{text1}}} |{{#ifeq:{{SUBJECTSPACE}} |{{ns:User}} |{{lc:{{SUBJECTSPACE}}}} template page |{{#if:{{SUBJECTSPACE}} |{{lc:{{SUBJECTSPACE}}}} page|article}}}}}}}}. &lt;br /&gt;
            }}&lt;br /&gt;
         }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
      --&amp;gt;{{DEFAULTSORT:{{{defaultsort|{{PAGENAME}}}}}}}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
      --&amp;gt;{{#if:{{{inhibit|}}} |&amp;lt;!--(don't categorize)--&amp;gt;&lt;br /&gt;
          |   &amp;lt;includeonly&amp;gt;&amp;lt;!--&lt;br /&gt;
               --&amp;gt;{{#ifexist:{{NAMESPACE}}:{{BASEPAGENAME}}&lt;br /&gt;
                   | [[Category:{{#switch:{{SUBJECTSPACE}} |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]&lt;br /&gt;
                   | [[Category:Documentation subpages without corresponding pages]]&lt;br /&gt;
                  }}&amp;lt;!--&lt;br /&gt;
           --&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
         }}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
(completing initial #ifeq: at start of template:)&lt;br /&gt;
--&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
     | &amp;lt;!--(this template has not been transcluded on a /doc or /{{{override}}} page)--&amp;gt;&lt;br /&gt;
    }}&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{Documentation}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Generic_template_demo&amp;diff=128</id>
		<title>Template:Generic template demo</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Generic_template_demo&amp;diff=128"/>
		<updated>2015-06-16T19:42:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Template:Parameter names example]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Wikipedia utility templates]]&lt;br /&gt;
[[Category:Template namespace templates]]&lt;br /&gt;
[[Category:Template documentation]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Hatnote&amp;diff=130</id>
		<title>Template:Hatnote</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Hatnote&amp;diff=130"/>
		<updated>2015-06-16T19:42:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#invoke:Hatnote|hatnote}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:High-risk&amp;diff=132</id>
		<title>Template:High-risk</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:High-risk&amp;diff=132"/>
		<updated>2015-06-16T19:42:57Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ombox&lt;br /&gt;
| type = content&lt;br /&gt;
| text = &lt;br /&gt;
'''This {{&lt;br /&gt;
#switch:{{NAMESPACE}}&lt;br /&gt;
|Module=Lua module&lt;br /&gt;
|#default=template&lt;br /&gt;
}} is used on &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://tools.wmflabs.org/templatecount/index.php?lang=en&amp;amp;namespace={{NAMESPACENUMBER:{{FULLPAGENAME}}}}&amp;amp;name={{urlencode:{{PAGENAME}}}} {{#if:{{{1|}}}|{{formatnum:{{{1}}}}}|a very large number of}} pages].'''&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;To avoid large-scale disruption and unnecessary server load, any changes to this {{&lt;br /&gt;
#switch:{{NAMESPACE}}&lt;br /&gt;
|Module=module&lt;br /&gt;
|#default=template&lt;br /&gt;
}} should first be tested in its [[{{&lt;br /&gt;
#switch: {{SUBPAGENAME}}&lt;br /&gt;
| doc | sandbox = {{SUBJECTSPACE}}:{{BASEPAGENAME}}&lt;br /&gt;
| #default      = {{SUBJECTPAGENAME}}&lt;br /&gt;
}}/sandbox|/sandbox]] or [[{{&lt;br /&gt;
#switch: {{SUBPAGENAME}}&lt;br /&gt;
| doc | sandbox = {{SUBJECTSPACE}}:{{BASEPAGENAME}}&lt;br /&gt;
| #default      = {{SUBJECTPAGENAME}}&lt;br /&gt;
}}/testcases|/testcases]] subpages{{&lt;br /&gt;
#switch:{{NAMESPACE}}&lt;br /&gt;
|Module=.&lt;br /&gt;
|#default=, or in your own [[Wikipedia:Subpages#How to create user subpages|user space]].&lt;br /&gt;
}} The tested changes can then be added to this page in one single edit. Please consider discussing any changes on {{#if:{{{2|}}}|[[{{{2}}}]]|the [[{{&lt;br /&gt;
#switch: {{SUBPAGENAME}}&lt;br /&gt;
| doc | sandbox = {{TALKSPACE}}:{{BASEPAGENAME}}&lt;br /&gt;
| #default      = {{TALKPAGENAME}}&lt;br /&gt;
}}|talk page]]}} before implementing them.&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories and interwikis to the /doc subpage, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Infobox&amp;diff=118</id>
		<title>Template:Infobox</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Infobox&amp;diff=118"/>
		<updated>2015-06-16T19:42:56Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#invoke:Infobox|infobox}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Clear&amp;diff=120</id>
		<title>Template:Clear</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Clear&amp;diff=120"/>
		<updated>2015-06-16T19:42:56Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;clear:{{{1|both}}};&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Distinguish&amp;diff=122</id>
		<title>Template:Distinguish</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Distinguish&amp;diff=122"/>
		<updated>2015-06-16T19:42:56Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{1|}}}&lt;br /&gt;
 |{{Hatnote|Not to be confused with [[:{{trim|{{{1}}}}}]]{{&lt;br /&gt;
    #if: {{{3|}}}{{{4|}}}&lt;br /&gt;
    | , [[:{{trim|{{{2}}}}}]], {{&lt;br /&gt;
      #if: {{{4|}}}&lt;br /&gt;
      | [[:{{trim|{{{3}}}}}]], or [[:{{trim|{{{4}}}}}]]&lt;br /&gt;
      | or [[:{{trim|{{{3}}}}}]]&lt;br /&gt;
      }}&lt;br /&gt;
    | {{&lt;br /&gt;
      #if: {{{2|}}}&lt;br /&gt;
      | &amp;amp;nbsp;or [[:{{trim|{{{2}}}}}]]&lt;br /&gt;
      }}&lt;br /&gt;
    }}.&lt;br /&gt;
  }}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&amp;lt;!-- splitting these lines causes {{Documentation}} template to terminate green shading when Distinguish is used in /doc pages. --&amp;gt;&lt;br /&gt;
{{Documentation}}&lt;br /&gt;
&amp;lt;!-- Add categories to the /doc subpage and interwikis to Wikidata, not here! --&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:Documentaci%C3%B3n/caja_inicial&amp;diff=116</id>
		<title>Template:Documentación/caja inicial</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:Documentaci%C3%B3n/caja_inicial&amp;diff=116"/>
		<updated>2015-06-16T19:38:10Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;&amp;lt;!--   Formato de la caja de color --&amp;gt;&amp;lt;!-- &amp;lt;div id=&amp;quot;template-documentation&amp;quot; class=&amp;quot;template-documentation iezoomfix&amp;quot;&amp;gt;--&amp;gt; &amp;lt;!-- OCULTO PORQUE LA WIKIPEDIA EN ESPAÑOL NO DISPONE...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
  Formato de la caja de color&lt;br /&gt;
--&amp;gt;&amp;lt;!-- &amp;lt;div id=&amp;quot;template-documentation&amp;quot; class=&amp;quot;template-documentation iezoomfix&amp;quot;&amp;gt;--&amp;gt; &amp;lt;!-- OCULTO PORQUE LA WIKIPEDIA EN ESPAÑOL NO DISPONE DE ESTA CLASE --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear: both; margin: 1em 0 0 0; background: #EEF9FA; border: 1px dotted #8BCBFF; color:#000; padding: 0.9em;&amp;quot;&amp;gt; &amp;lt;!-- EQUIVALE A LA CLASE ANTERIOR --&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  Título de la caja:&lt;br /&gt;
--&amp;gt;{{#ifeq: {{{título|¬}}} | &amp;lt;!-- «título=», definido pero vacío --&amp;gt;&lt;br /&gt;
| &amp;lt;!--sin título --&amp;gt;&lt;br /&gt;
| &amp;lt;div style=&amp;quot;padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;{{#if: {{{estilo-título|}}}&lt;br /&gt;
  | {{{estilo-título|}}}&lt;br /&gt;
  | {{#switch: {{SUBJECTSPACE}}&lt;br /&gt;
    | {{ns:10}} | {{ns:828}} = font-weight: bold; font-size: 125%&lt;br /&gt;
    | #default = font-size: 150%&lt;br /&gt;
    }}&lt;br /&gt;
  }}&amp;quot;&amp;gt;{{#if: {{{título|}}}&lt;br /&gt;
        | {{{título}}}&lt;br /&gt;
        | {{#switch: {{SUBJECTSPACE}}&lt;br /&gt;
            | {{ns:6}} = Resumen&lt;br /&gt;
            | {{ns:10}} = [[Archivo:Template-info.svg|50px|link=|alt=Icono de documentación de plantilla]] Documentación de la plantilla&lt;br /&gt;
            | {{ns:828}} = [[Archivo:Template-info.svg|50px|link=|alt=Icono de documentación de módulo]] Documentación del módulo&lt;br /&gt;
            | #default = Documentación&lt;br /&gt;
          }}&lt;br /&gt;
      }}&amp;lt;/span&amp;gt;{{&lt;br /&gt;
  #if: {{{contenido|}}}&lt;br /&gt;
  |&lt;br /&gt;
  &amp;lt;span class=&amp;quot;mw-editsection plainlinks&amp;quot; id=&amp;quot;doc_editlinks&amp;quot;&amp;gt;&lt;br /&gt;
{{{contenido}}}&amp;lt;/span&amp;gt;&lt;br /&gt;
  | &amp;lt;!--Enlaces en el encabezamiento [ver][editar][historial]... o [crear]--&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;mw-editsection plainlinks&amp;quot; id=&amp;quot;doc_editlinks&amp;quot;&amp;gt;{{&lt;br /&gt;
    #ifexist:{{{1|{{FULLPAGENAME}}/doc}}}&lt;br /&gt;
    | [[{{fullurl:{{{1|{{FULLPAGENAME}}/doc}}}}} ver]] [{{editar|{{{1|{{FULLPAGENAME}}/doc}}}}}] [{{historial|{{{1|{{FULLPAGENAME}}/doc}}}}}] [{{purgar|página={{{1|{{FULLPAGENAME}}/doc}}}}}]&lt;br /&gt;
    | &amp;lt;!-- No existe la página de documentación --&amp;gt;&lt;br /&gt;
      [[{{fullurl:{{{1|{{FULLPAGENAME}}/doc}}}|action=edit&amp;amp;preload={{#switch: {{SUBJECTSPACE}}&amp;lt;!-- &lt;br /&gt;
               --&amp;gt;| {{ns:10}} = {{urlencode:Plantilla:Documentación/precarga}}&amp;lt;!-- Precarga para plantillas&lt;br /&gt;
               --&amp;gt;| {{ns:828}} = {{urlencode:Plantilla:Documentación/precarga módulo}}&amp;lt;!-- Precarga para módulos Lua&lt;br /&gt;
           --&amp;gt;}} }} crear]]}}&amp;lt;/span&amp;gt;}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&amp;lt;!-- final de la caja --&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Esta subplantilla de {{ep|documentación}} genera el formato de la caja de color con un título y enlaces en el encabezado en la página de documentación.&lt;br /&gt;
&lt;br /&gt;
[[Categoría:Wikipedia:Plantillas de apoyo]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Template:documentaci%C3%B3n&amp;diff=115</id>
		<title>Template:documentación</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Template:documentaci%C3%B3n&amp;diff=115"/>
		<updated>2015-06-16T19:37:17Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;&amp;lt;includeonly&amp;gt;{{Documentación/caja inicial|{{{1|{{FULLPAGENAME}}/doc}}}}} {{#ifexist: {{{1|{{FULLPAGENAME}}/doc}}}   | __NOEDITSECTION__{{ {{{1|{{FULLPAGENAME}}/doc}}}|ns:0 }}...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{Documentación/caja inicial|{{{1|{{FULLPAGENAME}}/doc}}}}}&lt;br /&gt;
{{#ifexist: {{{1|{{FULLPAGENAME}}/doc}}}&lt;br /&gt;
  | __NOEDITSECTION__{{ {{{1|{{FULLPAGENAME}}/doc}}}|ns:0 }}&lt;br /&gt;
  | {{documentación deficiente|0}}&lt;br /&gt;
}}&amp;lt;div style=&amp;quot;clear: both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{Documentación/caja final|{{{1|{{FULLPAGENAME}}/doc}}}}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;{{documentación}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Acr%C3%B3nimo&amp;diff=108</id>
		<title>Acrónimo</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Acr%C3%B3nimo&amp;diff=108"/>
		<updated>2015-06-16T19:31:25Z</updated>

		<summary type="html">&lt;p&gt;Admin: 1 revision&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;En [[lingüística]] moderna, un '''acrónimo''' (del [[idioma griego|griego]] ἄκρος —[[Romanización del griego|transliterado]] como ''akros''— ‘extremo’, y ὄνομα —tr. como ''ónoma''— ‘nombre’) puede ser una [[sigla]] que se pronuncia como una palabra —y que por el uso acaba por incorporarse al léxico habitual en la mayoría de casos,&amp;lt;ref&amp;gt;[http://lema.rae.es/dpd/?key=acrónimo ''Diccionario panhispánico de dudas'' de la ASALE]&amp;lt;/ref&amp;gt; como ''[[láser]]'' (Light Amplification by Stimulated Emission of Radiation)— o también puede ser un vocablo formado al unir parte de dos palabras. Este último tipo de acrónimos funden dos [[lexema|elementos léxicos]] tomando, casi siempre, del primer elemento el inicio y del segundo el final, como ''bit'' ('''B'''inary dig'''it''').&lt;br /&gt;
&lt;br /&gt;
El [[significado]] de un acrónimo es la suma de los significados de las palabras que lo generan. Por ejemplo, el término [[telemática]] procede de [[telecomunicación]] e [[informática]], que a su vez es acrónimo de [[información]] y [[Autómata (mecánico)|automática]].&lt;br /&gt;
&lt;br /&gt;
Lo contrario de un acrónimo sería un [[retroacrónimo]], esto es un tipo de acrónimo que empieza siendo una palabra de uso común, y que después acaba siendo interpretada como un acrónimo o unas siglas. Por ejemplo, el nombre del proyecto socioeducativo uruguayo [[Plan Ceibal]] (&amp;quot;ceibal&amp;quot; es un lugar plantado de [[Erythrina crista-galli|ceibos]], la flor nacional de [[Argentina]] y de [[Uruguay]]) es un retroacrónimo que significa &amp;quot;Plan de Conectividad Educativa de Informática Básica para el Aprendizaje en Línea&amp;quot;.&amp;lt;ref&amp;gt;[http://archivo.presidencia.gub.uy/_Web/decretos/2007/04/EC579_18%2004%202007_00001.PDF Decreto 144/007] Presidencia de la República.&amp;lt;/ref&amp;gt; Varias leyes estadounidenses son retroacrónimos, como la [[ley USA PATRIOT]] y la [[PROTECT IP Act]].&lt;br /&gt;
&lt;br /&gt;
== Propiedades ==&lt;br /&gt;
Los acrónimos se pueden componer de dos sustantivos: ''motel'', del [[idioma inglés|inglés]] ''motor-hotel''; de un adjetivo y un sustantivo: ''docudrama'', de ''documental dramático''; o de dos adjetivos: ''spanglish'', de ''spanish'' e ''english''.&lt;br /&gt;
&lt;br /&gt;
Los acrónimos siempre se escriben y pronuncian como una palabra normal, y su género es el del elemento principal.&lt;br /&gt;
&lt;br /&gt;
En el [[idioma español|español]], el proceso de acronimia no es muy habitual, pero sí antiguo. Un ejemplo de esto fue el cambio en el siglo XV de la forma de respeto ''[[Voseo|vos]]'' por ''vuestra merced'', que dio origen al acrónimo ''usted''.&amp;lt;ref&amp;gt;[http://www.elcastellano.org/palabra.php?id=1167 Etimología - Castellano - La palabra del día de el-castellano.org - La lengua española&amp;lt;!-- Título generado por un bot --&amp;gt;]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A veces, el acrónimo genera confusión en su significado porque usa partes de términos que ya se usaban independientemente como raíces cultas; por ejemplo ''eurocracia'', que significa ‘burocracia europea’ y no ‘poder europeo’, como en los términos con -''cracia'' (‘poder’); por ejemplo: ''[[autocracia]]'' (‘poder de uno’) o ''[[democracia]]'' (‘poder del pueblo’).&lt;br /&gt;
&lt;br /&gt;
== Ejemplos ==&lt;br /&gt;
* Acrónimos conformados a partir de las sílabas iniciales de varias palabras:&lt;br /&gt;
** [[Frente Polisario]], de '''''Frente''' '''Po'''pular de '''Li'''beración de '''Sa'''guía el Hamra y '''Río''' de Oro''.&lt;br /&gt;
** [[Estraperlo]], de '''''Stra'''uss'', '''''Per'''el'' y '''''Lo'''wann''.&lt;br /&gt;
&lt;br /&gt;
* Acrónimos que fusionan o combinan dos palabras:&lt;br /&gt;
** [[emoticono]], emotícono o emoticón, de ''emoticon'' = ''emotion'' + ''icon'', emoción e icono. Traducción incompleta de otro acrónimo inglés.&lt;br /&gt;
** [[informática]] de ''información automática'' = ''infor'' + ''mática''&lt;br /&gt;
&lt;br /&gt;
* En inglés se llama ''portmanteau'' al acrónimo que se forma por [[Contracción (gramática)|contracción]] del principio de una palabra y el final de otra, omitiendo las sílabas intermedias:&lt;br /&gt;
** [[ofimática]], de '''ofi'''cina e infor'''mática'''.&lt;br /&gt;
&lt;br /&gt;
* Transformación en acrónimo a partir de siglas:&lt;br /&gt;
** [[Tecnologías de la información y la comunicación|TIC]], '''T'''ecnología de la '''I'''nformación y de las '''C'''omunicaciones.&lt;br /&gt;
** [[Aeropuertos Españoles y Navegación Aérea|Aena]], '''A'''eropuertos '''E'''spañoles y '''N'''avegación '''A'''érea.&lt;br /&gt;
** [[Alta velocidad ferroviaria en España|AVE]], '''A'''lta '''V'''elocidad '''E'''spañola.&lt;br /&gt;
** [[Checa]], del [[idioma ruso|ruso]] ЧК = чрезвычайная + комиссия, [[romanización del ruso|transliterado]] como ''Chrezvychainaya Komissiya'', Comisión Extraordinaria.&lt;br /&gt;
** [[ENOC]] '''E'''mirates '''N'''ational '''O'''il '''C'''ompany&lt;br /&gt;
** [[láser]]/láseres, del inglés '''L'''ight '''A'''mplification by '''S'''timulated '''E'''mission of '''R'''adiation (‘amplificación de luz por emisión estimulada de radiación’).&lt;br /&gt;
** [[led]]/ledes, del inglés '''L'''ight '''E'''mitting '''D'''iode (‘diodo emisor de luz’).&lt;br /&gt;
** [[MIDI|midi]]/midis, del inglés '''M'''usical '''I'''nstruments '''D'''igital '''I'''nterface (interfaz digital para instrumentos musicales).&lt;br /&gt;
** [[objeto volador no identificado|ovni]]/ovnis, '''o'''bjeto '''v'''olador '''n'''o '''i'''dentificado.&amp;lt;ref&amp;gt;[http://lema.rae.es/drae/?val=ovni ''Diccionario de la lengua española''] de la [[Real Academia Española]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
** [[radar]]/radares, del [[idioma inglés|inglés]] '' '''Ra'''dio '''D'''etection '''a'''nd '''R'''anging'' (‘detección y medición de distancias por radio’).&lt;br /&gt;
** [[Red Nacional de los Ferrocarriles Españoles|Renfe]], '''Re'''d '''N'''acional de '''F'''errocarriles '''E'''spañoles.&lt;br /&gt;
** [[Sida]], '''S'''índrome de '''i'''nmuno'''d'''eficiencia '''a'''dquirida.&lt;br /&gt;
** [[Talgo (tipo de tren)|Talgo]], '''T'''ren '''A'''rticulado '''L'''igero '''G'''oicoechea '''O'''riol&lt;br /&gt;
** [[Unesco]], '' '''U'''nited '''N'''ations '''E'''ducational, '''S'''cientific and '''C'''ultural '''O'''rganization''.&lt;br /&gt;
&lt;br /&gt;
== Véase también ==&lt;br /&gt;
{{Lista de columnas|3|&lt;br /&gt;
* [[Abreviatura]]&lt;br /&gt;
* [[Acronimia]]&lt;br /&gt;
* [[Acrónimo recursivo]]&lt;br /&gt;
* [[Alias]]&lt;br /&gt;
* [[Anexo:Acrónimos en Medicina]]&lt;br /&gt;
* [[Anexo:Siglas y acrónimos]]&lt;br /&gt;
* [[Contracción (gramática)]]&lt;br /&gt;
* [[Epónimo]]&lt;br /&gt;
* [[Generónomo]]&lt;br /&gt;
* [[Hiperónimo]]&lt;br /&gt;
* [[Hipónimo]]&lt;br /&gt;
* [[Homonimia]]&lt;br /&gt;
* [[Numerónimo]]&lt;br /&gt;
* [[-ónimo]]&lt;br /&gt;
* [[Polisemia]]&lt;br /&gt;
* [[Sigla]]&lt;br /&gt;
* [[Sinonimia (semántica)]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=TPS&amp;diff=77</id>
		<title>TPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=TPS&amp;diff=77"/>
		<updated>2015-05-08T00:55:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Toyota Production System &lt;br /&gt;
&lt;br /&gt;
El “Sistema de Producción Toyota” es uno de los principales legados de Toyota. Se hizo conocido como TPS en 1970, pero fue establecido mucho antes por Taiichi Ohno. Basado en los principios de Jidoka y Just-in-time, el sistema es un factor fundamental en la reducción de inventarios y defectos en las plantas de Toyota y de sus proveedores. El TPS, con su énfasis en la mejora continua y el valor del compromiso de los empleados, es considerado por la industria automotriz como un auténtico benchmark.&lt;br /&gt;
&lt;br /&gt;
Just-in-time: significa producir sólo lo necesario, en el momento justo, y en la cantidad necesaria. Esto permite que el sistema de producción y de distribución a los concesionarios sea flexible y asegure que cada cliente compre el vehículo de la especificación y color que desea y lo obtenga en el plazo más breve posible. El JUST IN TIME apunta a producir productos de calidad al más bajo costo y de manera más eficiente. Para ello, se programa una secuencia de producción balanceada y se minimizan los stocks. El JUST IN TIME se basa en tres principios: el sistema PULL, el FLUJO CONTINUO y el TAKT TIME.&lt;br /&gt;
&lt;br /&gt;
- El sistema PULL, dentro del proceso de producción, significa solicitar las piezas que se necesitan, cuando se necesitan y en la cantidad exacta necesaria.&lt;br /&gt;
&lt;br /&gt;
-El FLUJO CONTINUO implica la eliminación rápida y definitiva de los problemas que detienen las líneas de producción. Es la eliminación del estancamiento del trabajo durante los procesos, produciendo una sola pieza en un tiempo de producción.&lt;br /&gt;
&lt;br /&gt;
- El TAKT TIME es el tiempo que debería tomar el producir un vehículo o un componente. En síntesis, es la velocidad constante y sincronizada requerida entre las líneas de producción.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Definición]]&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Crystal_Clear&amp;diff=76</id>
		<title>Crystal Clear</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Crystal_Clear&amp;diff=76"/>
		<updated>2015-05-08T00:55:33Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Crystal Clear is a member of the Crystal family of methodologies as described by Alistair Cockburn and is considered an example of an agile or lightweight methodology.  Crysta...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Crystal Clear is a member of the Crystal family of methodologies as described by Alistair Cockburn and is considered an example of an agile or lightweight methodology.&lt;br /&gt;
&lt;br /&gt;
Crystal Clear can be applied to teams of up to 6 or 8 co-located developers working on systems that are not life-critical. The Crystal family of methodologies focus on efficiency and habitability as components of project safety.[1] Crystal Clear focuses on people, not processes or artifacts.&lt;br /&gt;
&lt;br /&gt;
Crystal Clear requires the following properties:&lt;br /&gt;
&lt;br /&gt;
Frequent delivery of usable code to users&lt;br /&gt;
Reflective improvement&lt;br /&gt;
Osmotic communication preferably by being co-located&lt;br /&gt;
Crystal Clear additionally includes these optional properties:&lt;br /&gt;
&lt;br /&gt;
Personal safety&lt;br /&gt;
Focus&lt;br /&gt;
Easy access to expert users&lt;br /&gt;
Automated tests, configuration management, and frequent integration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Definición]]&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=eXtreme_Programming&amp;diff=75</id>
		<title>eXtreme Programming</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=eXtreme_Programming&amp;diff=75"/>
		<updated>2015-05-08T00:54:12Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Programación extrema Un poco de historia  En los tiempos en que la informática empezó a hacerse popular, en el que sólo había pantallas de texto, no había entornos de ve...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Programación extrema&lt;br /&gt;
Un poco de historia&lt;br /&gt;
&lt;br /&gt;
En los tiempos en que la informática empezó a hacerse popular, en el que sólo había pantallas de texto, no había entornos de ventanas y las impresoras usaban papel con agujeros a los lados y rayas horizontales, las aplicaciones eran bastante más sencillas que las actuales. Bastaba uno o dos programadores, que totalmente a su aire y en un plazo razonable de tiempo eran capaces de hacer programas útiles. Para imprimir una lista de clientes, bastaba pulsar en el menú el &amp;quot;1&amp;quot; de imprimir, luego el &amp;quot;3&amp;quot; de clientes y echarle un ojo a la impresora para ver si imprimía o no. El programador era una especie de &amp;quot;mago&amp;quot; que hacía su aplicación y sólo él sabía cómo funcionaba. Si acaso, y para cubrir el expediente, después de hacer el programa hacía un &amp;quot;flujograma&amp;quot; de los antiguos, no había UML, orientación a objetos ni cosas por el estilo.&lt;br /&gt;
&lt;br /&gt;
Con el tiempo, las aplicaciones fueron siendo cada vez más exigentes, los ordenadores disponían de más memoria y aparecieron los entornos de ventanas. Ahora para imprimir la lista de clientes, había que arrastrar el icono del &amp;quot;señor gordo con bigote&amp;quot; sobre el icono de la impresora, haciendo que caminara &amp;quot;como un egipcio&amp;quot; mientras lo arrastrabamos con el ratón (otro invento nuevo). La impresora debía imprimir gráficos, con negritas, cursivas y 32 fuentes simultáneamente. Además, hay que hacer que los altavoces estereos toquen música polifónica mientras se arrastra al &amp;quot;gordo del bigote&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Todas estas complicaciones hicieron que los programas se agrandaran y complicaran enormemente, que hicieran falta varios desarrolladores y tiempos de desarrollo más largo. Todo esto llevó consigo la necesidad de más organiazación y más papeleo. Aparecieron las metodologías de desarrollo más pesadas (las que se basan en escribir mucha documentación). Antes de hacer un programa, fue necesario escribir qué es lo que se quería hacer, de forma que asegurábamos que el cliente y los desarrolladores estaban de acuerdo en lo que se iba a hacer. Luego había que escribir qué se iba a hacer, para que los muchos programadores trabajaran más o menos con un objetivo común y organizados, etc, etc.&lt;br /&gt;
&lt;br /&gt;
De alguna forma, toda esta organización y papeleo quitó parte del encanto de la programación. Los programadores, en vez de dedicarse a lo que se supone que les gusta, programar, debían dedicar bastante de su tiempo a hacer y leer documentos, reuniones, etc.&lt;br /&gt;
&lt;br /&gt;
Tratando un poco de recuperar los viejos tiempos, en el que había menos papeleo, las cosas eran más sencillas y los programadores hacían lo que les gustaba, nació una nueva metodología de desarrollo, la programacion extrema.&lt;br /&gt;
&lt;br /&gt;
Algunas bases de la programación extrema&lt;br /&gt;
&lt;br /&gt;
En la programación extrema se da por supuesto que es imposible prever todo antes de empezar a codificar. Es imposible capturar todos los requisitos del sistema, saber qué es todo lo que tiene que hacer ni hacer un diseño correcto al principio. Es bastante normal hacer un diseño, ponerse a codificar, ver que hay faltantes o errores en el diseño, empezar a codificar fuera del diseño y al final el código y el diseño, o no se parecen, o hemos echado un montón de tiempo en cambiar la documentación de diseño para que se parezca al código.&lt;br /&gt;
&lt;br /&gt;
En vez de tratar de luchar contra todo eso, lo asume y busca una forma de trabajar que se adapte fácilmente a esas circunstancias. Básicamente la idea de la programación extrema consiste en trabajar estrechamente con el cliente, haciéndole mini-versiones con mucha frecuencia (cada dos semanas). En cada mini-versión se debe hacer el mínimo de código y lo más simple posible para que funcione correctamente. El diseño se hace sobre la marcha, haciendo un mini-diseño para la primera mini-versión y luego modificándolo en las siguientes mini-versiones. Además, no hay que hacer una documentación para el diseño, no hay mejor documentación que el mismo código. El código, por tanto, también se modifica continuamente de mini-versión en mini-versión, añadiéndole funcionalidad y extrayendo sus partes comunes.&lt;br /&gt;
&lt;br /&gt;
Los pasos a seguir en un proyecto&lt;br /&gt;
&lt;br /&gt;
En un proyecto usando programación extrema se siguen más o menos los siguientes pasos:&lt;br /&gt;
&lt;br /&gt;
El cliente junto al equipo de desarrollo definen qué es lo que se quiere hacer. Para ello utilizan las &amp;quot;historios de usuario&amp;quot;. Una historia de usuario en un texto de una o dos frases en las que se dice algo que debe hacer el sistema. Es más extensa que un requisito (que suele ser una frase corta) y menos que un caso de uso (que puede ser de una o dos páginas). Se evalua para cada historia de usuario el tiempo que puede llevar, que debe ser corto, de aproximadamente una semana. Un programador puede estimar con cierta fiabilidad un trabajo que le lleve unos días, pero la estimación es menos fiable si es de un plazo superior a una semana. Si es más largo, hay que partir la historia en otras más pequeñas. Luego se ordenan en el orden en que se van a desarrollar y se establecen las mini-versiones, de forma que cada mini-versión implementa varias de las historias de usuario.&lt;br /&gt;
&lt;br /&gt;
Toda esta planificación va a ser, por supuesto, inexacta. No se puede saber todo lo que va a ser necesario ni evaluar los tiempos correctamente. La planificación deberá revisarse y modificarse continuamente a lo largo del proyecto. Las historias de usuario se modificarán, se quitarán o se añadirán nuevas sobre la marcha. Puesto que el cliente estará presente día a día durante todo el proyecto, verá el efecto y el esfuerzo necesario para las modificaciones pedidas y sabrá evaluar si merecen o no la pena.&lt;br /&gt;
&lt;br /&gt;
Para las primeras historias que se van a implementar, se define una prueba para ver si la versión cumple perfectamente con la historia. Estas pruebas deben ser automáticas, de forma que haya un programa de pruebas que ejecutemos y nos diga si la mini-versión es o no correcta.&lt;br /&gt;
&lt;br /&gt;
Los programadores se ponen por parejas (dos personas en el mismo ordenador) para codificar esas historias. Primero codifican el programa de pruebas y ven que falla ( ¡ El código todavía no está hecho ! ). Luego piensan cómo van a implementar la historia y hacen sus propios programas de prueba (también automáticos). Codifican sus programas de prueba y ven que también fallan. Luego se ponen a codificar hasta que se pasen con éxito todas las pruebas. En su código hacen de la forma más sencilla posible lo mínimo imprescindible para que se pasen las pruebas automáticas.&lt;br /&gt;
&lt;br /&gt;
Las parejas de programadores se intercambian con frecuencia, de forma que todos acaban trabajando con todos. El trabajo por parejas haciendo intercambios tiene las siguientes ventajas:&lt;br /&gt;
&lt;br /&gt;
Cuatro ojos ven más que dos. Al trabajar de dos en dos, el código será de mayor calidad desde el mismo momento de crearlo y tendrá menos fallos.&lt;br /&gt;
Los programadores novatos aprenderán de los expertos al emparejarse con ellos.&lt;br /&gt;
Si una pareja realiza un trozo de código susceptible de ser reutilizado en el proyecto, hay dos programadores que lo saben y que lo reutilizarán cuando puedan (ya que saben cómo funciona), enseñándolo a sus nuevos compañeros. De esta manera el conocimiento del código ya hecho se propaga de forma natural entre todos los programadores del equipo.&lt;br /&gt;
El estilo de programación tiende a unificarse.&lt;br /&gt;
Cuando una nueva pareja va a realizar un nuevo código para una historia de usuario, puede que uno de ellos recuerde haber hecho un trozo de código en otro lado que podría reutilizar. Esta pareja irá a ese trozo de código y lo reutilizará, modificándolo si es necesario. Después de modificarlo, deben asegurarse que se siguen pasando las pruebas automáticas que se hicieron en su momento, así como añadir nuevas pruebas para comprobar las modificaciones que han hecho.&lt;br /&gt;
&lt;br /&gt;
Si una pareja al reutilizar código ya hecho ve que es mejorable, lo mejoran, pasando las pruebas automáticas después. Si al reutilizar el código ya hecho descubren un error que las pruebas automáticas no detectan, añaden pruebas capaces de detectar el error y lo corrigen.&lt;br /&gt;
&lt;br /&gt;
El código, por tanto, no es de nadie. Cualquier pareja puede tocar el código ya hecho por otras personas si lo necesita, con la condición de que después de tocarlo las pruebas automáticas sigan pasándose correctamente y que añadan sus propias pruebas automáticas para las correcciones realizadas.&lt;br /&gt;
&lt;br /&gt;
Todos los días se hace una pequeña reunión a primera hora de la mañana con todo el equipo en la que se comentan problemas, código que se está realizando, historias de usuario terminadas, etc.&lt;br /&gt;
&lt;br /&gt;
Cada vez que se consigue codificar y que funcione una historia de usuario, se le da al cliente para que la vea, la pruebe y añada las posibles modificaciones para las siguientes mini-versiones. Cuando se realiza un mini-versión completa (compuesta por varias de las historias de usuario), incluso se entrega al usuario final para que empiece a trabajar con ella y reportar inicidencias o mejoras.&lt;br /&gt;
&lt;br /&gt;
Este ciclo se va repitiendo una y otra vez hasta que el cliente se de por satisfecho y cierre el proyecto. Cómo se ve, no se ha hecho documentación. En algún sitio he leido que incluso la planificación inicial debe hacerse escribiendo cada historia de usuario en un tarjeta, haciendo dos montones, las que ya están hechas y las que no. Se pueden tirar las tarjetas, añadir nuevas o cambiar las que ya hay. El número de tarjetas en cada montón nos da una idea exacta de cuánto hay hecho del proyecto.&lt;br /&gt;
&lt;br /&gt;
Prácticas básicas de la programación extrema&lt;br /&gt;
&lt;br /&gt;
Para que todo esto funcione, la programación extrema se basa en trece &amp;quot;prácticas básicas&amp;quot; que deben seguirse al pie de la letra. Dichas prácticas están definidas (en perfecto inglés) en www.xprogramming.com/xpmag/whatisxp.htm. Aquí tienes un pequeño resumen de ellas&lt;br /&gt;
&lt;br /&gt;
Equipo completo: Forman parte del equipo todas las personas que tienen algo que ver con el proyecto, incluido el cliente y el responsable del proyecto.&lt;br /&gt;
Planificación: Se hacen las historias de usuario y se planifica en qué orden se van a hacer y las mini-versiones. La planificación se revisa continuamente.&lt;br /&gt;
Test del cliente: El cliente, con la ayuda de los desarrolladores,  propone sus propias pruebas para validar las mini-versiones.&lt;br /&gt;
Versiones pequeñas: Las mini-versiones deben ser lo suficientemente pequeñas como para poder hacer una cada pocas semanas. Deben ser versiones que ofrezcan algo útil al usuario final y no trozos de código que no pueda ver funcionando.&lt;br /&gt;
Diseño simple: Hacer siempre lo mínimo imprescindible de la forma más sencilla posible. Mantener siempre sencillo el código.&lt;br /&gt;
Pareja de programadores: Los programadores trabajan por parejas (dos delante del mismo ordenador) y se intercambian las parejas con frecuencia (un cambio diario).&lt;br /&gt;
Desarrollo guiado por las pruebas automáticas: Se deben realizar programas de prueba automática y deben ejecutarse con mucha frecuencia. Cuantas más pruebas se hagan, mejor.&lt;br /&gt;
Mejora del diseño: Mientras se codifica, debe mejorarse el código ya hecho con el que nos crucemos y que sea susceptible de ser mejorado. Extraer funcionalidades comunes, eliminar líneas de código innecesarias, etc.&lt;br /&gt;
Integración continua: Deben tenerse siempre un ejecutable del proyecto que funcione y en cuanto se tenga una nueva pequeña funcionalidad, debe recompilarse y probarse. Es un error mantener una versión congelada dos meses mientras se hacen mejoras y luego integrarlas todas de golpe. Cuando falle algo, no se sabe qué es lo que falla de todo lo que hemos metido.&lt;br /&gt;
El código es de todos: Cualquiera puede y debe tocar y conocer cualquier parte del código. Para eso se hacen las pruebas automáticas.&lt;br /&gt;
Normas de codificación: Debe haber un estilo común de codificación (no importa cual), de forma que parezca que ha sido realizado por una única persona.&lt;br /&gt;
Metáforas: Hay que buscar unas frases o nombres que definan cómo funcionan las distintas partes del programa, de forma que sólo con los nombres se pueda uno hacer una idea de qué es lo que hace cada parte del programa. Un ejemplo claro es el &amp;quot;recolector de basura&amp;quot; de java. Ayuda a que todos los programadores (y el cliente) sepan de qué estamos hablando y que no haya mal entendidos.&lt;br /&gt;
Ritmo sostenible: Se debe trabajar a un ritmo que se pueda mantener indefinidamente. Esto quiere decir que no debe haber días muertos en que no se sabe qué hacer y que no se deben hacer un exceso de horas otros días. Al tener claro semana a semana lo que debe hacerse, hay que trabajar duro en ello para conseguir el objetivo cercano de terminar una historia de usuario o mini-versión.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Definición]]&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Manifiesto_%C3%81gil&amp;diff=74</id>
		<title>Manifiesto Ágil</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Manifiesto_%C3%81gil&amp;diff=74"/>
		<updated>2015-05-08T00:52:22Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;El 17 de febrero de 2001 diecisiete críticos de los modelos de mejora del desarrollo de software basados en procesos, convocados por Kent Beck, quien había publicado un par de años antes Extreme Programming Explained, libro en el que exponía una nueva metodología denominada Extreme Programming, se reunieron en Snowbird, Utah para tratar sobre técnicas y procesos para desarrollar software. En la reunión se acuñó el término “Métodos Ágiles” para definir a los métodos que estaban surgiendo como alternativa a las metodologías formales (CMMI, SPICE) a las que consideraban excesivamente “pesadas” y rígidas por su carácter normativo y fuerte dependencia de planificaciones detalladas previas al desarrollo.&lt;br /&gt;
&lt;br /&gt;
Los integrantes de la reunión resumieron los principios sobre los que se basan los métodos alternativos en cuatro postulados, lo que ha quedado denominado como Manifiesto Ágil.&lt;br /&gt;
&lt;br /&gt;
Estamos poniendo al descubierto mejores métodos para desarrollar software, haciéndolo y ayudando a otros a que lo hagan. Con este trabajo hemos llegado a valorar:&lt;br /&gt;
A los individuos y su interacción, por encima de los procesos y las herramientas.&lt;br /&gt;
El software que funciona, por encima de la documentación exhaustiva.&lt;br /&gt;
La colaboración con el cliente, por encima de la negociación contractual.&lt;br /&gt;
La respuesta al cambio, por encima del seguimiento de un plan.&lt;br /&gt;
Aunque hay valor en los elementos de la derecha, valoramos más los de la izquierda.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Principios del Manifiesto Ágil[editar]&lt;br /&gt;
Tras los cuatro valores descritos, los firmantes redactaron los siguientes, como los principios que de ellos se derivan:&lt;br /&gt;
&lt;br /&gt;
Nuestra principal prioridad es satisfacer al cliente a través de la entrega temprana y continua de software de valor.&lt;br /&gt;
Son bienvenidos los requisitos cambiantes, incluso si llegan tarde al desarrollo. Los procesos ágiles se doblegan al cambio como ventaja competitiva para el cliente.&lt;br /&gt;
Entregar con frecuencia software que funcione, en periodos de un par de semanas hasta un par de meses, con preferencia en los periodos breves.&lt;br /&gt;
Las personas del negocio y los desarrolladores deben trabajar juntos de forma cotidiana a través del proyecto.&lt;br /&gt;
Construcción de proyectos en torno a individuos motivados, dándoles la oportunidad y el respaldo que necesitan y procurándoles confianza para que realicen la tarea.&lt;br /&gt;
La forma más eficiente y efectiva de comunicar información de ida y vuelta dentro de un equipo de desarrollo es mediante la conversación cara a cara.&lt;br /&gt;
El software que funciona es la principal medida del progreso.&lt;br /&gt;
Los procesos ágiles promueven el desarrollo sostenido. Los patrocinadores, desarrolladores y usuarios deben mantener un ritmo constante de forma indefinida.&lt;br /&gt;
La atención continua a la excelencia técnica enaltece la agilidad.&lt;br /&gt;
La simplicidad como arte de maximizar la cantidad de trabajo que no se hace, es esencial.&lt;br /&gt;
Las mejores arquitecturas, requisitos y diseños emergen de equipos que se auto-organizan.&lt;br /&gt;
En intervalos regulares, el equipo reflexiona sobre la forma de ser más efectivo y ajusta su conducta en consecuencia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Definición]]&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Manifiesto_%C3%81gil&amp;diff=73</id>
		<title>Manifiesto Ágil</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Manifiesto_%C3%81gil&amp;diff=73"/>
		<updated>2015-05-08T00:48:59Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;El 17 de febrero de 2001 diecisiete críticos de los modelos de mejora del desarrollo de software basados en procesos, convocados por Kent Beck, quien había publicado un par...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;El 17 de febrero de 2001 diecisiete críticos de los modelos de mejora del desarrollo de software basados en procesos, convocados por Kent Beck, quien había publicado un par de años antes Extreme Programming Explained, libro en el que exponía una nueva metodología denominada Extreme Programming, se reunieron en Snowbird, Utah para tratar sobre técnicas y procesos para desarrollar software. En la reunión se acuñó el término “Métodos Ágiles” para definir a los métodos que estaban surgiendo como alternativa a las metodologías formales (CMMI, SPICE) a las que consideraban excesivamente “pesadas” y rígidas por su carácter normativo y fuerte dependencia de planificaciones detalladas previas al desarrollo.&lt;br /&gt;
&lt;br /&gt;
Los integrantes de la reunión resumieron los principios sobre los que se basan los métodos alternativos en cuatro postulados, lo que ha quedado denominado como Manifiesto Ágil.&lt;br /&gt;
&lt;br /&gt;
Estamos poniendo al descubierto mejores métodos para desarrollar software, haciéndolo y ayudando a otros a que lo hagan. Con este trabajo hemos llegado a valorar:&lt;br /&gt;
A los individuos y su interacción, por encima de los procesos y las herramientas.&lt;br /&gt;
El software que funciona, por encima de la documentación exhaustiva.&lt;br /&gt;
La colaboración con el cliente, por encima de la negociación contractual.&lt;br /&gt;
La respuesta al cambio, por encima del seguimiento de un plan.&lt;br /&gt;
Aunque hay valor en los elementos de la derecha, valoramos más los de la izquierda.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Principios del Manifiesto Ágil[editar]&lt;br /&gt;
Tras los cuatro valores descritos, los firmantes redactaron los siguientes, como los principios que de ellos se derivan:&lt;br /&gt;
&lt;br /&gt;
Nuestra principal prioridad es satisfacer al cliente a través de la entrega temprana y continua de software de valor.&lt;br /&gt;
Son bienvenidos los requisitos cambiantes, incluso si llegan tarde al desarrollo. Los procesos ágiles se doblegan al cambio como ventaja competitiva para el cliente.&lt;br /&gt;
Entregar con frecuencia software que funcione, en periodos de un par de semanas hasta un par de meses, con preferencia en los periodos breves.&lt;br /&gt;
Las personas del negocio y los desarrolladores deben trabajar juntos de forma cotidiana a través del proyecto.&lt;br /&gt;
Construcción de proyectos en torno a individuos motivados, dándoles la oportunidad y el respaldo que necesitan y procurándoles confianza para que realicen la tarea.&lt;br /&gt;
La forma más eficiente y efectiva de comunicar información de ida y vuelta dentro de un equipo de desarrollo es mediante la conversación cara a cara.&lt;br /&gt;
El software que funciona es la principal medida del progreso.&lt;br /&gt;
Los procesos ágiles promueven el desarrollo sostenido. Los patrocinadores, desarrolladores y usuarios deben mantener un ritmo constante de forma indefinida.&lt;br /&gt;
La atención continua a la excelencia técnica enaltece la agilidad.&lt;br /&gt;
La simplicidad como arte de maximizar la cantidad de trabajo que no se hace, es esencial.&lt;br /&gt;
Las mejores arquitecturas, requisitos y diseños emergen de equipos que se auto-organizan.&lt;br /&gt;
En intervalos regulares, el equipo reflexiona sobre la forma de ser más efectivo y ajusta su conducta en consecuencia.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=lean_manufacturing&amp;diff=72</id>
		<title>lean manufacturing</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=lean_manufacturing&amp;diff=72"/>
		<updated>2015-05-08T00:47:19Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Lean manufacturing (‘producción ajustada’, ‘manufactura esbelta’, ‘producción limpia’ o ‘producción sin desperdicios’)1 es un modelo de gestión enfocado a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lean manufacturing (‘producción ajustada’, ‘manufactura esbelta’, ‘producción limpia’ o ‘producción sin desperdicios’)1 es un modelo de gestión enfocado a la creación de flujo para poder entregar el máximo valor para los clientes, utilizando para ello los mínimos recursos necesarios: es decir ajustados.&lt;br /&gt;
&lt;br /&gt;
La creación de flujo se focaliza en la reducción de los ocho tipos de &amp;quot;desperdicios&amp;quot; en productos manufacturados:&lt;br /&gt;
&lt;br /&gt;
sobre-producción&lt;br /&gt;
tiempo de espera&lt;br /&gt;
transporte&lt;br /&gt;
exceso de procesados&lt;br /&gt;
inventario&lt;br /&gt;
movimientos&lt;br /&gt;
defectos&lt;br /&gt;
potencial humano subutilizado&lt;br /&gt;
Eliminando el despilfarro, mejora la calidad y se reducen el tiempo de producción y el costo. Las herramientas lean (en inglés, ‘ágil’, ‘esbelto’ o ‘sin grasa’) incluyen procesos continuos de análisis (llamadas kaizen en japonés), producción pull (‘disuasión e incentivo’, en el sentido del término japonés kanban), y elementos y procesos «a prueba de fallos» (poka yoke, en japonés), todo desde el genba japonés o área de valor.&lt;br /&gt;
&lt;br /&gt;
Un aspecto crucial es que la mayoría de los costes se calculan en la etapa de diseño de un producto. A menudo un ingeniero especificará materiales y procesos conocidos y seguros a expensas de otros baratos y eficientes. Esto reduce los riesgos del proyecto, o lo que es lo mismo, el coste según el ingeniero, pero a base de aumentar los riesgos financieros y disminuir los beneficios. Las buenas organizaciones desarrollan y repasan listas de verificación para validar el diseño del producto.&lt;br /&gt;
&lt;br /&gt;
Los principios clave del lean manufacturing son:&lt;br /&gt;
&lt;br /&gt;
Calidad perfecta a la primera: búsqueda de cero defectos, detección y solución de los problemas en su origen.&lt;br /&gt;
Minimización del despilfarro: eliminación de todas las actividades que no son de valor añadido y redes de seguridad, optimización del uso de los recursos escasos (capital, gente y espacio).&lt;br /&gt;
Mejora continua: reducción de costes, mejora de la calidad, aumento de la productividad y compartir la información.&lt;br /&gt;
Procesos &amp;quot;pull&amp;quot;: los productos son tirados (en el sentido de solicitados) por el cliente final, no empujados por el final de la producción.&lt;br /&gt;
Flexibilidad: producir rápidamente diferentes mezclas de gran variedad de productos, sin sacrificar la eficiencia debido a volúmenes menores de producción.&lt;br /&gt;
Construcción y mantenimiento de una relación a largo plazo con los proveedores tomando acuerdos para compartir el riesgo, los costes y la información.&lt;br /&gt;
Lean es básicamente todo lo concerniente a obtener las cosas correctas en el lugar correcto, en el momento correcto, en la cantidad correcta, minimizando el despilfarro, siendo flexible y estando abierto al cambio.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Definición]]&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=Scrum&amp;diff=71</id>
		<title>Scrum</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=Scrum&amp;diff=71"/>
		<updated>2015-05-08T00:45:33Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;Scrum es el nombre con el que se denomina a los marcos de desarrollo ágiles caracterizados por:  *Adoptar una estrategia de desarrollo incremental, en lugar de la planificaci...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Scrum es el nombre con el que se denomina a los marcos de desarrollo ágiles caracterizados por:&lt;br /&gt;
&lt;br /&gt;
*Adoptar una estrategia de desarrollo incremental, en lugar de la planificación y ejecución completa del producto.&lt;br /&gt;
*Basar la calidad del resultado más en el conocimiento tácito de las personas en equipos autoorganizados, que en la calidad de los procesos empleados.&lt;br /&gt;
*Solapamiento de las diferentes fases del desarrollo, en lugar de realizar una tras otra en un ciclo secuencial o de cascada.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Definición]]&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.neuroglia.com.ar/index.php?title=TQM&amp;diff=70</id>
		<title>TQM</title>
		<link rel="alternate" type="text/html" href="https://wiki.neuroglia.com.ar/index.php?title=TQM&amp;diff=70"/>
		<updated>2015-05-08T00:44:44Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;La Gestión de la Calidad Total (abreviada TQM, del inglés Total Quality Management) es una estrategia de gestión desarrollada en las décadas de 1950 y 1960 por las industr...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;La Gestión de la Calidad Total (abreviada TQM, del inglés Total Quality Management) es una estrategia de gestión desarrollada en las décadas de 1950 y 1960 por las industrias japonesas, a partir de las prácticas promovidas por el experto en materia de control de calidad W. Edwards Deming, impulsor en Japón de los círculos de calidad, también conocidos, en ese país, como «círculos de Deming»,1 y Joseph Juran.2 La TQM está orientada a crear conciencia de calidad en todos los procesos de organización y ha sido ampliamente utilizada en todos los sectores, desde la manufactura a la educación, el gobierno y las industrias de servicios. Se le denomina «total porque concierne a la organización de la empresa globalmente considerada y a las personas que trabajan en ella.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Definición]]&lt;br /&gt;
[[Category:2Complete]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>