<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://es.emushpedia.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=OkayMaybeImASimp</id>
	<title>eMushpedia - Contribuciones del usuario [es]</title>
	<link rel="self" type="application/atom+xml" href="https://es.emushpedia.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=OkayMaybeImASimp"/>
	<link rel="alternate" type="text/html" href="https://es.emushpedia.com/wiki/Especial:Contribuciones/OkayMaybeImASimp"/>
	<updated>2026-07-17T20:49:40Z</updated>
	<subtitle>Contribuciones del usuario</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Plantillas_de_P%C3%A1gina&amp;diff=1727</id>
		<title>Plantillas de Página</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Plantillas_de_P%C3%A1gina&amp;diff=1727"/>
		<updated>2026-04-24T00:30:12Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: Página en progreso (hecho hasta sección Recursos del Daedalus)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Las &#039;&#039;&#039;Plantillas&#039;&#039;&#039; son páginas de wiki estándar que tienen su contenido diseñado para usarse dentro de otras páginas. Las plantillas siguen una convención donde el nombre empieza con &amp;quot;Template:&amp;quot;, asignando al espacio de nombres de plantillas; aparte de esto, puedes crearlas como cualquier otra página de wiki.&lt;br /&gt;
&lt;br /&gt;
Para incrustar una plantilla, se usan dobles llaves alrededor del nombre de la plantilla &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{nombre plantilla}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Como usar una Plantilla ==&lt;br /&gt;
&lt;br /&gt;
Para incrustar una plantilla, se usan dobles llaves alrededor del nombre de la plantilla y sus parámetros:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Nombre Plantilla|Parámetro 1|Parámetro 2|etc..}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Parámetros&#039;&#039;&#039;: Los Parámetros permiten modificar el comportamiento de la plantilla, haciendo que el contenido que aparece sea distinto.&lt;br /&gt;
&lt;br /&gt;
Por ejemplo, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{gloria}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; resulta en {{gloria}}, mientras que &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{gloria|mush}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; resulta en {{gloria|mush}}.&lt;br /&gt;
&lt;br /&gt;
== Como crear una Plantilla ==&lt;br /&gt;
&lt;br /&gt;
Para crear una plantilla, ve a una nueva página con el nombre de la plantilla que quieres, por ejemplo:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;es.emushpedia.com/wiki/&#039;&#039;&#039;Template:Nombre_Nueva_Plantilla&#039;&#039;&#039;&amp;lt;/code&amp;gt;&lt;br /&gt;
Y copia el contenido de [[Template:Plantilla]] para que tengamos un estándar común entre la wiki. Si la plantilla ya existe en otro idioma también puedes copiar el codigo de su plantilla y traducirlo.&lt;br /&gt;
&lt;br /&gt;
== Lista de plantillas ==&lt;br /&gt;
&lt;br /&gt;
Un enlace rojo indica que la Plantilla no se ha creado todavia.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;table&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;table-cell&amp;quot;&amp;gt;&lt;br /&gt;
=== Cuadros informativos (grandes) ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Código&lt;br /&gt;
! Más información&lt;br /&gt;
|-&lt;br /&gt;
| {{Info|Información útil.}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Info|Información útil.}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Info]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Atencion|Información importante.}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Atencion|Información importante.}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Atencion]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Alerta|Información vital!}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Alerta|Información vital!}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Alerta]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;table-cell&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cuadros informativos (en linea) ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Código&lt;br /&gt;
! Más información&lt;br /&gt;
|-&lt;br /&gt;
| {{InfoTexto|nombre=Nombre alerta|texto=Información.}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{InfoTexto|nombre=Nombre alerta|texto=Información.}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:InfoTexto]]&lt;br /&gt;
|-&lt;br /&gt;
| {{AtencionTexto|Información.}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AtencionTexto|Información.}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AtencionTexto]]&lt;br /&gt;
|-&lt;br /&gt;
| {{ErrorTexto|Texto aquí}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{ErrorTexto|Texto aquí}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:ErrorTexto]]&lt;br /&gt;
|-&lt;br /&gt;
| {{TODO|Aquí falta algo!|nocat}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TODO|Aquí falta algo!}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:TODO]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Confirmar|Texto aquí|nocat}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Confirmar|Texto aquí}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Confirmar]]&lt;br /&gt;
|-&lt;br /&gt;
| {{SucioTexto|Probabilidades}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{SucioTexto|Probabilidades}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:SucioTexto]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;table&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;table-cell&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Recursos del Daedalus ===&lt;br /&gt;
&lt;br /&gt;
{{TODO|Falta traducir el resto!|nocat}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Code&lt;br /&gt;
! Template Page&lt;br /&gt;
! Linked Page &lt;br /&gt;
|-&lt;br /&gt;
| {{Oxygen}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Oxygen}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Oxygen]]&lt;br /&gt;
| [[Oxygen]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Oxygen|low}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Oxygen|low}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Oxygen]]&lt;br /&gt;
| [[Oxygen]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Fuel}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Fuel}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Fuel]]&lt;br /&gt;
| [[Fuel]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Armor}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Armor}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Armor]]&lt;br /&gt;
| [[Armor and Shield]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Shield}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Shield}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Shield]]&lt;br /&gt;
| [[Armor and Shield]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Charges}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Charges}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Charges]]&lt;br /&gt;
| [[Charges]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;table-cell&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Character&#039;s Resources === &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Code&lt;br /&gt;
! Template Page&lt;br /&gt;
! Linked Page&lt;br /&gt;
|-&lt;br /&gt;
| {{AP}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AP}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{MP}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{MP}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:MP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{HP}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{HP}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:HP]]&lt;br /&gt;
| [[Health Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Morale}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Morale}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Morale]]&lt;br /&gt;
| [[Morale Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{AP|IT}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AP|IT}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{AP|Garden}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AP|Garden}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{AP|Repair}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AP|Repair}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{AP|Cook}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AP|Cook}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{AP|PILGRED}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AP|PILGRED}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{AP|NERON}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AP|NERON}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{AP|Heal}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AP|Heal}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{AP|Shot}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AP|Shot}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{AP|Torture}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{AP|Torture}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:AP]]&lt;br /&gt;
| [[Action and Movement Points]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Glory}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Glory}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Glory]]&lt;br /&gt;
| [[Glory]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Glory|mush}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Glory|mush}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Glory]]&lt;br /&gt;
| [[Glory]]&lt;br /&gt;
|-|&lt;br /&gt;
| {{Glory|mix}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Glory|mix}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Glory]]&lt;br /&gt;
| [[Glory]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Spore}}&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Spore}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Spore]]&lt;br /&gt;
| [[Spores]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;table&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;table-cell&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Shortcuts to game&#039;s content ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Rendu&lt;br /&gt;
! Usage&lt;br /&gt;
! Exemple&lt;br /&gt;
! Modèle&lt;br /&gt;
! Article correspondant&lt;br /&gt;
|-&lt;br /&gt;
| {{Item|Post-its|16}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Item|&amp;lt;item name&amp;gt;|&amp;lt;size&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Item|Post-its|16}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Item]]&lt;br /&gt;
| [[Items]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Skill|Anonymush}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Skill|&amp;lt;nom&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Skill|Anonymush}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Skill]]&lt;br /&gt;
| [[Skills]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Character|Paola}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Character|&amp;lt;prénom&amp;gt;|&amp;lt;opt.:long&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Character|Paola}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Character]]&lt;br /&gt;
| [[Playable Characters]]&lt;br /&gt;
|-&lt;br /&gt;
| {{NPC|Kivanç}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{NPC|&amp;lt;first name&amp;gt;|&amp;lt;opt.:long&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{NPC|Kivanç}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:NPC]]&lt;br /&gt;
| [[Non-Player Characters]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Trait|Pacifist}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Trait|&amp;lt;Trait&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Traits|Pacifist}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Trait]]&lt;br /&gt;
| [[Playable Characters]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Status|Inactive}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Status|&amp;lt;Status&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Status|Inactive}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Status]]&lt;br /&gt;
| [[Status]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Disease}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Disease}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Disease}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Disease]]&lt;br /&gt;
| [[List of diseases]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Disease|Gastroenteritis}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Disease|&amp;lt;name of disease&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Disease|Gastroenteritis}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Disease]]&lt;br /&gt;
| [[List of diseases]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Disorder}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Disorder}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Disorder}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Disorder]]&lt;br /&gt;
| [[List of disorders]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Disorder|Agoraphobia}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Disorder|&amp;lt;name of disorder&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Disorder|Agoraphobia}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Disorder]]&lt;br /&gt;
| [[List of disorders]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Injury|Hemmorrhage}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Injury|&amp;lt;name of injury&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Injury|Hemmorrhage}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Injury]]&lt;br /&gt;
| [[List of injuries]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Title|Commander}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Title|&amp;lt;title&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Title|Commander}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Title]]&lt;br /&gt;
| [[Titles]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Project|Jukebox}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Project|&amp;lt;project&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Project|Jukebox}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Project]]&lt;br /&gt;
| [[Projects]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Research|MycoAlarm}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Research|&amp;lt;Research&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Research|MycoAlarm}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Research]]&lt;br /&gt;
| [[Research]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Zone|Mankarog}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Zone|&amp;lt;name&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Zone|Mankarog}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Zone]]&lt;br /&gt;
| [[Zones]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Comms|Ghost Chun}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Comms|&amp;lt;xyloph DB nickname&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Comms|&amp;lt;xyloph DB nickname&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Comms]]&lt;br /&gt;
| [[Communications#Xyloph Database|Xyloph]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Comms|Sirius}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Comms|&amp;lt;Rebel base or day&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Comms|&amp;lt;Rebel base or day&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Comms]]&lt;br /&gt;
| [[Communications#Rebel Bases|Rebel Bases]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Action|Shoot|1|Gun}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Action|&amp;lt;text&amp;gt;|&amp;lt;opt.: coût&amp;gt;|&amp;lt;opt.: spécial&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Action|Shoot|1|Gun}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Action]]&lt;br /&gt;
| [[List of actions]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;table-cell&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Action Visibility Level ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Code&lt;br /&gt;
! More info&lt;br /&gt;
! Relevant article&lt;br /&gt;
|-&lt;br /&gt;
| {{Visibility|Invisible}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Visibility|Invisible}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Visibility]]&lt;br /&gt;
| [[Action Visibility]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Visibility|Private}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Visibility|Private}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Visibility]]&lt;br /&gt;
| [[Action Visibility]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Visibility|Covert}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Visibility|Covert}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Visibility]]&lt;br /&gt;
| [[Action Visibility]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Visibility|Discret}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Visibility|Secret}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Visibility]]&lt;br /&gt;
| [[Action Visibility]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Visibility|Spotted}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Visibility|Spotted}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Visibility]]&lt;br /&gt;
| [[Action Visibility]]&lt;br /&gt;
|-&lt;br /&gt;
| {{Visibility|Public}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Visibility|Public}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Visibility]]&lt;br /&gt;
| [[Action Visibility]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Misc. ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
! Code&lt;br /&gt;
! Plus d&#039;info&lt;br /&gt;
! Lien contenu&lt;br /&gt;
|-&lt;br /&gt;
| {{QuickLink|Personnages jouables}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{QuickLink|Nom de l&#039;article}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:QuickLink]]&lt;br /&gt;
| Variable&lt;br /&gt;
|-&lt;br /&gt;
| Voir page template&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Table Compétence|&amp;lt;nom de la compétence&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Table Compétence]]&lt;br /&gt;
| [[Compétences]]&lt;br /&gt;
|-&lt;br /&gt;
| Voir page template&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Table Secteur|&amp;lt;nom du secteur&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| [[Template:Table Secteur]]&lt;br /&gt;
| [[Compétences]]&lt;br /&gt;
|-&lt;br /&gt;
| {{NERON}}&lt;br /&gt;
| &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{NERON}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
| Affiche NERON en gras avec son icon.&lt;br /&gt;
| A créer&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;table&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;table-cell&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Tooltips ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Tooltips are usually displayed at the right of the page, formatting information about items, researches, ...&lt;br /&gt;
&lt;br /&gt;
* [[Template:Tooltip Personnage]]&lt;br /&gt;
* [[Template:Tooltip Compétence]]&lt;br /&gt;
* [[Template:Tooltip Compétence Mush]]&lt;br /&gt;
* [[Template:Tooltip Projet]]&lt;br /&gt;
* [[Template:Tooltip Recherche]]&lt;br /&gt;
* [[Template:Tooltip Objet]]&lt;br /&gt;
* [[Template:Tooltip Equipement]]&lt;br /&gt;
* [[Template:Tooltip Végétal]]&lt;br /&gt;
* [[Template:Tooltip Portes]]&lt;br /&gt;
* [[Template:Tooltip Log]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Language|es|fr=Pages Template|en=Templates}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=eMushpedia:News&amp;diff=1726</id>
		<title>eMushpedia:News</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=eMushpedia:News&amp;diff=1726"/>
		<updated>2026-04-22T19:27:10Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: arreglado enlace a la página en inglés&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Lista de Noticias ==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* 22/04/2026 Di hola a eMushpedia! Estamos empezando a desplazar y traducir la wiki! Si quieres contribuir, no olvides leer la [https://es.emushpedia.com/wiki/Guía_de_Traducción Guía de Traducción] y escribir cualquier duda en los canales de Discord. &amp;amp;nbsp;&amp;amp;nbsp;~[[User:OkayMaybeImASimp|OkayMaybeImASimp]]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Instrucciones ==&lt;br /&gt;
Todas las líneas con &#039;&#039;&amp;lt;nowiki&amp;gt;onlyinclude&amp;lt;/nowiki&amp;gt;&#039;&#039; solo aparecerán en la página principal. Muestra solo las 5 noticias más recientes!&lt;br /&gt;
&lt;br /&gt;
{{Language|es|fr=eMushpedia:News|en=eMushpedia:News}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Gu%C3%ADa_de_Traducci%C3%B3n&amp;diff=1725</id>
		<title>Guía de Traducción</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Gu%C3%ADa_de_Traducci%C3%B3n&amp;diff=1725"/>
		<updated>2026-04-22T19:23:27Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: Mejorado el link a la guía de traducción en inglés&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hola! Gracias por tu motivación para ayudar en la wiki!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Aquí tienes unos consejos para ayudar a que esta wiki no cambie mucho de las otras:&lt;br /&gt;
* Hasta que tengamos todo el contenido correctamente, intentaremos mantener todo lo más cercano posible a la wiki francesa y la inglesa en [https://fr.emushpedia.com/ fr.emushpedia.com] y [https://en.emushpedia.com/ en.emushpedia.com].&lt;br /&gt;
* Esto significa que queremos mantener la misma &#039;&#039;&#039;estructura&#039;&#039;&#039;. Aun así, a nivel de contenido sabemos que hay gente que prefiere la estructura de Mushpedia (por ejemplo para la Jardinería), así que aceptaremos esos artículos aunque no sean iguales 1:1 de las páginas francesas.&lt;br /&gt;
* Por favor intenta seguir el resto de pautas de la wiki: usando las plantillas y imagenes existentes, y usa las plantillas comunes de navegación e información emergente en nuevas páginas que crees.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Si ves que falta una plantilla:&lt;br /&gt;
* A) Intenta recrearla de la página inglesa o francesa que la usa en el mismo sitio, copiando el codigo y traduciendo su contenido.&lt;br /&gt;
* B) Pide ayuda usando &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TODO|Falta plantilla &amp;lt;nombre&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; en la página que estás editando.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Para añadir una traducción, deberás editar las páginas en FR y EN y añadir la siguiente plantilla al final de cada página:&lt;br /&gt;
* En el lado francés (FR):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{Language|fr|en=&amp;lt;nombre página en inglés&amp;gt;|es=&amp;lt;nombre nueva página en español&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* En el lado inglés (EN):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{Language|en|fr=&amp;lt;nombre página en francés&amp;gt;|es=&amp;lt;nombre nueva página en español&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Y en el lado español (ES):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{Language|es|fr=&amp;lt;nombre página en francés&amp;gt;|en=&amp;lt;nombre página en inglés&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Si no hay una página existente en uno de los idiomas, puedes escribir como crees que se llamaria en ese idioma o, si no lo sabes, directamente eliminar la referencia a ese idioma, y la plantilla automáticamente mostrará un enlace para crear la página que falta.&lt;br /&gt;
&lt;br /&gt;
Esta plantilla te mostrará los idiomas disponibles en la barra de la izquierda, y las banderas abajo del todo de la página.&lt;br /&gt;
&lt;br /&gt;
En cualquier caso, el equipo está listo para responder cualquier pregunta y ayudar en el [https://discord.gg/eternaltwin-693082011484684348 Discord de Eternal Twin], en el canal de &amp;lt;code&amp;gt;#wiki-emush&amp;lt;/code&amp;gt;. Unete!&lt;br /&gt;
&lt;br /&gt;
Atentamente,&lt;br /&gt;
&lt;br /&gt;
El equipo de la wiki&lt;br /&gt;
&lt;br /&gt;
{{Language|es|fr=Traduction|en=Translation Guide}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Gu%C3%ADa_de_Traducci%C3%B3n&amp;diff=1724</id>
		<title>Guía de Traducción</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Gu%C3%ADa_de_Traducci%C3%B3n&amp;diff=1724"/>
		<updated>2026-04-22T19:21:07Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: actualizada la guía de traducción&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hola! Gracias por tu motivación para ayudar en la wiki!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Aquí tienes unos consejos para ayudar a que esta wiki no cambie mucho de las otras:&lt;br /&gt;
* Hasta que tengamos todo el contenido correctamente, intentaremos mantener todo lo más cercano posible a la wiki francesa y la inglesa en [https://fr.emushpedia.com/ fr.emushpedia.com] y [https://en.emushpedia.com/ en.emushpedia.com].&lt;br /&gt;
* Esto significa que queremos mantener la misma &#039;&#039;&#039;estructura&#039;&#039;&#039;. Aun así, a nivel de contenido sabemos que hay gente que prefiere la estructura de Mushpedia (por ejemplo para la Jardinería), así que aceptaremos esos artículos aunque no sean iguales 1:1 de las páginas francesas.&lt;br /&gt;
* Por favor intenta seguir el resto de pautas de la wiki: usando las plantillas y imagenes existentes, y usa las plantillas comunes de navegación e información emergente en nuevas páginas que crees.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Si ves que falta una plantilla:&lt;br /&gt;
* A) Intenta recrearla de la página inglesa o francesa que la usa en el mismo sitio, copiando el codigo y traduciendo su contenido.&lt;br /&gt;
* B) Pide ayuda usando &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{TODO|Falta plantilla &amp;lt;nombre&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; en la página que estás editando.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Para añadir una traducción, deberás editar las páginas en FR y EN y añadir la siguiente plantilla al final de cada página:&lt;br /&gt;
* En el lado francés (FR):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{Language|fr|en=&amp;lt;nombre página en inglés&amp;gt;|es=&amp;lt;nombre nueva página en español&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* En el lado inglés (EN):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{Language|en|fr=&amp;lt;nombre página en francés&amp;gt;|es=&amp;lt;nombre nueva página en español&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Y en el lado español (ES):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{Language|es|fr=&amp;lt;nombre página en francés&amp;gt;|en=&amp;lt;nombre página en inglés&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Si no hay una página existente en uno de los idiomas, puedes escribir como crees que se llamaria en ese idioma o, si no lo sabes, directamente eliminar la referencia a ese idioma, y la plantilla automáticamente mostrará un enlace para crear la página que falta.&lt;br /&gt;
&lt;br /&gt;
Esta plantilla te mostrará los idiomas disponibles en la barra de la izquierda, y las banderas abajo del todo de la página.&lt;br /&gt;
&lt;br /&gt;
En cualquier caso, el equipo está listo para responder cualquier pregunta y ayudar en el [https://discord.gg/eternaltwin-693082011484684348 Discord de Eternal Twin], en el canal de &amp;lt;code&amp;gt;#wiki-emush&amp;lt;/code&amp;gt;. Unete!&lt;br /&gt;
&lt;br /&gt;
Atentamente,&lt;br /&gt;
&lt;br /&gt;
El equipo de la wiki&lt;br /&gt;
&lt;br /&gt;
{{Language|es|fr=Traduction|en=Translation_Guide}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Gu%C3%ADa_de_Traducci%C3%B3n&amp;diff=1723</id>
		<title>Guía de Traducción</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Gu%C3%ADa_de_Traducci%C3%B3n&amp;diff=1723"/>
		<updated>2026-04-22T19:20:20Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: añadida primera guía de traducción&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hola! Gracias por tu motivación para ayudar en la wiki!&lt;br /&gt;
&lt;br /&gt;
{{Idioma|es|fr=Traduction|en=Translation_Guide}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Inicio&amp;diff=1722</id>
		<title>Inicio</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Inicio&amp;diff=1722"/>
		<updated>2026-04-22T17:48:21Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: añadidos los iconos que faltaban y nuevo enlace para una guía de traducción igual que en la versión en inglés&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC____NOEDITSECTION__&lt;br /&gt;
&amp;lt;small style=&amp;quot;color:#ff4058;position:absolute;right: 25px; margin-top:7px;&amp;quot;&amp;gt;⮝ Barra de búsqueda ⮝&amp;lt;/small&amp;gt;&lt;br /&gt;
[[File:Logo-emush.png|center|frameless|link=https://emush.eternaltwin.org/game]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 100%; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:1.2em&amp;quot;&amp;gt;¡Bienvenido/a a &#039;&#039;&#039;eMushpedia&#039;&#039;&#039;, la wiki de &#039;&#039;&#039;[https://emush.eternaltwin.org eMush]&#039;&#039;&#039;, un juego originalmente creado por [http://www.motion-twin.com Motion Twin], ahora recreado por [https://eternaltwin.org/ Eternaltwin] !&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
eMushpedia contiene &#039;&#039;&#039;{{NUMBEROFARTICLES}}&#039;&#039;&#039; artículos y &#039;&#039;&#039;{{NUMBEROFPAGES}}&#039;&#039;&#039; pages. ¡Un total de &#039;&#039;&#039;{{NUMBEROFEDITS}}&#039;&#039;&#039; modificaciones han sido hechas por &#039;&#039;&#039;{{NUMBEROFUSERS}}&#039;&#039;&#039; usuarios ! &amp;lt;span style=&amp;quot;background-color:#fff0bc&amp;quot;&amp;gt;&#039;&#039;&#039;¡Cualquiera puede [[:es:Special:CreateAccount|contribuir !]]&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;frontpage_content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage_column&amp;quot;&amp;gt;&lt;br /&gt;
===Conceptos Generales===&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-derecha.png]] &#039;&#039;&#039;[[Introducción al juego]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Estado-nuevo-recluta.png|link=link=Guide pour les nouveaux]] [[Guía para principiantes]]&lt;br /&gt;
:[[File:character-icon-nils.png|class=margin-small|link=Changements notables pour les anciens]] [[Cambios notables para veteranos]]&lt;br /&gt;
[[File:P-vivo.png|link=link=Jouer Humain]]  &#039;&#039;&#039;[[Jugadas Humanas]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-enquete.png|class=icon-margin|link=Jouer Humain]] [[Investigar]]&lt;br /&gt;
:[[File:Icon-sol.png|class=icon-margin|link=Rentrer sur Sol]] [[Regresar a Sol]]&lt;br /&gt;
:[[File:Icon-eden.png|class=icon-margin|link=Atteindre Eden]] [[Alcanzando el Eden]]&lt;br /&gt;
&lt;br /&gt;
[[File:P-mush.png|link=link=Jouer Mush]] &#039;&#039;&#039;[[Jugadas Mush]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====Comunicación==== &lt;br /&gt;
&lt;br /&gt;
[[File:Icon-canal-privado.png|link=link=Canaux de conversation]] &#039;&#039;&#039;[[Canales de comunicación]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-emoticono-feliz.png|link=link=Emotes]] [[Emotes]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-canal-registro.png|link=link=Registre de la pièce]] &#039;&#039;&#039;[[Registro de la sala]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-discreto.png|link=link=Visibilité des actions]] [[Visibilité des actions|Visibilidad de las acciones]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-consejo.png]] Pestaña Consejos&lt;br /&gt;
:[[File:Icon-cuaderno.png|link=link=Missions du Commandant]] [[Misiones del Comandante]]&lt;br /&gt;
:[[File:Icon-alerta-informativa.png|link=link=Annonces Générales]] [[Anuncios Generales]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage_column&amp;quot;&amp;gt;&lt;br /&gt;
=== Personajes ===&lt;br /&gt;
&lt;br /&gt;
[[File:character-icon-chun.png|class=icon-margin|link=Personnages jouables]] &#039;&#039;&#039;[[Personajes jugables|La tripulación]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-libro.png|link=link=Compétences]] [https://emush.eternaltwin.org/biography/andie Biografía de la tripulación] &lt;br /&gt;
&lt;br /&gt;
{{Gloria}} &#039;&#039;&#039;[[Habilidades]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Skill-velocista.png|link=link=Compétences humaines]] [[Habilidades Humanas]]&lt;br /&gt;
:[[File:Skill-espiritu-del-mycellium.png|link=link=Compétences Mush]] [[Habilidades Mush]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
=== [[Daedalus|El Daedalus]] ===&lt;br /&gt;
[[File:Icon-mapa-del-daedalus.png|link=link=Plan du vaisseau]] [[Mapa del Daedalus]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-simulador.png|link=link=Équipements]] [[Equipos]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-objeto.png|link=link=Objets]] &#039;&#039;&#039;[[Objetos]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Recurso-puntos-de-accion-disparo.png|link=link=Armes]] [[Armas]]&lt;br /&gt;
:[[File:Icon-dron.png|link=link=Drones]] [[Drones]]&lt;br /&gt;
:[[File:Icon-plano.png|link=link=Plans]] [[Planos de construcción]]&lt;br /&gt;
&lt;br /&gt;
[[File:Recurso-blindaje-y-escudo.png|link=link=Armure et Bouclier]] [[Blindaje y Escudos]]&lt;br /&gt;
&lt;br /&gt;
[[File:Recurso-oxigeno.png|link=link=Oxygène]] [[Oxígeno]]&lt;br /&gt;
&lt;br /&gt;
[[File:Recurso-combustible.png|link=link=Fuel]] [[Combustible]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-fuego.png|link=link=Embûches]] [[Incidentes]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage_column&amp;quot;&amp;gt;&lt;br /&gt;
=== Jugador ===&lt;br /&gt;
&#039;&#039;&#039;Recursos Personales&#039;&#039;&#039;&lt;br /&gt;
:[[File:Recurso-puntos-de-accion-movimiento.png|link=link=Points d&#039;Action et de Mouvement]][[Puntos de Acción y de Movimiento]]&lt;br /&gt;
:{{PV}} [[Puntos de Vida]]&lt;br /&gt;
:{{Moral}} [[Puntos de Ánimo]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[File:Title_01.png|class=margin-small|link=Titres]] [[Titres|Títulos]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Estado-pensalink.png|link=link=Statuts]] &#039;&#039;&#039;[[Estados]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Estado-enfermedad.png|link=link=Maladies]] [[Enfermedades]]&lt;br /&gt;
:[[File:Estado-trastorno-psicologico.png|link=link=Troubles Psychiques]] [[Trastornos Psicológicos]]&lt;br /&gt;
:[[File:Estado-herida.png|link=link=Blessures]] [[Lesiones]]&lt;br /&gt;
:[[File:Estado-hambriento.png|link=link=Faim]] [[Hambre]]&lt;br /&gt;
:[[File:Estado-sucio.png|link=link=Saleté]] [[Suciedad]]&lt;br /&gt;
:[[File:Estado-esporas.png|link=link=Spores]] [[Esporas]]&lt;br /&gt;
:[[File:Estado-somnoliento.png|link=link=Inactivité]] [[Inactividad]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage_column&amp;quot;&amp;gt;&lt;br /&gt;
=== Sistemas ===&lt;br /&gt;
&lt;br /&gt;
[[File:Estado-concentrado.png]] &#039;&#039;&#039;Terminales&#039;&#039;&#039;&lt;br /&gt;
:[[Como hacer un Reset]]&lt;br /&gt;
:[[File:Icon-izquierda-derecha.png|link=link=Terminal de Commandement]] [[Terminal de Comando]]&lt;br /&gt;
:[[File:Icon-termosensores.png|link=link=Astrophysique]] [[Terminal Astro]]&lt;br /&gt;
:[[File:Icon-comunicaciones.png|link=link=Communications]] [[Centro de Comunicación]]&lt;br /&gt;
::[[File:Icon-canal-favorito.png|link=link=Bases rebelles]] [[Bases rebeldes]]&lt;br /&gt;
::[[File:Recurso-puntos-de-accion-informatica.png|link=link=Xyloph BDD]] [[BDD Xyloph]]&lt;br /&gt;
::[[File:Icon-invitacion.png|link=link=Échanges Marchands]] [[Intercambios Comerciales]]&lt;br /&gt;
:[[File:Icon-microscopio.png|link=link=Recherches]] [[Investigaciones]]&lt;br /&gt;
:[[File:Icon-artifice.png|link=link=Projets]] [[Proyectos NERON]]&lt;br /&gt;
:[[File:Recurso-puntos-de-accion-proyectos-neron.png|link=link=BIOS]] [[BIOS]]&lt;br /&gt;
:[[File:Recurso-puntos-de-accion-pilgred.png|link=link=PILGRED]] [[PILGRED]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-piloto-mini.png|link=link=Pilotage]] &#039;&#039;&#039;[[Pilotaje]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-hunter.png|class=margin-small|link=Chasse aux hunters]] [[Caza de Hunters]]&lt;br /&gt;
:&amp;amp;nbsp;[[File:Icon-inventario.png|link=link=Collecte de débris]] [[Recogida de Chatarra]]&lt;br /&gt;
&lt;br /&gt;
[[File:Recurso-puntos-de-accion-jardineria.png|link=link=Jardinage]] &#039;&#039;&#039;[[Jardineria]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Estado-planta-joven.png|link=link=Plantes]] [[Lista de plantas y frutas]]&lt;br /&gt;
:[[File:Estado-artefacto-alienigena.png|link=link=Fruits Aliens]] [[Frutos Alienígenas]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-planeta.png|link=link=Expéditions]] &#039;&#039;&#039;[[Expediciones]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-cristalita.png|link=link=Secteurs de planète]] [[Sectores de Planetas]]&lt;br /&gt;
&lt;br /&gt;
:[[File:Icon-oceano-perdido.png|link=link=Évènements]] [[Eventos de Sector]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage_column&amp;quot;&amp;gt;&lt;br /&gt;
===Misceláneo===&lt;br /&gt;
&lt;br /&gt;
[[File:Estado-guardian.png|link=link=Liste des actions]] &#039;&#039;&#039;[[Lista de acciones|Acciones]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-puno.png|link=link=Agression]] [[Acciones Agresivas]]&lt;br /&gt;
&lt;br /&gt;
[[File:Recurso-gloria-mixta.png|link=link=Triomphe]] [[Gloria]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-aprendido.png|link=link=Pictos et gains]] [[Pictogramas y Títulos]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====Eventos del calendario====&lt;br /&gt;
:[[File:Icon-regalo.png|link=link=Anniversaire de Mush]] [[Aniversario de Mush]] (Enero)&lt;br /&gt;
:[[File:Icon-perro.png|link=link=Poisson d&#039;avril]] [[Día de los Inocentes de Abril]]&lt;br /&gt;
:[[File:Icon-citroida.png|link=link=Halloween]] [[Halloween]] (finales de  Octubre/inicios de Noviembre)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====Contribuye a eMushpedia====&lt;br /&gt;
:[[File:Icon-punto.png|link=link=Guía_de_Traducción]] [[Guía de Traducción]]&lt;br /&gt;
:[[File:Icon-punto.png|link=link=Galerie des images]] [[Galería de imágenes]]&lt;br /&gt;
:[[File:Icon-punto.png|link=link=Pages Template]] [[Plantillas de Página]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: hidden;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 70%; text-align: center;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: 1em auto;&amp;quot;&lt;br /&gt;
!&#039;&#039;&#039;[[eMushpedia:News|News]]&#039;&#039;&#039;:&lt;br /&gt;
|-&lt;br /&gt;
| align=left | {{:eMushpedia:News}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 30%; text-align: center;float:right;&amp;quot;&amp;gt;{{Info|Esta wiki aún está en construcción, por lo que es normal que te encuentres que faltan algunas páginas. Siéntete libre de &#039;&#039;&#039;[[Special:CreateAccount|Contribuir]]&#039;&#039;&#039;!}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: hidden;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 35%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;La mayoría de los iconos e imágenes fueron creados originalmente por [http://www.motion-twin.com Motion Twin], y ahora están disponibles bajo la licencia CC-BY-NC-SA 4.0.&lt;br /&gt;
&lt;br /&gt;
Algunos iconos e imágenes fueron creados por colaboradores de [https://eternaltwin.org Eternaltwin] y también están disponibles bajo la licencia CC-BY-NC-SA 4.0.&lt;br /&gt;
&lt;br /&gt;
Gracias a Spacekadt e Ividyon por la Mushpedia original, así como a sus colaboradores, y lo mismo para Twinpedia (¡Edita si conoces a sus autores!)&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:60%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;♥️ Cada contribución cuenta ♥️&#039;&#039;&#039;&lt;br /&gt;
¡Gracias a S3d1n, Septembre y OkayMaybeImASimp por sus contribuciones !&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Idioma|fr=Accueil|en=Home|es=Inicio}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=eMushpedia:News&amp;diff=1721</id>
		<title>eMushpedia:News</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=eMushpedia:News&amp;diff=1721"/>
		<updated>2026-04-22T17:45:23Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: Añadida una primera noticia de guia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Lista de Noticias ==&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;&lt;br /&gt;
* 22/04/2026 Di hola a eMushpedia! Estamos empezando a desplazar y traducir la wiki! Si quieres contribuir, no olvides leer la [https://es.emushpedia.com/wiki/Guía_de_Traducción Guía de Traducción] y escribir cualquier duda en los canales de Discord. &amp;amp;nbsp;&amp;amp;nbsp;~[[User:OkayMaybeImASimp|OkayMaybeImASimp]]&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Instrucciones ==&lt;br /&gt;
Todas las líneas con &#039;&#039;&amp;lt;nowiki&amp;gt;onlyinclude&amp;lt;/nowiki&amp;gt;&#039;&#039; solo aparecerán en la página principal. Muestra solo las 5 noticias más recientes!&lt;br /&gt;
&lt;br /&gt;
{{Language|en|fr=eMushpedia:News|es=eMushpedia:News}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Plantilla:PV&amp;diff=1720</id>
		<title>Plantilla:PV</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Plantilla:PV&amp;diff=1720"/>
		<updated>2026-04-22T16:56:32Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: Plantilla traducida&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;onlyinclude&amp;gt;&amp;lt;span style=&amp;quot;white-space:nowrap&amp;quot;&amp;gt;[[File:Recurso-puntos-de-vida.png|link=Puntos de Vida|class=icon-margin|PV]]&amp;lt;/span&amp;gt;&amp;lt;/onlyinclude&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Muestra icono de vida y lo enlaza a la página correspondiente.&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{PV}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Galer%C3%ADa_de_im%C3%A1genes&amp;diff=1719</id>
		<title>Galería de imágenes</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Galer%C3%ADa_de_im%C3%A1genes&amp;diff=1719"/>
		<updated>2026-04-22T16:49:43Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: añadido icono&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lista de las imágenes actualmente disponibles para decorar las páginas de la wiki. Mira también la [[Especial:Archivos_nuevos|Galería de archivos nuevos]].&lt;br /&gt;
&lt;br /&gt;
== Habilidades ==&lt;br /&gt;
&lt;br /&gt;
=== Habilidades Humanas ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;25px&amp;quot; heights=&amp;quot;25px&amp;quot;&amp;gt;&lt;br /&gt;
File:Skill-abnegacion.png&lt;br /&gt;
File:Skill-entrenamiento.png&lt;br /&gt;
File:Skill-perfume-fino.png&lt;br /&gt;
File:Skill-astrofisico.png&lt;br /&gt;
File:Skill-beta-humano.png&lt;br /&gt;
File:Skill-biologo.png&lt;br /&gt;
File:Skill-guardaespaldas.png&lt;br /&gt;
File:Skill-botanico.png&lt;br /&gt;
File:Skill-cafeinomano.png&lt;br /&gt;
File:Skill-sangre-fria.png&lt;br /&gt;
File:Skill-experto-en-comunicaciones.png&lt;br /&gt;
File:Skill-artifice.png&lt;br /&gt;
File:Skill-confidente.png&lt;br /&gt;
File:Skill-chef.png&lt;br /&gt;
File:Skill-ojo-vivo.png&lt;br /&gt;
File:Skill-creativo.png&lt;br /&gt;
File:Skill-intimidante.png&lt;br /&gt;
File:Skill-voluntarioso.png&lt;br /&gt;
File:Skill-diplomatico.png&lt;br /&gt;
File:Skill-velocista-discapacitado.png&lt;br /&gt;
File:Skill-tecnico.png&lt;br /&gt;
File:Skill-huidizo.png&lt;br /&gt;
File:Skill-diestro.png&lt;br /&gt;
File:Skill-giro-en-u.png&lt;br /&gt;
File:Skill-bombero.png&lt;br /&gt;
File:Skill-enfermero.png&lt;br /&gt;
File:Skill-frugivoro.png&lt;br /&gt;
File:Skill-genio.png&lt;br /&gt;
File:Skill-amigo-de-las-plantas.png&lt;br /&gt;
File:Skill-pistolero.png&lt;br /&gt;
File:Skill-artillero.png&lt;br /&gt;
File:Skill-rastreador.png&lt;br /&gt;
File:Skill-informatico.png&lt;br /&gt;
File:Skill-perseguidor.png&lt;br /&gt;
File:Skill-lider.png&lt;br /&gt;
File:Skill-aletargado.png&lt;br /&gt;
File:Skill-logistica.png&lt;br /&gt;
File:Skill-nuestra-ultima-esperanza.png&lt;br /&gt;
File:Skill-medico.png&lt;br /&gt;
File:Skill-chatarrero.png&lt;br /&gt;
File:Skill-motivador.png&lt;br /&gt;
File:Skill-micologo.png&lt;br /&gt;
File:Skill-segundo-amigo-de-neron.png&lt;br /&gt;
File:Skill-observador.png&lt;br /&gt;
File:Skill-arribista.png&lt;br /&gt;
File:Skill-optimista.png&lt;br /&gt;
File:Skill-panico.png&lt;br /&gt;
File:Skill-paranoico.png&lt;br /&gt;
File:Skill-perseverante.png&lt;br /&gt;
File:Skill-fisico.png&lt;br /&gt;
File:Skill-piloto.png&lt;br /&gt;
File:Skill-politico.png&lt;br /&gt;
File:Skill-erudito.png&lt;br /&gt;
File:Skill-polivalente.png&lt;br /&gt;
File:Skill-presentimiento.png&lt;br /&gt;
File:Skill-rebelde.png&lt;br /&gt;
File:Skill-ing-robotico.png&lt;br /&gt;
File:Skill-psicologo.png&lt;br /&gt;
File:Skill-estratega-militar.png&lt;br /&gt;
File:Skill-velocista.png&lt;br /&gt;
File:Skill-meticuloso.png&lt;br /&gt;
File:Skill-impecable.png&lt;br /&gt;
File:Skill-robusto.png&lt;br /&gt;
File:Skill-superviviente.png&lt;br /&gt;
File:Skill-verdugo.png&lt;br /&gt;
File:Skill-indolente.png&lt;br /&gt;
File:Skill-luchador.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Habilidades Mush ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;25px&amp;quot; heights=&amp;quot;25px&amp;quot;&amp;gt;&lt;br /&gt;
File:Skill-incognito.png&lt;br /&gt;
File:Skill-bacteriano.png&lt;br /&gt;
File:Skill-beta-mush.png&lt;br /&gt;
File:Skill-corrupto.png&lt;br /&gt;
File:Skill-contacto-deprimente.png&lt;br /&gt;
File:Skill-portero.png&lt;br /&gt;
File:Skill-gelatina-verde.png&lt;br /&gt;
File:Skill-fertil.png&lt;br /&gt;
File:Skill-cocina-fungica.png&lt;br /&gt;
File:Skill-infeccioso.png&lt;br /&gt;
File:Skill-enmohecimiento-letal.png&lt;br /&gt;
File:Skill-espiritu-del-mycellium.png&lt;br /&gt;
File:Skill-conspirador.png&lt;br /&gt;
File:Skill-neron-estresado.png&lt;br /&gt;
File:Skill-pesadillero.png&lt;br /&gt;
File:Skill-dedos-de-hada.png&lt;br /&gt;
File:Skill-ninja.png&lt;br /&gt;
File:Skill-devorador-de-esporas.png&lt;br /&gt;
File:Skill-piromano.png&lt;br /&gt;
File:Skill-pirata-de-radio.png&lt;br /&gt;
File:Skill-saboteador.png&lt;br /&gt;
File:Skill-trampa-mohosa.png&lt;br /&gt;
File:Skill-duro-de-cocer.png&lt;br /&gt;
File:Skill-traidor.png&lt;br /&gt;
File:Skill-transferencia.png&lt;br /&gt;
File:Skill-bromista.png&lt;br /&gt;
File:Skill-resistente-al-agua.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Estados ==&lt;br /&gt;
=== Rasgos ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Estado-pacifista.png&lt;br /&gt;
File:Estado-germofobo.png&lt;br /&gt;
File:Estado-asocial.png&lt;br /&gt;
File:Estado-lisiado.png&lt;br /&gt;
File:Estado-hiperactivo.png&lt;br /&gt;
File:Estado-inmunizado.png&lt;br /&gt;
File:Estado-primera-vez.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
=== Personajes ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Estado-nuevo-recluta.png&lt;br /&gt;
File:Estado-estomago-lleno.png&lt;br /&gt;
File:Estado-mutado.png&lt;br /&gt;
File:Estado-desmoralizado.png&lt;br /&gt;
File:Estado-enfermedad.png&lt;br /&gt;
File:Estado-trastorno-psicologico.png&lt;br /&gt;
File:Estado-amordazado.png&lt;br /&gt;
File:Estado-golpe-de-suerte.png&lt;br /&gt;
File:Estado-guardian.png&lt;br /&gt;
File:Estado-sobrecargado.png&lt;br /&gt;
File:Estado-gran-inactiva.png&lt;br /&gt;
File:Estado-herida.png&lt;br /&gt;
File:Estado-ninja.png&lt;br /&gt;
File:Estado-recostado.png&lt;br /&gt;
File:Estado-perdido.png&lt;br /&gt;
File:Estado-concentrado.png&lt;br /&gt;
File:Estado-mush.png&lt;br /&gt;
File:Estado-encinta.png&lt;br /&gt;
File:Estado-somnoliento.png&lt;br /&gt;
File:Estado-esporas.png&lt;br /&gt;
File:Estado-hambriento.png&lt;br /&gt;
File:Estado-sucio.png&lt;br /&gt;
File:Estado-bloqueado-en-la-nave.png&lt;br /&gt;
File:Estado-suicida.png&lt;br /&gt;
File:Estado-pensalink.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
=== Objetos ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Estado-artefacto-alienigena.png&lt;br /&gt;
File:Estado-roto.png&lt;br /&gt;
File:Estado-cargas.png&lt;br /&gt;
File:Estado-descomposicion.png&lt;br /&gt;
File:Estado-congelado.png&lt;br /&gt;
File:Estado-nocivo.png&lt;br /&gt;
File:Estado-sospechoso.png&lt;br /&gt;
File:Estado-oculto.png&lt;br /&gt;
File:Estado-sin-cargas.png&lt;br /&gt;
File:Estado-enferma.png&lt;br /&gt;
File:Estado-seca.png&lt;br /&gt;
File:Estado-sedienta.png&lt;br /&gt;
File:Estado-planta-joven.png&lt;br /&gt;
File:Estado-esporas.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Iconos de personajes ==&lt;br /&gt;
=== Personajes jugables ===&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Character-icon-mush.png|[[:File:Character-icon-mush.png|Character-icon-mush.png]]&lt;br /&gt;
File:Character-icon-chao.png|[[:File:Character-icon-chao.png|Character-icon-chao.png]]&lt;br /&gt;
File:Character-icon-chun.png|[[:File:Character-icon-chun.png|Character-icon-chun.png]]&lt;br /&gt;
File:Character-icon-eleesha.png|[[:File:Character-icon-eleesha.png|Character-icon-eleesha.png]]&lt;br /&gt;
File:Character-icon-finola.png|[[:File:Character-icon-finola.png|Character-icon-finola.png]]&lt;br /&gt;
File:Character-icon-frieda.png|[[:File:Character-icon-frieda.png|Character-icon-frieda.png]]&lt;br /&gt;
File:Character-icon-gioele.png|[[:File:Character-icon-gioele.png|Character-icon-gioele.png]]&lt;br /&gt;
File:Character-icon-hua.png|[[:File:Character-icon-hua.png|Character-icon-hua.png]]&lt;br /&gt;
File:Character-icon-ian.png|[[:File:Character-icon-ian.png|Character-icon-ian.png]]&lt;br /&gt;
File:Character-icon-janice.png|[[:File:Character-icon-janice.png|Character-icon-janice.png]]&lt;br /&gt;
File:Character-icon-jin-su.png|[[:File:Character-icon-jin-su.png|Character-icon-jin-su.png]]&lt;br /&gt;
File:Character-icon-kuan-ti.png|[[:File:Character-icon-kuan-ti.png|Character-icon-kuan-ti.png]]&lt;br /&gt;
File:Character-icon-paola.png|[[:File:Character-icon-paola.png|Character-icon-paola.png]]&lt;br /&gt;
File:Character-icon-raluca.png|[[:File:Character-icon-raluca.png|Character-icon-raluca.png]]&lt;br /&gt;
File:Character-icon-roland.png|[[:File:Character-icon-roland.png|Character-icon-roland.png]]&lt;br /&gt;
File:Character-icon-stephen.png|[[:File:Character-icon-stephen.png|Character-icon-stephen.png]]&lt;br /&gt;
File:Character-icon-terrence.png|[[:File:Character-icon-terrence.png|Character-icon-terrence.png]]&lt;br /&gt;
File:Character-icon-derek.png|[[:File:Character-icon-derek.png|Character-icon-derek.png]]&lt;br /&gt;
File:Character-icon-andie.png|[[:File:Character-icon-andie.png|Character-icon-andie.png]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Personajes no jugables ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Character-icon-schrodinger.png&lt;br /&gt;
File:Character-icon-neron.png&lt;br /&gt;
File:Character-icon-kivanc.png&lt;br /&gt;
File:Character-icon-nils.png&lt;br /&gt;
File:Character-icon-lambda-m.png&lt;br /&gt;
File:Character-icon-lambda-f.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cuerpos de personajes ===&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;43&amp;quot;&amp;gt;&lt;br /&gt;
File:Character-body-andie.png&lt;br /&gt;
File:Character-body-chao.png&lt;br /&gt;
File:Character-body-chun.png&lt;br /&gt;
File:Character-body-derek.png&lt;br /&gt;
File:Character-body-eleesha.png&lt;br /&gt;
File:Character-body-finola.png&lt;br /&gt;
File:Character-body-frieda.png&lt;br /&gt;
File:Character-body-gioele.png&lt;br /&gt;
File:Character-body-hua.png&lt;br /&gt;
File:Character-body-ian.png&lt;br /&gt;
File:Character-body-janice.png&lt;br /&gt;
File:Character-body-jin-su.png&lt;br /&gt;
File:Character-body-kuan-ti.png&lt;br /&gt;
File:Character-body-paola.png&lt;br /&gt;
File:Character-body-roland.png&lt;br /&gt;
File:Character-body-stephen.png&lt;br /&gt;
File:Character-body-terrence.png&lt;br /&gt;
File:Character-body-raluca.png&lt;br /&gt;
File:Character-body-schrodinger.png&lt;br /&gt;
File:Character-body-mush.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Retratos de personajes ==&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
File:Character-portrait-andie.jpg&lt;br /&gt;
File:Character-portrait-derek.jpg&lt;br /&gt;
File:Character-portrait-eleesha.jpg&lt;br /&gt;
File:Character-portrait-finola.jpg&lt;br /&gt;
File:Character-portrait-frieda.jpg&lt;br /&gt;
File:Character-portrait-gioele.jpg&lt;br /&gt;
File:Character-portrait-ian.jpg&lt;br /&gt;
File:Character-portrait-janice.jpg&lt;br /&gt;
File:Character-portrait-hua.jpg&lt;br /&gt;
File:Character-portrait-jin-su.jpg&lt;br /&gt;
File:Character-portrait-kuan-ti.jpg&lt;br /&gt;
File:Character-portrait-paola.jpg&lt;br /&gt;
File:Character-portrait-raluca.jpg&lt;br /&gt;
File:Character-portrait-roland.jpg&lt;br /&gt;
File:Character-portrait-stephen.jpg&lt;br /&gt;
File:Character-portrait-terrence.jpg&lt;br /&gt;
File:Character-portrait-chao.jpg&lt;br /&gt;
File:Character-portrait-chun.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Recursos ==&lt;br /&gt;
&lt;br /&gt;
=== Recursos del personaje ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Recurso-moral.png&lt;br /&gt;
File:Recurso-puntos-de-vida.png&lt;br /&gt;
File:Recurso-puntos-de-accion.png&lt;br /&gt;
File:Recurso-puntos-de-movimiento.png&lt;br /&gt;
File:Recurso-puntos-de-accion-movimiento.png&lt;br /&gt;
File:Recurso-puntos-de-accion-informatica.png&lt;br /&gt;
File:Recurso-puntos-de-accion-jardineria.png&lt;br /&gt;
File:Recurso-puntos-de-accion-mecanica.png&lt;br /&gt;
File:Recurso-puntos-de-accion-cocina.png&lt;br /&gt;
File:Recurso-puntos-de-accion-pilgred.png&lt;br /&gt;
File:Recurso-puntos-de-accion-proyectos-neron.png&lt;br /&gt;
File:Recurso-puntos-de-accion-curar.png&lt;br /&gt;
File:Recurso-puntos-de-accion-disparo.png&lt;br /&gt;
File:Recurso-puntos-de-accion-tortura.png&lt;br /&gt;
File:Recurso-gloria-mush.png&lt;br /&gt;
File:Recurso-gloria.png&lt;br /&gt;
File:Recurso-gloria-mixta.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Recursos del Daedalus ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16&amp;quot; heights=&amp;quot;16&amp;quot;&amp;gt;&lt;br /&gt;
File:Recurso-blindaje.png&lt;br /&gt;
File:Recurso-escudo.png&lt;br /&gt;
File:Recurso-escudo-apagado.png&lt;br /&gt;
File:Recurso-blindaje-y-escudo.png&lt;br /&gt;
File:Recurso-combustible.png&lt;br /&gt;
File:Recurso-oxigeno.png&lt;br /&gt;
File:Icon-alerta-de-oxigeno.png&lt;br /&gt;
File:P-mush.png&lt;br /&gt;
File:P-mush-muerto.png&lt;br /&gt;
File:P-vivo.png&lt;br /&gt;
File:P-muerto.png&lt;br /&gt;
File:P-criogenizado.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Planetas ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;50&amp;quot; heights=&amp;quot;50&amp;quot;&amp;gt;&lt;br /&gt;
File:Planet-0.png&lt;br /&gt;
File:Planet-1.png&lt;br /&gt;
File:Planet-2.png&lt;br /&gt;
File:Planet-3.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;50&amp;quot; heights=&amp;quot;50&amp;quot;&amp;gt;&lt;br /&gt;
File:Planet-0-small.png&lt;br /&gt;
File:Planet-1-small.png&lt;br /&gt;
File:Planet-2-small.png&lt;br /&gt;
File:Planet-3-small.png&lt;br /&gt;
File:Planet-unknown.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Sectores ==&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;40px&amp;quot; heights=&amp;quot;40px&amp;quot;&amp;gt;&lt;br /&gt;
File:Sector-aterrizaje.png&lt;br /&gt;
File:Sector-gruta.png&lt;br /&gt;
File:Sector-temperatura-baja.png&lt;br /&gt;
File:Sector-cristalitas.png&lt;br /&gt;
File:Sector-desierto.png&lt;br /&gt;
File:Sector-jungla.png&lt;br /&gt;
File:Sector-huerta.png&lt;br /&gt;
File:Sector-temperatura-alta.png&lt;br /&gt;
File:Sector-hidrocarburo.png&lt;br /&gt;
File:Sector-insectos.png&lt;br /&gt;
File:Sector-vida-inteligente.png&lt;br /&gt;
File:Sector-extraviados.png&lt;br /&gt;
File:Sector-mankarog.png&lt;br /&gt;
File:Sector-montana.png&lt;br /&gt;
File:Sector-oceano.png&lt;br /&gt;
File:Sector-oxigeno.png&lt;br /&gt;
File:Sector-predador.png&lt;br /&gt;
File:Sector-ruina.png&lt;br /&gt;
File:Sector-rumiante.png&lt;br /&gt;
File:Sector-sismico.png&lt;br /&gt;
File:Sector-viento-fuerte.png&lt;br /&gt;
File:Sector-pantano.png&lt;br /&gt;
File:Sector-volcan.png&lt;br /&gt;
File:Sector-restos-de-nave.png&lt;br /&gt;
File:Sector-unknown.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Objetos ==&lt;br /&gt;
&lt;br /&gt;
=== Alimentos ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-bistec-alien.jpg&lt;br /&gt;
File:Objeto-anabolizante.jpg&lt;br /&gt;
File:Objeto-termo-con-cafe.jpg&lt;br /&gt;
File:Objeto-cafe.jpg&lt;br /&gt;
File:Objeto-canasta-de-frutas.png&lt;br /&gt;
File:Objeto-barra-de-lombrices.jpg&lt;br /&gt;
File:Objeto-canasta-de-comida.jpg&lt;br /&gt;
File:Objeto-desechos-organicos.jpg&lt;br /&gt;
File:Objeto-cereal-proactivo.jpg&lt;br /&gt;
File:Objeto-racion-estandar.jpg&lt;br /&gt;
File:Objeto-racion-cocinada.jpg&lt;br /&gt;
File:Objeto-patata-espacial.jpg&lt;br /&gt;
File:Objeto-barra-supervitaminica.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Armas ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-blaster.jpg&lt;br /&gt;
File:Objeto-cuchillo-de-cocinero.png&lt;br /&gt;
File:Objeto-granada.jpg&lt;br /&gt;
File:Objeto-cuchillo.jpg&lt;br /&gt;
File:Objeto-sulfatosa.jpg&lt;br /&gt;
File:Objeto-lanza-cohetes.jpg&lt;br /&gt;
File:Objeto-fusil-natamy.jpg&lt;br /&gt;
File:Objeto-blaster-personalizado.png&lt;br /&gt;
File:Objeto-lizaro-jungle.jpg&lt;br /&gt;
File:Objeto-lizaro-de-la-suerte.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Artefactos ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-abrebotellas-alien.jpg&lt;br /&gt;
File:Objeto-tv-holografica-alien.jpg&lt;br /&gt;
File:Objeto-lubricante-alien.jpg&lt;br /&gt;
File:Objeto-gelatina-con-circuitos-impresos.jpg&lt;br /&gt;
File:Objeto-proyectil-invertebrado.jpg&lt;br /&gt;
File:Objeto-mapa-liquido-de-magallanes.jpg&lt;br /&gt;
File:Objeto-montura-rocosa.jpg&lt;br /&gt;
File:Objeto-trozo-de-mapa-estelar.jpg&lt;br /&gt;
File:Objeto-varilla-acuosa.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Exploración ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-taladro.jpg&lt;br /&gt;
File:Objeto-ecolocalizador.jpg&lt;br /&gt;
File:Objeto-alujurb-cuadrimaldita.png&lt;br /&gt;
File:Objeto-termosensor.jpg&lt;br /&gt;
File:Objeto-bloc-de-notas.jpg&lt;br /&gt;
File:Objeto-nota-adhesiva.jpg&lt;br /&gt;
File:Objeto-brujula-cuadrimetrica.jpg&lt;br /&gt;
File:Objeto-cuerda.jpg&lt;br /&gt;
File:Objeto-traje-espacial.jpg&lt;br /&gt;
File:Objeto-modulo-babel.jpg&lt;br /&gt;
File:Objeto-bandera-blanca.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Medicamentos ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-betapropyl.jpg&lt;br /&gt;
File:Objeto-pimp.jpg&lt;br /&gt;
File:Objeto-euforidyl.jpg&lt;br /&gt;
File:Objeto-japiyu.jpg&lt;br /&gt;
File:Objeto-risolam.jpg&lt;br /&gt;
File:Objeto-napepa.jpg&lt;br /&gt;
File:Objeto-ontoy.jpg&lt;br /&gt;
File:Objeto-ming.jpg&lt;br /&gt;
File:Objeto-macamaca.jpg&lt;br /&gt;
File:Objeto-nuke.jpg&lt;br /&gt;
File:Objeto-twinoid.jpg&lt;br /&gt;
File:Objeto-xenox.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Herramientas ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-casco-de-tiro.jpg&lt;br /&gt;
File:Objeto-patinete-anti-gravedad.jpg&lt;br /&gt;
File:Objeto-mandil-anti-manchas.jpg&lt;br /&gt;
File:Objeto-libroton.jpg&lt;br /&gt;
File:Objeto-impresora-de-chatarra.png&lt;br /&gt;
File:Objeto-extintor.jpg&lt;br /&gt;
File:Objeto-hipercongelador.jpg&lt;br /&gt;
File:Objeto-kit-de-hackeo.jpg&lt;br /&gt;
File:Objeto-itrackie-2tm.png&lt;br /&gt;
File:Objeto-kit-de-rockola.png&lt;br /&gt;
File:Objeto-microondas.jpg&lt;br /&gt;
File:Objeto-mul-ti-pass.png&lt;br /&gt;
File:Objeto-myco-alarma.jpg&lt;br /&gt;
File:Objeto-lentilla-ncc.jpg&lt;br /&gt;
File:Objeto-tabuladora.jpg&lt;br /&gt;
File:Objeto-guantes-de-proteccion.jpg&lt;br /&gt;
File:Objeto-set-de-libros-universitarios.png&lt;br /&gt;
File:Objeto-jabon.jpg&lt;br /&gt;
File:Objeto-kit-de-sofa.png&lt;br /&gt;
File:Objeto-llavero-de-patrullero.png&lt;br /&gt;
File:Objeto-megafono.jpg&lt;br /&gt;
File:Objeto-itrakie.jpg&lt;br /&gt;
File:Objeto-billete-de-viaje.jpg&lt;br /&gt;
File:Objeto-tracker.jpg&lt;br /&gt;
File:Objeto-walkie-talkie.jpg&lt;br /&gt;
File:Objeto-olascopio.jpg&lt;br /&gt;
File:Objeto-llave-inglesa.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plantas ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-platanera.jpg&lt;br /&gt;
File:Objeto-citroidon.jpg&lt;br /&gt;
File:Objeto-lianubo.jpg&lt;br /&gt;
File:Objeto-cactuar.jpg&lt;br /&gt;
File:Objeto-biflon.jpg&lt;br /&gt;
File:Objeto-pulminagro.jpg&lt;br /&gt;
File:Objeto-precatus.jpg&lt;br /&gt;
File:Objeto-botinero.jpg&lt;br /&gt;
File:Objeto-platacia.jpg&lt;br /&gt;
File:Objeto-tubiliscus.jpg&lt;br /&gt;
File:Objeto-peniraf.jpg&lt;br /&gt;
File:Objeto-fiboniccus.jpg&lt;br /&gt;
File:Objeto-mycopia.jpg&lt;br /&gt;
File:Objeto-asperagunk.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-platano.jpg&lt;br /&gt;
File:Objeto-citroida.jpg&lt;br /&gt;
File:Objeto-lianuba.jpg&lt;br /&gt;
File:Objeto-balargina.jpg&lt;br /&gt;
File:Objeto-gustiflon.jpg&lt;br /&gt;
File:Objeto-tupimino.jpg&lt;br /&gt;
File:Objeto-precatia.jpg&lt;br /&gt;
File:Objeto-botino.jpg&lt;br /&gt;
File:Objeto-fragilana.jpg&lt;br /&gt;
File:Objeto-anemola.jpg&lt;br /&gt;
File:Objeto-peniclo.jpg&lt;br /&gt;
File:Objeto-kubinus.jpg&lt;br /&gt;
File:Objeto-calebota.jpg&lt;br /&gt;
File:Objeto-filandru.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-hydromaceta.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Curación ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-vendaje.jpg&lt;br /&gt;
File:Objeto-medikit.jpg&lt;br /&gt;
File:Objeto-kit-de-supervivencia.jpg&lt;br /&gt;
File:Objeto-vacuna-reiniciadora.png&lt;br /&gt;
File:Objeto-antidoto-retro-fungico.jpg&lt;br /&gt;
File:Objeto-extractor-de-esporas.jpg&lt;br /&gt;
File:Objeto-super-jabon.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Otros ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-perfume-antiguo.png&lt;br /&gt;
File:Objeto-plano.jpg&lt;br /&gt;
File:Objeto-schrodinger.jpg&lt;br /&gt;
File:Objeto-pavlov.jpg&lt;br /&gt;
File:Objeto-camara.jpg&lt;br /&gt;
File:Objeto-trozo-de-carbon.png&lt;br /&gt;
File:Objeto-documento.jpg&lt;br /&gt;
File:Objeto-cinta-adhesiva.jpg&lt;br /&gt;
File:Objeto-dron-de-limpieza.png&lt;br /&gt;
File:Objeto-capsula-de-combustible.jpg&lt;br /&gt;
File:Objeto-regalo-de-aniversario.jpg&lt;br /&gt;
File:Objeto-dron-de-apoyo.jpg&lt;br /&gt;
File:Objeto-mad-kube.jpg&lt;br /&gt;
File:Objeto-pieza-metalica.jpg&lt;br /&gt;
File:Objeto-diskette-del-genoma-mush.jpg&lt;br /&gt;
File:Objeto-muestra-de-raiz-mush.jpg&lt;br /&gt;
File:Objeto-vieja-camiseta.jpg&lt;br /&gt;
File:Objeto-capsula-de-oxigeno.jpg&lt;br /&gt;
File:Objeto-armadura-de-plastenita.jpg&lt;br /&gt;
File:Objeto-pieza-plastica.jpg&lt;br /&gt;
File:Objeto-cobija-lil-star-hunter.png&lt;br /&gt;
File:Objeto-sofa-sueco.jpg&lt;br /&gt;
File:Objeto-capsula-espacial.jpg&lt;br /&gt;
File:Objeto-derek-de-paja.png&lt;br /&gt;
File:Objeto-tubo-grueso.jpg&lt;br /&gt;
File:Objeto-todo.jpg&lt;br /&gt;
File:Objeto-todo.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-sold-out.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cartas ==&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; perrow=&amp;quot;11&amp;quot; showfilename=&amp;quot;yes&amp;quot; caption=&amp;quot;Cartas de proyecto&amp;quot;&amp;gt;&lt;br /&gt;
File:Proyecto-cocina-snc.png&lt;br /&gt;
File:Proyecto-paredes-blindadas.png&lt;br /&gt;
File:Proyecto-retorno-automatico.png&lt;br /&gt;
File:Proyecto-regaderas-automaticas.png&lt;br /&gt;
File:Proyecto-terminales-auxiliares.png&lt;br /&gt;
File:Proyecto-portal-de-despegue-extra-largo.png&lt;br /&gt;
File:Proyecto-rockola.png&lt;br /&gt;
File:Proyecto-arreglos-generales.png&lt;br /&gt;
File:Proyecto-dynarcade.png&lt;br /&gt;
File:Proyecto-aceleracion-del-procesador.png&lt;br /&gt;
File:Proyecto-desmantelamiento.png&lt;br /&gt;
File:Proyecto-detectores-de-pistones-defectuosos.png&lt;br /&gt;
File:Proyecto-detector-de-fallos.png&lt;br /&gt;
File:Proyecto-dron-adicional.png&lt;br /&gt;
File:Proyecto-hidromacetas-adicionales.png&lt;br /&gt;
File:Proyecto-detectores-de-incendios.png&lt;br /&gt;
File:Proyecto-torrefactora-a-fision.png&lt;br /&gt;
File:Proyecto-calefaccion-en-el-suelo.png&lt;br /&gt;
File:Proyecto-tubo-distribuidor.png&lt;br /&gt;
File:Proyecto-lamparas-de-calor.png&lt;br /&gt;
File:Proyecto-incubadora-hidroponica.png&lt;br /&gt;
File:Proyecto-propulsores-antigravedad.png&lt;br /&gt;
File:Proyecto-aumento-de-espacio.png&lt;br /&gt;
File:Proyecto-lavabo-oportuno.png&lt;br /&gt;
File:Proyecto-red-magnetica.png&lt;br /&gt;
File:Proyecto-participacion-de-neron.png&lt;br /&gt;
File:Proyecto-punteria-heuristica.png&lt;br /&gt;
File:Proyecto-aislamiento-sonoro.png&lt;br /&gt;
File:Proyecto-conductos-oxigenados.png&lt;br /&gt;
File:Proyecto-nano-escarabajos.png&lt;br /&gt;
File:Proyecto-propulsor-de-despegue.png&lt;br /&gt;
File:Proyecto-canon-blaster.png&lt;br /&gt;
File:Proyecto-tanque-de-teslatron.png&lt;br /&gt;
File:Proyecto-escudo-plasma.png&lt;br /&gt;
File:Proyecto-detector-de-ondas-de-probabilidad.png&lt;br /&gt;
File:Proyecto-radar-de-ondas-espaciales.png&lt;br /&gt;
File:Proyecto-bano-turco.png&lt;br /&gt;
File:Proyecto-reductor-de-estela.png&lt;br /&gt;
File:Proyecto-monton-de-chatarra.png&lt;br /&gt;
File:Proyecto-interruptor-invertido.png&lt;br /&gt;
File:Proyecto-protocolo-actopi.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; perrow=&amp;quot;11&amp;quot; showfilename=&amp;quot;yes&amp;quot; caption=&amp;quot;Cartas de investigación&amp;quot;&amp;gt;&lt;br /&gt;
File:Investigacion-anabolicos.png&lt;br /&gt;
File:Investigacion-gas-antiespora.png&lt;br /&gt;
File:Investigacion-emulsion-de-nomaspora.png&lt;br /&gt;
File:Investigacion-creacion-del-mycoscan.png&lt;br /&gt;
File:Investigacion-capuchino-de-guarana.png&lt;br /&gt;
File:Investigacion-bloqueador-meridon.png&lt;br /&gt;
File:Investigacion-el-mush-hunter-zc16h.png&lt;br /&gt;
File:Investigacion-lenguaje-mush.png&lt;br /&gt;
File:Investigacion-razas-mush.png&lt;br /&gt;
File:Investigacion-sistema-de-reproduccion-mush.png&lt;br /&gt;
File:Investigacion-jabon-mushicida.png&lt;br /&gt;
File:Investigacion-bacteria-mushivora.png&lt;br /&gt;
File:Investigacion-mycoalarma.png&lt;br /&gt;
File:Investigacion-destilador-de-farmacos.png&lt;br /&gt;
File:Investigacion-fusil-natamy.png&lt;br /&gt;
File:Investigacion-lentillas-ncc.png&lt;br /&gt;
File:Investigacion-emisor-de-interferencias.png&lt;br /&gt;
File:Investigacion-hidratacion-perpetua.png&lt;br /&gt;
File:Investigacion-feromodem.png&lt;br /&gt;
File:Investigacion-antidoto-retrofungico.png&lt;br /&gt;
File:Investigacion-extractor-de-esporas.png&lt;br /&gt;
File:Investigacion-super-calculadora.png&lt;br /&gt;
File:Investigacion-tesla-sup2x.png&lt;br /&gt;
File:Investigacion-pomada-ultra-cicatrizante.png&lt;br /&gt;
File:Investigacion-transmisor-de-ondas-zeta.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; showfilename=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
File:Proyecto-pilgred.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Equipamiento ==&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
Equipo-antena.png&lt;br /&gt;
Equipo-terminal-astro.png&lt;br /&gt;
Equipo-cama.png&lt;br /&gt;
Equipo-cama-2.png&lt;br /&gt;
Equipo-terminal-bios.png&lt;br /&gt;
Equipo-camara.png&lt;br /&gt;
Equipo-cafetera.png&lt;br /&gt;
Equipo-terminal-de-comando.png&lt;br /&gt;
Equipo-centro-de-comunicacion.png&lt;br /&gt;
Equipo-camara-de-combustion.png&lt;br /&gt;
Equipo-modulo-cryo.png&lt;br /&gt;
Equipo-dispensador-de-farmacos.png&lt;br /&gt;
Equipo-drone.png&lt;br /&gt;
Equipo-dynarcade.png&lt;br /&gt;
Equipo-tanque-de-combustible.png&lt;br /&gt;
Equipo-simulador-de-gravedad.png&lt;br /&gt;
Equipo-icarus.png&lt;br /&gt;
Equipo-rockola.png&lt;br /&gt;
Equipo-cocina.png&lt;br /&gt;
Equipo-laboratorio-de-investigacion.png&lt;br /&gt;
Equipo-reactor-lateral.png&lt;br /&gt;
Equipo-reactor-de-emergencia.png&lt;br /&gt;
Equipo-mycoscan.png&lt;br /&gt;
Equipo-nucleo-de-neron.png&lt;br /&gt;
Equipo-pasiphae.png&lt;br /&gt;
Equipo-patrullero-espacial-jujube.png&lt;br /&gt;
Equipo-pilgred.png&lt;br /&gt;
Equipo-escaner-de-planetas.png&lt;br /&gt;
Equipo-tanque-de-oxigeno.png&lt;br /&gt;
Equipo-ducha.png&lt;br /&gt;
Equipo-sofa-sueco.png&lt;br /&gt;
Equipo-terminal-medico.png&lt;br /&gt;
Equipo-puesto-de-tiro.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Salas del Daedalus ==&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; showfilename=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
File:Sala-daedalus.png&lt;br /&gt;
File:Sala-puente-de-mando.png&lt;br /&gt;
File:Sala-laboratorio.png&lt;br /&gt;
File:Sala-jardin-hidroponico.png&lt;br /&gt;
File:Sala-enfermeria.png&lt;br /&gt;
File:Sala-almacen-delantero.png&lt;br /&gt;
File:Sala-pasillo-delantero.png&lt;br /&gt;
File:Sala-canon-alpha-delantero.png&lt;br /&gt;
File:Sala-canon-beta-delantero.png&lt;br /&gt;
File:Sala-pasillo-central.png&lt;br /&gt;
File:Sala-comedor.png&lt;br /&gt;
File:Sala-plataforma-alpha.png&lt;br /&gt;
File:Sala-plataforma-beta.png&lt;br /&gt;
File:Sala-canon-alpha-central.png&lt;br /&gt;
File:Sala-canon-beta-central.png&lt;br /&gt;
File:Sala-almacen-alpha-central.png&lt;br /&gt;
File:Sala-almacen-beta-central.png&lt;br /&gt;
File:Sala-dormitorio-alpha.png&lt;br /&gt;
File:Sala-nexus.png&lt;br /&gt;
File:Sala-dormitorio-beta.png&lt;br /&gt;
File:Sala-pasillo-trasero.png&lt;br /&gt;
File:Sala-almacen-alpha-trasero.png&lt;br /&gt;
File:Sala-almacen-beta-trasero.png&lt;br /&gt;
File:Sala-plataforma-alpha-2.png&lt;br /&gt;
File:Sala-plataforma-icarus.png&lt;br /&gt;
File:Sala-sala-de-motores.png&lt;br /&gt;
File:Sala-canon-alpha-trasero.png&lt;br /&gt;
File:Sala-canon-beta-trasero.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Comerciantes y bases rebeldes ==&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; showfilename=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
File:Base-rebelde-wolf.png&lt;br /&gt;
File:Base-rebelde-sirius.png&lt;br /&gt;
File:Base-rebelde-centauri.png&lt;br /&gt;
File:Base-rebelde-kaladaan.png&lt;br /&gt;
File:Base-rebelde-luyten-ceti.png&lt;br /&gt;
File:Base-rebelde-cygni.png&lt;br /&gt;
File:Base-rebelde-eridiani.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; showfilename=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
File:Transport-1.png&lt;br /&gt;
File:Transport-2.png&lt;br /&gt;
File:Transport-3.png&lt;br /&gt;
File:Transport-4.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Otros iconos ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Alertas ===&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;16&amp;quot; heights=&amp;quot;16&amp;quot;&amp;gt;&lt;br /&gt;
File:Icon-hunter.png|[[:File:Icon-hunter.png|Icon-hunter.png]]&lt;br /&gt;
File:Icon-simulador.png|[[:File:Icon-simulador.png|Icon-simulador.png]]&lt;br /&gt;
File:Icon-reinicio-del-simulador.png|[[:File:Icon-reinicio-del-simulador.png|Icon-reinicio-del-simulador.png]]&lt;br /&gt;
File:Icon-alerta-de-oxigeno.png|[[:File:Icon-alerta-de-oxigeno.png|Icon-alerta-de-oxigeno.png]]&lt;br /&gt;
File:Icon-fuego.png|[[:File:Icon-fuego.png|Icon-fuego.png]]&lt;br /&gt;
File:Icon-puerta.png|[[:File:Icon-puerta.png|Icon-puerta.png]]&lt;br /&gt;
File:Icon-comunicaciones.png|[[:File:Icon-comunicaciones.png|Icon-comunicaciones.png]]&lt;br /&gt;
File:Icon-roto.png|[[:File:Icon-roto.png|Icon-roto.png]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Otros ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;yes&amp;quot; widths=&amp;quot;16&amp;quot; heights=&amp;quot;16&amp;quot;&amp;gt;&lt;br /&gt;
File:Icon-descubierto.png&lt;br /&gt;
File:Icon-camara.png&lt;br /&gt;
File:Icon-discreto.png&lt;br /&gt;
File:Icon-libro.png&lt;br /&gt;
File:Icon-cuaderno.png&lt;br /&gt;
File:Icon-consejo.png&lt;br /&gt;
File:Icon-informacion-grande.png&lt;br /&gt;
File:Icon-alerta-informativa.png&lt;br /&gt;
File:Icon-atencion-grande.png&lt;br /&gt;
File:Icon-atencion-pequeno.png&lt;br /&gt;
File:Icon-bandera-fr.png&lt;br /&gt;
File:Icon-bandera-en.png&lt;br /&gt;
File:Icon-planeta.png&lt;br /&gt;
File:Icon-artifice.png&lt;br /&gt;
File:Icon-microscopio.png&lt;br /&gt;
File:Icon-termosensores.png&lt;br /&gt;
File:Icon-investigacion.png&lt;br /&gt;
File:Icon-comunicaciones.png&lt;br /&gt;
File:Icon-sol.png&lt;br /&gt;
File:Icon-eden.png&lt;br /&gt;
File:Icon-eden-mush.png&lt;br /&gt;
File:Icon-canal-consejos.png&lt;br /&gt;
File:Icon-canal-privado.png&lt;br /&gt;
File:Icon-canal-registro.png&lt;br /&gt;
File:Icon-canal-favorito.png&lt;br /&gt;
File:Icon-invitacion.png&lt;br /&gt;
File:Icon-emoticono-feliz.png&lt;br /&gt;
File:Icon-derecha.png&lt;br /&gt;
File:Icon-izquierda-derecha.png&lt;br /&gt;
File:Icon-dron.png&lt;br /&gt;
File:Icon-plano.png&lt;br /&gt;
File:Icon-piloto-mini.png&lt;br /&gt;
File:Icon-cristalita.png&lt;br /&gt;
File:Icon-oceano-perdido.png&lt;br /&gt;
File:Icon-inventario.png&lt;br /&gt;
File:Icon-puno.png&lt;br /&gt;
File:Icon-aprendido.png&lt;br /&gt;
File:Icon-regalo.png&lt;br /&gt;
File:Icon-perro.png&lt;br /&gt;
File:Icon-citroida.png&lt;br /&gt;
File:Icon-objeto.png&lt;br /&gt;
File:Icon-mapa-del-daedalus.png&lt;br /&gt;
File:Icon-punto.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NERON ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
File:Neron-neron-pequeno.png&lt;br /&gt;
File:Neron-neron-mediano.png&lt;br /&gt;
File:Neron-neron-grande.png&lt;br /&gt;
File:Neron-neron-grande-animado.gif&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Imágenes ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
File:Imagen-peligro.png&lt;br /&gt;
File:Daedalus-recorte.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Logos ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
File:Logo-emush.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Categoría:Ayuda wiki]]&lt;br /&gt;
{{Idioma|es|en=Image Gallery|fr=Galerie des images}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Plantilla:Info&amp;diff=1718</id>
		<title>Plantilla:Info</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Plantilla:Info&amp;diff=1718"/>
		<updated>2026-04-22T16:48:32Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: fixed icon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;&amp;lt;onlyinclude&amp;gt;{| style=&amp;quot;min-width:300px; max-width:800px;width:auto;border-style:solid; border-width:0px; border-color:red; border-radius:10px; background-color:#bee4ff;margin:10px; color: black&amp;quot; cellspacing=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; |[[File:Icon-informacion-grande.png]]&lt;br /&gt;
| style=&amp;quot;padding:10px&amp;quot; |{{{1}}}&lt;br /&gt;
|}&amp;lt;/onlyinclude&amp;gt;&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Templates]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;1&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Texto&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Texto a mostrar.&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Crea una caja para mostrar información (azul).&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Info|Ejemplo.}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Inicio&amp;diff=1717</id>
		<title>Inicio</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Inicio&amp;diff=1717"/>
		<updated>2026-04-22T16:44:06Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: Añadido la mayoria de iconos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC____NOEDITSECTION__&lt;br /&gt;
&amp;lt;small style=&amp;quot;color:#ff4058;position:absolute;right: 25px; margin-top:7px;&amp;quot;&amp;gt;⮝ Barra de búsqueda ⮝&amp;lt;/small&amp;gt;&lt;br /&gt;
[[File:Logo-emush.png|center|frameless|link=https://emush.eternaltwin.org/game]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 100%; text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:1.2em&amp;quot;&amp;gt;¡Bienvenido/a a &#039;&#039;&#039;eMushpedia&#039;&#039;&#039;, la wiki de &#039;&#039;&#039;[https://emush.eternaltwin.org eMush]&#039;&#039;&#039;, un juego originalmente creado por [http://www.motion-twin.com Motion Twin], ahora recreado por [https://eternaltwin.org/ Eternaltwin] !&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
eMushpedia contiene &#039;&#039;&#039;{{NUMBEROFARTICLES}}&#039;&#039;&#039; artículos y &#039;&#039;&#039;{{NUMBEROFPAGES}}&#039;&#039;&#039; pages. ¡Un total de &#039;&#039;&#039;{{NUMBEROFEDITS}}&#039;&#039;&#039; modificaciones han sido hechas por &#039;&#039;&#039;{{NUMBEROFUSERS}}&#039;&#039;&#039; usuarios ! &amp;lt;span style=&amp;quot;background-color:#fff0bc&amp;quot;&amp;gt;&#039;&#039;&#039;¡Cualquiera puede [[:es:Special:CreateAccount|contribuir !]]&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div id=&amp;quot;frontpage_content&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage_column&amp;quot;&amp;gt;&lt;br /&gt;
===Conceptos Generales===&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-derecha.png]] &#039;&#039;&#039;[[Introducción al juego]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Estado-nuevo-recluta.png|link=link=Guide pour les nouveaux]] [[Guía para principiantes]]&lt;br /&gt;
:[[File:character-icon-nils.png|class=margin-small|link=Changements notables pour les anciens]] [[Cambios notables para veteranos]]&lt;br /&gt;
[[File:P-vivo.png|link=link=Jouer Humain]]  &#039;&#039;&#039;[[Jugadas Humanas]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-enquete.png|class=icon-margin|link=Jouer Humain]] [[Investigar]]&lt;br /&gt;
:[[File:Icon-sol.png|class=icon-margin|link=Rentrer sur Sol]] [[Regresar a Sol]]&lt;br /&gt;
:[[File:Icon-eden.png|class=icon-margin|link=Atteindre Eden]] [[Alcanzando el Eden]]&lt;br /&gt;
&lt;br /&gt;
[[File:P-mush.png|link=link=Jouer Mush]] &#039;&#039;&#039;[[Jugadas Mush]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====Comunicación==== &lt;br /&gt;
&lt;br /&gt;
[[File:Icon-canal-privado.png|link=link=Canaux de conversation]] &#039;&#039;&#039;[[Canales de comunicación]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-emoticono-feliz.png|link=link=Emotes]] [[Emotes]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-canal-registro.png|link=link=Registre de la pièce]] &#039;&#039;&#039;[[Registro de la sala]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-discreto.png|link=link=Visibilité des actions]] [[Visibilité des actions|Visibilidad de las acciones]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-consejo.png]] Pestaña Consejos&lt;br /&gt;
:[[File:Icon-cuaderno.png|link=link=Missions du Commandant]] [[Misiones del Comandante]]&lt;br /&gt;
:[[File:Icon-alerta-informativa.png|link=link=Annonces Générales]] [[Anuncios Generales]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage_column&amp;quot;&amp;gt;&lt;br /&gt;
=== Personajes ===&lt;br /&gt;
&lt;br /&gt;
[[File:character-icon-chun.png|class=icon-margin|link=Personnages jouables]] &#039;&#039;&#039;[[Personajes jugables|La tripulación]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-libro.png|link=link=Compétences]] [https://emush.eternaltwin.org/biography/andie Biografía de la tripulación] &lt;br /&gt;
&lt;br /&gt;
{{Gloria}} &#039;&#039;&#039;[[Habilidades]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Skill-velocista.png|link=link=Compétences humaines]] [[Habilidades Humanas]]&lt;br /&gt;
:[[File:Skill-espiritu-del-mycellium.png|link=link=Compétences Mush]] [[Habilidades Mush]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
=== [[Daedalus|El Daedalus]] ===&lt;br /&gt;
[[File:Icon-mapa-del-daedalus.png|link=link=Plan du vaisseau]] [[Mapa del Daedalus]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-simulador.png|link=link=Équipements]] [[Equipos]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-objeto.png|link=link=Objets]] &#039;&#039;&#039;[[Objetos]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Recurso-puntos-de-accion-disparo.png|link=link=Armes]] [[Armas]]&lt;br /&gt;
:[[File:Icon-dron.png|link=link=Drones]] [[Drones]]&lt;br /&gt;
:[[File:Icon-plano.png|link=link=Plans]] [[Planos de construcción]]&lt;br /&gt;
&lt;br /&gt;
[[File:Recurso-blindaje-y-escudo.png|link=link=Armure et Bouclier]] [[Blindaje y Escudos]]&lt;br /&gt;
&lt;br /&gt;
[[File:Recurso-oxigeno.png|link=link=Oxygène]] [[Oxígeno]]&lt;br /&gt;
&lt;br /&gt;
[[File:Recurso-combustible.png|link=link=Fuel]] [[Combustible]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-fuego.png|link=link=Embûches]] [[Incidentes]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage_column&amp;quot;&amp;gt;&lt;br /&gt;
=== Jugador ===&lt;br /&gt;
&#039;&#039;&#039;Recursos Personales&#039;&#039;&#039;&lt;br /&gt;
:[[File:Recurso-puntos-de-accion-movimiento.png|link=link=Points d&#039;Action et de Mouvement]][[Puntos de Acción y de Movimiento]]&lt;br /&gt;
:{{PV}} [[Puntos de Vida]]&lt;br /&gt;
:{{Moral}} [[Puntos de Ánimo]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[[File:Title_01.png|class=margin-small|link=Titres]] [[Titres|Títulos]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Estado-pensalink.png|link=link=Statuts]] &#039;&#039;&#039;[[Estados]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Estado-enfermedad.png|link=link=Maladies]] [[Enfermedades]]&lt;br /&gt;
:[[File:Estado-trastorno-psicologico.png|link=link=Troubles Psychiques]] [[Trastornos Psicológicos]]&lt;br /&gt;
:[[File:Estado-herida.png|link=link=Blessures]] [[Lesiones]]&lt;br /&gt;
:[[File:Estado-hambriento.png|link=link=Faim]] [[Hambre]]&lt;br /&gt;
:[[File:Estado-sucio.png|link=link=Saleté]] [[Suciedad]]&lt;br /&gt;
:[[File:Estado-esporas.png|link=link=Spores]] [[Esporas]]&lt;br /&gt;
:[[File:Estado-somnoliento.png|link=link=Inactivité]] [[Inactividad]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage_column&amp;quot;&amp;gt;&lt;br /&gt;
=== Sistemas ===&lt;br /&gt;
&lt;br /&gt;
[[File:Estado-concentrado.png]] &#039;&#039;&#039;Terminales&#039;&#039;&#039;&lt;br /&gt;
:[[Como hacer un Reset]]&lt;br /&gt;
:[[File:Icon-izquierda-derecha.png|link=link=Terminal de Commandement]] [[Terminal de Comando]]&lt;br /&gt;
:[[File:Icon-termosensores.png|link=link=Astrophysique]] [[Terminal Astro]]&lt;br /&gt;
:[[File:Icon-comunicaciones.png|link=link=Communications]] [[Centro de Comunicación]]&lt;br /&gt;
::[[File:Icon-canal-favorito.png|link=link=Bases rebelles]] [[Bases rebeldes]]&lt;br /&gt;
::[[File:Recurso-puntos-de-accion-informatica.png|link=link=Xyloph BDD]] [[BDD Xyloph]]&lt;br /&gt;
::[[File:Icon-invitacion.png|link=link=Échanges Marchands]] [[Intercambios Comerciales]]&lt;br /&gt;
:[[File:Icon-microscopio.png|link=link=Recherches]] [[Investigaciones]]&lt;br /&gt;
:[[File:Icon-artifice.png|link=link=Projets]] [[Proyectos NERON]]&lt;br /&gt;
:[[File:Recurso-puntos-de-accion-proyectos-neron.png|link=link=BIOS]] [[BIOS]]&lt;br /&gt;
:[[File:Recurso-puntos-de-accion-pilgred.png|link=link=PILGRED]] [[PILGRED]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-piloto-mini.png|link=link=Pilotage]] &#039;&#039;&#039;[[Pilotaje]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-hunter.png|class=margin-small|link=Chasse aux hunters]] [[Caza de Hunters]]&lt;br /&gt;
:&amp;amp;nbsp;[[File:Icon-inventario.png|link=link=Collecte de débris]] [[Recogida de Chatarra]]&lt;br /&gt;
&lt;br /&gt;
[[File:Recurso-puntos-de-accion-jardineria.png|link=link=Jardinage]] &#039;&#039;&#039;[[Jardineria]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Estado-planta-joven.png|link=link=Plantes]] [[Lista de plantas y frutas]]&lt;br /&gt;
:[[File:Estado-artefacto-alienigena.png|link=link=Fruits Aliens]] [[Frutos Alienígenas]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-planeta.png|link=link=Expéditions]] &#039;&#039;&#039;[[Expediciones]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-cristalita.png|link=link=Secteurs de planète]] [[Sectores de Planetas]]&lt;br /&gt;
&lt;br /&gt;
:[[File:Icon-oceano-perdido.png|link=link=Évènements]] [[Eventos de Sector]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;frontpage_column&amp;quot;&amp;gt;&lt;br /&gt;
===Misceláneo===&lt;br /&gt;
&lt;br /&gt;
[[File:Estado-guardian.png|link=link=Liste des actions]] &#039;&#039;&#039;[[Lista de acciones|Acciones]]&#039;&#039;&#039;&lt;br /&gt;
:[[File:Icon-puno.png|link=link=Agression]] [[Acciones Agresivas]]&lt;br /&gt;
&lt;br /&gt;
[[File:Recurso-gloria-mixta.png|link=link=Triomphe]] [[Gloria]]&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-aprendido.png|link=link=Pictos et gains]] [[Pictogramas y Títulos]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====Eventos del calendario====&lt;br /&gt;
:[[File:Icon-regalo.png|link=link=Anniversaire de Mush]] [[Aniversario de Mush]] (Enero)&lt;br /&gt;
:[[File:Icon-perro.png|link=link=Poisson d&#039;avril]] [[Día de los Inocentes de Abril]]&lt;br /&gt;
:[[File:Icon-citroida.png|link=link=Halloween]] [[Halloween]] (finales de  Octubre/inicios de Noviembre)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
====Contribuye a eMushpedia====&lt;br /&gt;
:[[File:Icon-punto.png|link=link=Galerie des images]] [[Galería de imágenes]]&lt;br /&gt;
:[[File:Icon-punto.png|link=link=Pages Template]] [[Plantillas de Página]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Info Inline|Texte=[https://framaforms.org/emushpedia-sondageform-1771265020 &#039;&#039;&#039;Sondage sur le wiki, aidez nous à l&#039;améliorer en remplissant le formulaire&#039;&#039;&#039; !] (sondage bilingue français/anglais)}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: hidden;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 70%; text-align: center;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: 1em auto;&amp;quot;&lt;br /&gt;
!&#039;&#039;&#039;[[eMushpedia:News|News]]&#039;&#039;&#039;:&lt;br /&gt;
|-&lt;br /&gt;
| align=left | {{:eMushpedia:News}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 30%; text-align: center;float:right;&amp;quot;&amp;gt;{{Info|Esta wiki aún está en construcción, por lo que es normal que te encuentres que faltan algunas páginas. Siéntete libre de &#039;&#039;&#039;[[Special:CreateAccount|Contribuir]]&#039;&#039;&#039;!}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div style=&amp;quot;overflow: hidden;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 35%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;La mayoría de los iconos e imágenes fueron creados originalmente por [http://www.motion-twin.com Motion Twin], y ahora están disponibles bajo la licencia CC-BY-NC-SA 4.0.&lt;br /&gt;
&lt;br /&gt;
Algunos iconos e imágenes fueron creados por colaboradores de [https://eternaltwin.org Eternaltwin] y también están disponibles bajo la licencia CC-BY-NC-SA 4.0.&lt;br /&gt;
&lt;br /&gt;
Gracias a Spacekadt e Ividyon por la Mushpedia original, así como a sus colaboradores, y lo mismo para Twinpedia (¡Edita si conoces a sus autores!)&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:60%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;♥️ Cada contribución cuenta ♥️&#039;&#039;&#039;&lt;br /&gt;
¡Gracias a S3d1n, Septembre y OkayMaybeImASimp por sus contribuciones !&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Idioma|fr=Accueil|en=Home|es=Inicio}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Icon-derecha.png&amp;diff=1716</id>
		<title>Archivo:Icon-derecha.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Icon-derecha.png&amp;diff=1716"/>
		<updated>2026-04-22T16:43:01Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Estado-actualizacion-en-curso.png&amp;diff=1715</id>
		<title>Archivo:Estado-actualizacion-en-curso.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Estado-actualizacion-en-curso.png&amp;diff=1715"/>
		<updated>2026-04-22T16:26:42Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Estado-actualizacion-en-curso.png to File:Estado-concentrado.png: Misspelled title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Estado-concentrado.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Estado-concentrado.png&amp;diff=1714</id>
		<title>Archivo:Estado-concentrado.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Estado-concentrado.png&amp;diff=1714"/>
		<updated>2026-04-22T16:26:42Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Estado-actualizacion-en-curso.png to File:Estado-concentrado.png: Misspelled title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Galer%C3%ADa_de_im%C3%A1genes&amp;diff=1713</id>
		<title>Galería de imágenes</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Galer%C3%ADa_de_im%C3%A1genes&amp;diff=1713"/>
		<updated>2026-04-22T13:51:08Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: Añadidas las imagenes de la wiki en inglés renombradas al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lista de las imágenes actualmente disponibles para decorar las páginas de la wiki. Mira también la [[Especial:Archivos_nuevos|Galería de archivos nuevos]].&lt;br /&gt;
&lt;br /&gt;
== Habilidades ==&lt;br /&gt;
&lt;br /&gt;
=== Habilidades Humanas ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;25px&amp;quot; heights=&amp;quot;25px&amp;quot;&amp;gt;&lt;br /&gt;
File:Skill-abnegacion.png&lt;br /&gt;
File:Skill-entrenamiento.png&lt;br /&gt;
File:Skill-perfume-fino.png&lt;br /&gt;
File:Skill-astrofisico.png&lt;br /&gt;
File:Skill-beta-humano.png&lt;br /&gt;
File:Skill-biologo.png&lt;br /&gt;
File:Skill-guardaespaldas.png&lt;br /&gt;
File:Skill-botanico.png&lt;br /&gt;
File:Skill-cafeinomano.png&lt;br /&gt;
File:Skill-sangre-fria.png&lt;br /&gt;
File:Skill-experto-en-comunicaciones.png&lt;br /&gt;
File:Skill-artifice.png&lt;br /&gt;
File:Skill-confidente.png&lt;br /&gt;
File:Skill-chef.png&lt;br /&gt;
File:Skill-ojo-vivo.png&lt;br /&gt;
File:Skill-creativo.png&lt;br /&gt;
File:Skill-intimidante.png&lt;br /&gt;
File:Skill-voluntarioso.png&lt;br /&gt;
File:Skill-diplomatico.png&lt;br /&gt;
File:Skill-velocista-discapacitado.png&lt;br /&gt;
File:Skill-tecnico.png&lt;br /&gt;
File:Skill-huidizo.png&lt;br /&gt;
File:Skill-diestro.png&lt;br /&gt;
File:Skill-giro-en-u.png&lt;br /&gt;
File:Skill-bombero.png&lt;br /&gt;
File:Skill-enfermero.png&lt;br /&gt;
File:Skill-frugivoro.png&lt;br /&gt;
File:Skill-genio.png&lt;br /&gt;
File:Skill-amigo-de-las-plantas.png&lt;br /&gt;
File:Skill-pistolero.png&lt;br /&gt;
File:Skill-artillero.png&lt;br /&gt;
File:Skill-rastreador.png&lt;br /&gt;
File:Skill-informatico.png&lt;br /&gt;
File:Skill-perseguidor.png&lt;br /&gt;
File:Skill-lider.png&lt;br /&gt;
File:Skill-aletargado.png&lt;br /&gt;
File:Skill-logistica.png&lt;br /&gt;
File:Skill-nuestra-ultima-esperanza.png&lt;br /&gt;
File:Skill-medico.png&lt;br /&gt;
File:Skill-chatarrero.png&lt;br /&gt;
File:Skill-motivador.png&lt;br /&gt;
File:Skill-micologo.png&lt;br /&gt;
File:Skill-segundo-amigo-de-neron.png&lt;br /&gt;
File:Skill-observador.png&lt;br /&gt;
File:Skill-arribista.png&lt;br /&gt;
File:Skill-optimista.png&lt;br /&gt;
File:Skill-panico.png&lt;br /&gt;
File:Skill-paranoico.png&lt;br /&gt;
File:Skill-perseverante.png&lt;br /&gt;
File:Skill-fisico.png&lt;br /&gt;
File:Skill-piloto.png&lt;br /&gt;
File:Skill-politico.png&lt;br /&gt;
File:Skill-erudito.png&lt;br /&gt;
File:Skill-polivalente.png&lt;br /&gt;
File:Skill-presentimiento.png&lt;br /&gt;
File:Skill-rebelde.png&lt;br /&gt;
File:Skill-ing-robotico.png&lt;br /&gt;
File:Skill-psicologo.png&lt;br /&gt;
File:Skill-estratega-militar.png&lt;br /&gt;
File:Skill-velocista.png&lt;br /&gt;
File:Skill-meticuloso.png&lt;br /&gt;
File:Skill-impecable.png&lt;br /&gt;
File:Skill-robusto.png&lt;br /&gt;
File:Skill-superviviente.png&lt;br /&gt;
File:Skill-verdugo.png&lt;br /&gt;
File:Skill-indolente.png&lt;br /&gt;
File:Skill-luchador.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Habilidades Mush ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;25px&amp;quot; heights=&amp;quot;25px&amp;quot;&amp;gt;&lt;br /&gt;
File:Skill-incognito.png&lt;br /&gt;
File:Skill-bacteriano.png&lt;br /&gt;
File:Skill-beta-mush.png&lt;br /&gt;
File:Skill-corrupto.png&lt;br /&gt;
File:Skill-contacto-deprimente.png&lt;br /&gt;
File:Skill-portero.png&lt;br /&gt;
File:Skill-gelatina-verde.png&lt;br /&gt;
File:Skill-fertil.png&lt;br /&gt;
File:Skill-cocina-fungica.png&lt;br /&gt;
File:Skill-infeccioso.png&lt;br /&gt;
File:Skill-enmohecimiento-letal.png&lt;br /&gt;
File:Skill-espiritu-del-mycellium.png&lt;br /&gt;
File:Skill-conspirador.png&lt;br /&gt;
File:Skill-neron-estresado.png&lt;br /&gt;
File:Skill-pesadillero.png&lt;br /&gt;
File:Skill-dedos-de-hada.png&lt;br /&gt;
File:Skill-ninja.png&lt;br /&gt;
File:Skill-devorador-de-esporas.png&lt;br /&gt;
File:Skill-piromano.png&lt;br /&gt;
File:Skill-pirata-de-radio.png&lt;br /&gt;
File:Skill-saboteador.png&lt;br /&gt;
File:Skill-trampa-mohosa.png&lt;br /&gt;
File:Skill-duro-de-cocer.png&lt;br /&gt;
File:Skill-traidor.png&lt;br /&gt;
File:Skill-transferencia.png&lt;br /&gt;
File:Skill-bromista.png&lt;br /&gt;
File:Skill-resistente-al-agua.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Estados ==&lt;br /&gt;
=== Rasgos ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Estado-pacifista.png&lt;br /&gt;
File:Estado-germofobo.png&lt;br /&gt;
File:Estado-asocial.png&lt;br /&gt;
File:Estado-lisiado.png&lt;br /&gt;
File:Estado-hiperactivo.png&lt;br /&gt;
File:Estado-inmunizado.png&lt;br /&gt;
File:Estado-primera-vez.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
=== Personajes ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Estado-nuevo-recluta.png&lt;br /&gt;
File:Estado-estomago-lleno.png&lt;br /&gt;
File:Estado-mutado.png&lt;br /&gt;
File:Estado-desmoralizado.png&lt;br /&gt;
File:Estado-enfermedad.png&lt;br /&gt;
File:Estado-trastorno-psicologico.png&lt;br /&gt;
File:Estado-amordazado.png&lt;br /&gt;
File:Estado-golpe-de-suerte.png&lt;br /&gt;
File:Estado-guardian.png&lt;br /&gt;
File:Estado-sobrecargado.png&lt;br /&gt;
File:Estado-gran-inactiva.png&lt;br /&gt;
File:Estado-herida.png&lt;br /&gt;
File:Estado-ninja.png&lt;br /&gt;
File:Estado-recostado.png&lt;br /&gt;
File:Estado-perdido.png&lt;br /&gt;
File:Estado-actualizacion-en-curso.png&lt;br /&gt;
File:Estado-mush.png&lt;br /&gt;
File:Estado-encinta.png&lt;br /&gt;
File:Estado-somnoliento.png&lt;br /&gt;
File:Estado-esporas.png&lt;br /&gt;
File:Estado-hambriento.png&lt;br /&gt;
File:Estado-sucio.png&lt;br /&gt;
File:Estado-bloqueado-en-la-nave.png&lt;br /&gt;
File:Estado-suicida.png&lt;br /&gt;
File:Estado-pensalink.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
=== Objetos ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Estado-artefacto-alienigena.png&lt;br /&gt;
File:Estado-roto.png&lt;br /&gt;
File:Estado-cargas.png&lt;br /&gt;
File:Estado-descomposicion.png&lt;br /&gt;
File:Estado-congelado.png&lt;br /&gt;
File:Estado-nocivo.png&lt;br /&gt;
File:Estado-sospechoso.png&lt;br /&gt;
File:Estado-oculto.png&lt;br /&gt;
File:Estado-sin-cargas.png&lt;br /&gt;
File:Estado-enferma.png&lt;br /&gt;
File:Estado-seca.png&lt;br /&gt;
File:Estado-sedienta.png&lt;br /&gt;
File:Estado-planta-joven.png&lt;br /&gt;
File:Estado-esporas.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Iconos de personajes ==&lt;br /&gt;
=== Personajes jugables ===&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Character-icon-mush.png|[[:File:Character-icon-mush.png|Character-icon-mush.png]]&lt;br /&gt;
File:Character-icon-chao.png|[[:File:Character-icon-chao.png|Character-icon-chao.png]]&lt;br /&gt;
File:Character-icon-chun.png|[[:File:Character-icon-chun.png|Character-icon-chun.png]]&lt;br /&gt;
File:Character-icon-eleesha.png|[[:File:Character-icon-eleesha.png|Character-icon-eleesha.png]]&lt;br /&gt;
File:Character-icon-finola.png|[[:File:Character-icon-finola.png|Character-icon-finola.png]]&lt;br /&gt;
File:Character-icon-frieda.png|[[:File:Character-icon-frieda.png|Character-icon-frieda.png]]&lt;br /&gt;
File:Character-icon-gioele.png|[[:File:Character-icon-gioele.png|Character-icon-gioele.png]]&lt;br /&gt;
File:Character-icon-hua.png|[[:File:Character-icon-hua.png|Character-icon-hua.png]]&lt;br /&gt;
File:Character-icon-ian.png|[[:File:Character-icon-ian.png|Character-icon-ian.png]]&lt;br /&gt;
File:Character-icon-janice.png|[[:File:Character-icon-janice.png|Character-icon-janice.png]]&lt;br /&gt;
File:Character-icon-jin-su.png|[[:File:Character-icon-jin-su.png|Character-icon-jin-su.png]]&lt;br /&gt;
File:Character-icon-kuan-ti.png|[[:File:Character-icon-kuan-ti.png|Character-icon-kuan-ti.png]]&lt;br /&gt;
File:Character-icon-paola.png|[[:File:Character-icon-paola.png|Character-icon-paola.png]]&lt;br /&gt;
File:Character-icon-raluca.png|[[:File:Character-icon-raluca.png|Character-icon-raluca.png]]&lt;br /&gt;
File:Character-icon-roland.png|[[:File:Character-icon-roland.png|Character-icon-roland.png]]&lt;br /&gt;
File:Character-icon-stephen.png|[[:File:Character-icon-stephen.png|Character-icon-stephen.png]]&lt;br /&gt;
File:Character-icon-terrence.png|[[:File:Character-icon-terrence.png|Character-icon-terrence.png]]&lt;br /&gt;
File:Character-icon-derek.png|[[:File:Character-icon-derek.png|Character-icon-derek.png]]&lt;br /&gt;
File:Character-icon-andie.png|[[:File:Character-icon-andie.png|Character-icon-andie.png]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Personajes no jugables ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Character-icon-schrodinger.png&lt;br /&gt;
File:Character-icon-neron.png&lt;br /&gt;
File:Character-icon-kivanc.png&lt;br /&gt;
File:Character-icon-nils.png&lt;br /&gt;
File:Character-icon-lambda-m.png&lt;br /&gt;
File:Character-icon-lambda-f.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Cuerpos de personajes ===&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=&amp;quot;43&amp;quot;&amp;gt;&lt;br /&gt;
File:Character-body-andie.png&lt;br /&gt;
File:Character-body-chao.png&lt;br /&gt;
File:Character-body-chun.png&lt;br /&gt;
File:Character-body-derek.png&lt;br /&gt;
File:Character-body-eleesha.png&lt;br /&gt;
File:Character-body-finola.png&lt;br /&gt;
File:Character-body-frieda.png&lt;br /&gt;
File:Character-body-gioele.png&lt;br /&gt;
File:Character-body-hua.png&lt;br /&gt;
File:Character-body-ian.png&lt;br /&gt;
File:Character-body-janice.png&lt;br /&gt;
File:Character-body-jin-su.png&lt;br /&gt;
File:Character-body-kuan-ti.png&lt;br /&gt;
File:Character-body-paola.png&lt;br /&gt;
File:Character-body-roland.png&lt;br /&gt;
File:Character-body-stephen.png&lt;br /&gt;
File:Character-body-terrence.png&lt;br /&gt;
File:Character-body-raluca.png&lt;br /&gt;
File:Character-body-schrodinger.png&lt;br /&gt;
File:Character-body-mush.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Retratos de personajes ==&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
File:Character-portrait-andie.jpg&lt;br /&gt;
File:Character-portrait-derek.jpg&lt;br /&gt;
File:Character-portrait-eleesha.jpg&lt;br /&gt;
File:Character-portrait-finola.jpg&lt;br /&gt;
File:Character-portrait-frieda.jpg&lt;br /&gt;
File:Character-portrait-gioele.jpg&lt;br /&gt;
File:Character-portrait-ian.jpg&lt;br /&gt;
File:Character-portrait-janice.jpg&lt;br /&gt;
File:Character-portrait-hua.jpg&lt;br /&gt;
File:Character-portrait-jin-su.jpg&lt;br /&gt;
File:Character-portrait-kuan-ti.jpg&lt;br /&gt;
File:Character-portrait-paola.jpg&lt;br /&gt;
File:Character-portrait-raluca.jpg&lt;br /&gt;
File:Character-portrait-roland.jpg&lt;br /&gt;
File:Character-portrait-stephen.jpg&lt;br /&gt;
File:Character-portrait-terrence.jpg&lt;br /&gt;
File:Character-portrait-chao.jpg&lt;br /&gt;
File:Character-portrait-chun.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Recursos ==&lt;br /&gt;
&lt;br /&gt;
=== Recursos del personaje ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16px&amp;quot; heights=&amp;quot;16px&amp;quot;&amp;gt;&lt;br /&gt;
File:Recurso-moral.png&lt;br /&gt;
File:Recurso-puntos-de-vida.png&lt;br /&gt;
File:Recurso-puntos-de-accion.png&lt;br /&gt;
File:Recurso-puntos-de-movimiento.png&lt;br /&gt;
File:Recurso-puntos-de-accion-movimiento.png&lt;br /&gt;
File:Recurso-puntos-de-accion-informatica.png&lt;br /&gt;
File:Recurso-puntos-de-accion-jardineria.png&lt;br /&gt;
File:Recurso-puntos-de-accion-mecanica.png&lt;br /&gt;
File:Recurso-puntos-de-accion-cocina.png&lt;br /&gt;
File:Recurso-puntos-de-accion-pilgred.png&lt;br /&gt;
File:Recurso-puntos-de-accion-proyectos-neron.png&lt;br /&gt;
File:Recurso-puntos-de-accion-curar.png&lt;br /&gt;
File:Recurso-puntos-de-accion-disparo.png&lt;br /&gt;
File:Recurso-puntos-de-accion-tortura.png&lt;br /&gt;
File:Recurso-gloria-mush.png&lt;br /&gt;
File:Recurso-gloria.png&lt;br /&gt;
File:Recurso-gloria-mixta.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Recursos del Daedalus ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;16&amp;quot; heights=&amp;quot;16&amp;quot;&amp;gt;&lt;br /&gt;
File:Recurso-blindaje.png&lt;br /&gt;
File:Recurso-escudo.png&lt;br /&gt;
File:Recurso-escudo-apagado.png&lt;br /&gt;
File:Recurso-blindaje-y-escudo.png&lt;br /&gt;
File:Recurso-combustible.png&lt;br /&gt;
File:Recurso-oxigeno.png&lt;br /&gt;
File:Icon-alerta-de-oxigeno.png&lt;br /&gt;
File:P-mush.png&lt;br /&gt;
File:P-mush-muerto.png&lt;br /&gt;
File:P-vivo.png&lt;br /&gt;
File:P-muerto.png&lt;br /&gt;
File:P-criogenizado.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Planetas ==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;50&amp;quot; heights=&amp;quot;50&amp;quot;&amp;gt;&lt;br /&gt;
File:Planet-0.png&lt;br /&gt;
File:Planet-1.png&lt;br /&gt;
File:Planet-2.png&lt;br /&gt;
File:Planet-3.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;50&amp;quot; heights=&amp;quot;50&amp;quot;&amp;gt;&lt;br /&gt;
File:Planet-0-small.png&lt;br /&gt;
File:Planet-1-small.png&lt;br /&gt;
File:Planet-2-small.png&lt;br /&gt;
File:Planet-3-small.png&lt;br /&gt;
File:Planet-unknown.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Sectores ==&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;40px&amp;quot; heights=&amp;quot;40px&amp;quot;&amp;gt;&lt;br /&gt;
File:Sector-aterrizaje.png&lt;br /&gt;
File:Sector-gruta.png&lt;br /&gt;
File:Sector-temperatura-baja.png&lt;br /&gt;
File:Sector-cristalitas.png&lt;br /&gt;
File:Sector-desierto.png&lt;br /&gt;
File:Sector-jungla.png&lt;br /&gt;
File:Sector-huerta.png&lt;br /&gt;
File:Sector-temperatura-alta.png&lt;br /&gt;
File:Sector-hidrocarburo.png&lt;br /&gt;
File:Sector-insectos.png&lt;br /&gt;
File:Sector-vida-inteligente.png&lt;br /&gt;
File:Sector-extraviados.png&lt;br /&gt;
File:Sector-mankarog.png&lt;br /&gt;
File:Sector-montana.png&lt;br /&gt;
File:Sector-oceano.png&lt;br /&gt;
File:Sector-oxigeno.png&lt;br /&gt;
File:Sector-predador.png&lt;br /&gt;
File:Sector-ruina.png&lt;br /&gt;
File:Sector-rumiante.png&lt;br /&gt;
File:Sector-sismico.png&lt;br /&gt;
File:Sector-viento-fuerte.png&lt;br /&gt;
File:Sector-pantano.png&lt;br /&gt;
File:Sector-volcan.png&lt;br /&gt;
File:Sector-restos-de-nave.png&lt;br /&gt;
File:Sector-unknown.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Objetos ==&lt;br /&gt;
&lt;br /&gt;
=== Alimentos ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-bistec-alien.jpg&lt;br /&gt;
File:Objeto-anabolizante.jpg&lt;br /&gt;
File:Objeto-termo-con-cafe.jpg&lt;br /&gt;
File:Objeto-cafe.jpg&lt;br /&gt;
File:Objeto-canasta-de-frutas.png&lt;br /&gt;
File:Objeto-barra-de-lombrices.jpg&lt;br /&gt;
File:Objeto-canasta-de-comida.jpg&lt;br /&gt;
File:Objeto-desechos-organicos.jpg&lt;br /&gt;
File:Objeto-cereal-proactivo.jpg&lt;br /&gt;
File:Objeto-racion-estandar.jpg&lt;br /&gt;
File:Objeto-racion-cocinada.jpg&lt;br /&gt;
File:Objeto-patata-espacial.jpg&lt;br /&gt;
File:Objeto-barra-supervitaminica.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Armas ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-blaster.jpg&lt;br /&gt;
File:Objeto-cuchillo-de-cocinero.png&lt;br /&gt;
File:Objeto-granada.jpg&lt;br /&gt;
File:Objeto-cuchillo.jpg&lt;br /&gt;
File:Objeto-sulfatosa.jpg&lt;br /&gt;
File:Objeto-lanza-cohetes.jpg&lt;br /&gt;
File:Objeto-fusil-natamy.jpg&lt;br /&gt;
File:Objeto-blaster-personalizado.png&lt;br /&gt;
File:Objeto-lizaro-jungle.jpg&lt;br /&gt;
File:Objeto-lizaro-de-la-suerte.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Artefactos ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-abrebotellas-alien.jpg&lt;br /&gt;
File:Objeto-tv-holografica-alien.jpg&lt;br /&gt;
File:Objeto-lubricante-alien.jpg&lt;br /&gt;
File:Objeto-gelatina-con-circuitos-impresos.jpg&lt;br /&gt;
File:Objeto-proyectil-invertebrado.jpg&lt;br /&gt;
File:Objeto-mapa-liquido-de-magallanes.jpg&lt;br /&gt;
File:Objeto-montura-rocosa.jpg&lt;br /&gt;
File:Objeto-trozo-de-mapa-estelar.jpg&lt;br /&gt;
File:Objeto-varilla-acuosa.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Exploración ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-taladro.jpg&lt;br /&gt;
File:Objeto-ecolocalizador.jpg&lt;br /&gt;
File:Objeto-alujurb-cuadrimaldita.png&lt;br /&gt;
File:Objeto-termosensor.jpg&lt;br /&gt;
File:Objeto-bloc-de-notas.jpg&lt;br /&gt;
File:Objeto-nota-adhesiva.jpg&lt;br /&gt;
File:Objeto-brujula-cuadrimetrica.jpg&lt;br /&gt;
File:Objeto-cuerda.jpg&lt;br /&gt;
File:Objeto-traje-espacial.jpg&lt;br /&gt;
File:Objeto-modulo-babel.jpg&lt;br /&gt;
File:Objeto-bandera-blanca.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Medicamentos ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-betapropyl.jpg&lt;br /&gt;
File:Objeto-pimp.jpg&lt;br /&gt;
File:Objeto-euforidyl.jpg&lt;br /&gt;
File:Objeto-japiyu.jpg&lt;br /&gt;
File:Objeto-risolam.jpg&lt;br /&gt;
File:Objeto-napepa.jpg&lt;br /&gt;
File:Objeto-ontoy.jpg&lt;br /&gt;
File:Objeto-ming.jpg&lt;br /&gt;
File:Objeto-macamaca.jpg&lt;br /&gt;
File:Objeto-nuke.jpg&lt;br /&gt;
File:Objeto-twinoid.jpg&lt;br /&gt;
File:Objeto-xenox.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Herramientas ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-casco-de-tiro.jpg&lt;br /&gt;
File:Objeto-patinete-anti-gravedad.jpg&lt;br /&gt;
File:Objeto-mandil-anti-manchas.jpg&lt;br /&gt;
File:Objeto-libroton.jpg&lt;br /&gt;
File:Objeto-impresora-de-chatarra.png&lt;br /&gt;
File:Objeto-extintor.jpg&lt;br /&gt;
File:Objeto-hipercongelador.jpg&lt;br /&gt;
File:Objeto-kit-de-hackeo.jpg&lt;br /&gt;
File:Objeto-itrackie-2tm.png&lt;br /&gt;
File:Objeto-kit-de-rockola.png&lt;br /&gt;
File:Objeto-microondas.jpg&lt;br /&gt;
File:Objeto-mul-ti-pass.png&lt;br /&gt;
File:Objeto-myco-alarma.jpg&lt;br /&gt;
File:Objeto-lentilla-ncc.jpg&lt;br /&gt;
File:Objeto-tabuladora.jpg&lt;br /&gt;
File:Objeto-guantes-de-proteccion.jpg&lt;br /&gt;
File:Objeto-set-de-libros-universitarios.png&lt;br /&gt;
File:Objeto-jabon.jpg&lt;br /&gt;
File:Objeto-kit-de-sofa.png&lt;br /&gt;
File:Objeto-llavero-de-patrullero.png&lt;br /&gt;
File:Objeto-megafono.jpg&lt;br /&gt;
File:Objeto-itrakie.jpg&lt;br /&gt;
File:Objeto-billete-de-viaje.jpg&lt;br /&gt;
File:Objeto-tracker.jpg&lt;br /&gt;
File:Objeto-walkie-talkie.jpg&lt;br /&gt;
File:Objeto-olascopio.jpg&lt;br /&gt;
File:Objeto-llave-inglesa.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Plantas ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-platanera.jpg&lt;br /&gt;
File:Objeto-citroidon.jpg&lt;br /&gt;
File:Objeto-lianubo.jpg&lt;br /&gt;
File:Objeto-cactuar.jpg&lt;br /&gt;
File:Objeto-biflon.jpg&lt;br /&gt;
File:Objeto-pulminagro.jpg&lt;br /&gt;
File:Objeto-precatus.jpg&lt;br /&gt;
File:Objeto-botinero.jpg&lt;br /&gt;
File:Objeto-platacia.jpg&lt;br /&gt;
File:Objeto-tubiliscus.jpg&lt;br /&gt;
File:Objeto-peniraf.jpg&lt;br /&gt;
File:Objeto-fiboniccus.jpg&lt;br /&gt;
File:Objeto-mycopia.jpg&lt;br /&gt;
File:Objeto-asperagunk.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-platano.jpg&lt;br /&gt;
File:Objeto-citroida.jpg&lt;br /&gt;
File:Objeto-lianuba.jpg&lt;br /&gt;
File:Objeto-balargina.jpg&lt;br /&gt;
File:Objeto-gustiflon.jpg&lt;br /&gt;
File:Objeto-tupimino.jpg&lt;br /&gt;
File:Objeto-precatia.jpg&lt;br /&gt;
File:Objeto-botino.jpg&lt;br /&gt;
File:Objeto-fragilana.jpg&lt;br /&gt;
File:Objeto-anemola.jpg&lt;br /&gt;
File:Objeto-peniclo.jpg&lt;br /&gt;
File:Objeto-kubinus.jpg&lt;br /&gt;
File:Objeto-calebota.jpg&lt;br /&gt;
File:Objeto-filandru.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-hydromaceta.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Curación ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-vendaje.jpg&lt;br /&gt;
File:Objeto-medikit.jpg&lt;br /&gt;
File:Objeto-kit-de-supervivencia.jpg&lt;br /&gt;
File:Objeto-vacuna-reiniciadora.png&lt;br /&gt;
File:Objeto-antidoto-retro-fungico.jpg&lt;br /&gt;
File:Objeto-extractor-de-esporas.jpg&lt;br /&gt;
File:Objeto-super-jabon.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Otros ===&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-perfume-antiguo.png&lt;br /&gt;
File:Objeto-plano.jpg&lt;br /&gt;
File:Objeto-schrodinger.jpg&lt;br /&gt;
File:Objeto-pavlov.jpg&lt;br /&gt;
File:Objeto-camara.jpg&lt;br /&gt;
File:Objeto-trozo-de-carbon.png&lt;br /&gt;
File:Objeto-documento.jpg&lt;br /&gt;
File:Objeto-cinta-adhesiva.jpg&lt;br /&gt;
File:Objeto-dron-de-limpieza.png&lt;br /&gt;
File:Objeto-capsula-de-combustible.jpg&lt;br /&gt;
File:Objeto-regalo-de-aniversario.jpg&lt;br /&gt;
File:Objeto-dron-de-apoyo.jpg&lt;br /&gt;
File:Objeto-mad-kube.jpg&lt;br /&gt;
File:Objeto-pieza-metalica.jpg&lt;br /&gt;
File:Objeto-diskette-del-genoma-mush.jpg&lt;br /&gt;
File:Objeto-muestra-de-raiz-mush.jpg&lt;br /&gt;
File:Objeto-vieja-camiseta.jpg&lt;br /&gt;
File:Objeto-capsula-de-oxigeno.jpg&lt;br /&gt;
File:Objeto-armadura-de-plastenita.jpg&lt;br /&gt;
File:Objeto-pieza-plastica.jpg&lt;br /&gt;
File:Objeto-cobija-lil-star-hunter.png&lt;br /&gt;
File:Objeto-sofa-sueco.jpg&lt;br /&gt;
File:Objeto-capsula-espacial.jpg&lt;br /&gt;
File:Objeto-derek-de-paja.png&lt;br /&gt;
File:Objeto-tubo-grueso.jpg&lt;br /&gt;
File:Objeto-todo.jpg&lt;br /&gt;
File:Objeto-todo.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot; widths=&amp;quot;50px&amp;quot; heights=&amp;quot;50px&amp;quot;&amp;gt;&lt;br /&gt;
File:Objeto-sold-out.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cartas ==&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; perrow=&amp;quot;11&amp;quot; showfilename=&amp;quot;yes&amp;quot; caption=&amp;quot;Cartas de proyecto&amp;quot;&amp;gt;&lt;br /&gt;
File:Proyecto-cocina-snc.png&lt;br /&gt;
File:Proyecto-paredes-blindadas.png&lt;br /&gt;
File:Proyecto-retorno-automatico.png&lt;br /&gt;
File:Proyecto-regaderas-automaticas.png&lt;br /&gt;
File:Proyecto-terminales-auxiliares.png&lt;br /&gt;
File:Proyecto-portal-de-despegue-extra-largo.png&lt;br /&gt;
File:Proyecto-rockola.png&lt;br /&gt;
File:Proyecto-arreglos-generales.png&lt;br /&gt;
File:Proyecto-dynarcade.png&lt;br /&gt;
File:Proyecto-aceleracion-del-procesador.png&lt;br /&gt;
File:Proyecto-desmantelamiento.png&lt;br /&gt;
File:Proyecto-detectores-de-pistones-defectuosos.png&lt;br /&gt;
File:Proyecto-detector-de-fallos.png&lt;br /&gt;
File:Proyecto-dron-adicional.png&lt;br /&gt;
File:Proyecto-hidromacetas-adicionales.png&lt;br /&gt;
File:Proyecto-detectores-de-incendios.png&lt;br /&gt;
File:Proyecto-torrefactora-a-fision.png&lt;br /&gt;
File:Proyecto-calefaccion-en-el-suelo.png&lt;br /&gt;
File:Proyecto-tubo-distribuidor.png&lt;br /&gt;
File:Proyecto-lamparas-de-calor.png&lt;br /&gt;
File:Proyecto-incubadora-hidroponica.png&lt;br /&gt;
File:Proyecto-propulsores-antigravedad.png&lt;br /&gt;
File:Proyecto-aumento-de-espacio.png&lt;br /&gt;
File:Proyecto-lavabo-oportuno.png&lt;br /&gt;
File:Proyecto-red-magnetica.png&lt;br /&gt;
File:Proyecto-participacion-de-neron.png&lt;br /&gt;
File:Proyecto-punteria-heuristica.png&lt;br /&gt;
File:Proyecto-aislamiento-sonoro.png&lt;br /&gt;
File:Proyecto-conductos-oxigenados.png&lt;br /&gt;
File:Proyecto-nano-escarabajos.png&lt;br /&gt;
File:Proyecto-propulsor-de-despegue.png&lt;br /&gt;
File:Proyecto-canon-blaster.png&lt;br /&gt;
File:Proyecto-tanque-de-teslatron.png&lt;br /&gt;
File:Proyecto-escudo-plasma.png&lt;br /&gt;
File:Proyecto-detector-de-ondas-de-probabilidad.png&lt;br /&gt;
File:Proyecto-radar-de-ondas-espaciales.png&lt;br /&gt;
File:Proyecto-bano-turco.png&lt;br /&gt;
File:Proyecto-reductor-de-estela.png&lt;br /&gt;
File:Proyecto-monton-de-chatarra.png&lt;br /&gt;
File:Proyecto-interruptor-invertido.png&lt;br /&gt;
File:Proyecto-protocolo-actopi.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; perrow=&amp;quot;11&amp;quot; showfilename=&amp;quot;yes&amp;quot; caption=&amp;quot;Cartas de investigación&amp;quot;&amp;gt;&lt;br /&gt;
File:Investigacion-anabolicos.png&lt;br /&gt;
File:Investigacion-gas-antiespora.png&lt;br /&gt;
File:Investigacion-emulsion-de-nomaspora.png&lt;br /&gt;
File:Investigacion-creacion-del-mycoscan.png&lt;br /&gt;
File:Investigacion-capuchino-de-guarana.png&lt;br /&gt;
File:Investigacion-bloqueador-meridon.png&lt;br /&gt;
File:Investigacion-el-mush-hunter-zc16h.png&lt;br /&gt;
File:Investigacion-lenguaje-mush.png&lt;br /&gt;
File:Investigacion-razas-mush.png&lt;br /&gt;
File:Investigacion-sistema-de-reproduccion-mush.png&lt;br /&gt;
File:Investigacion-jabon-mushicida.png&lt;br /&gt;
File:Investigacion-bacteria-mushivora.png&lt;br /&gt;
File:Investigacion-mycoalarma.png&lt;br /&gt;
File:Investigacion-destilador-de-farmacos.png&lt;br /&gt;
File:Investigacion-fusil-natamy.png&lt;br /&gt;
File:Investigacion-lentillas-ncc.png&lt;br /&gt;
File:Investigacion-emisor-de-interferencias.png&lt;br /&gt;
File:Investigacion-hidratacion-perpetua.png&lt;br /&gt;
File:Investigacion-feromodem.png&lt;br /&gt;
File:Investigacion-antidoto-retrofungico.png&lt;br /&gt;
File:Investigacion-extractor-de-esporas.png&lt;br /&gt;
File:Investigacion-super-calculadora.png&lt;br /&gt;
File:Investigacion-tesla-sup2x.png&lt;br /&gt;
File:Investigacion-pomada-ultra-cicatrizante.png&lt;br /&gt;
File:Investigacion-transmisor-de-ondas-zeta.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; showfilename=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
File:Proyecto-pilgred.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Equipamiento ==&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
Equipo-antena.png&lt;br /&gt;
Equipo-terminal-astro.png&lt;br /&gt;
Equipo-cama.png&lt;br /&gt;
Equipo-cama-2.png&lt;br /&gt;
Equipo-terminal-bios.png&lt;br /&gt;
Equipo-camara.png&lt;br /&gt;
Equipo-cafetera.png&lt;br /&gt;
Equipo-terminal-de-comando.png&lt;br /&gt;
Equipo-centro-de-comunicacion.png&lt;br /&gt;
Equipo-camara-de-combustion.png&lt;br /&gt;
Equipo-modulo-cryo.png&lt;br /&gt;
Equipo-dispensador-de-farmacos.png&lt;br /&gt;
Equipo-drone.png&lt;br /&gt;
Equipo-dynarcade.png&lt;br /&gt;
Equipo-tanque-de-combustible.png&lt;br /&gt;
Equipo-simulador-de-gravedad.png&lt;br /&gt;
Equipo-icarus.png&lt;br /&gt;
Equipo-rockola.png&lt;br /&gt;
Equipo-cocina.png&lt;br /&gt;
Equipo-laboratorio-de-investigacion.png&lt;br /&gt;
Equipo-reactor-lateral.png&lt;br /&gt;
Equipo-reactor-de-emergencia.png&lt;br /&gt;
Equipo-mycoscan.png&lt;br /&gt;
Equipo-nucleo-de-neron.png&lt;br /&gt;
Equipo-pasiphae.png&lt;br /&gt;
Equipo-patrullero-espacial-jujube.png&lt;br /&gt;
Equipo-pilgred.png&lt;br /&gt;
Equipo-escaner-de-planetas.png&lt;br /&gt;
Equipo-tanque-de-oxigeno.png&lt;br /&gt;
Equipo-ducha.png&lt;br /&gt;
Equipo-sofa-sueco.png&lt;br /&gt;
Equipo-terminal-medico.png&lt;br /&gt;
Equipo-puesto-de-tiro.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Salas del Daedalus ==&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; showfilename=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
File:Sala-daedalus.png&lt;br /&gt;
File:Sala-puente-de-mando.png&lt;br /&gt;
File:Sala-laboratorio.png&lt;br /&gt;
File:Sala-jardin-hidroponico.png&lt;br /&gt;
File:Sala-enfermeria.png&lt;br /&gt;
File:Sala-almacen-delantero.png&lt;br /&gt;
File:Sala-pasillo-delantero.png&lt;br /&gt;
File:Sala-canon-alpha-delantero.png&lt;br /&gt;
File:Sala-canon-beta-delantero.png&lt;br /&gt;
File:Sala-pasillo-central.png&lt;br /&gt;
File:Sala-comedor.png&lt;br /&gt;
File:Sala-plataforma-alpha.png&lt;br /&gt;
File:Sala-plataforma-beta.png&lt;br /&gt;
File:Sala-canon-alpha-central.png&lt;br /&gt;
File:Sala-canon-beta-central.png&lt;br /&gt;
File:Sala-almacen-alpha-central.png&lt;br /&gt;
File:Sala-almacen-beta-central.png&lt;br /&gt;
File:Sala-dormitorio-alpha.png&lt;br /&gt;
File:Sala-nexus.png&lt;br /&gt;
File:Sala-dormitorio-beta.png&lt;br /&gt;
File:Sala-pasillo-trasero.png&lt;br /&gt;
File:Sala-almacen-alpha-trasero.png&lt;br /&gt;
File:Sala-almacen-beta-trasero.png&lt;br /&gt;
File:Sala-plataforma-alpha-2.png&lt;br /&gt;
File:Sala-plataforma-icarus.png&lt;br /&gt;
File:Sala-sala-de-motores.png&lt;br /&gt;
File:Sala-canon-alpha-trasero.png&lt;br /&gt;
File:Sala-canon-beta-trasero.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Comerciantes y bases rebeldes ==&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; showfilename=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
File:Base-rebelde-wolf.png&lt;br /&gt;
File:Base-rebelde-sirius.png&lt;br /&gt;
File:Base-rebelde-centauri.png&lt;br /&gt;
File:Base-rebelde-kaladaan.png&lt;br /&gt;
File:Base-rebelde-luyten-ceti.png&lt;br /&gt;
File:Base-rebelde-cygni.png&lt;br /&gt;
File:Base-rebelde-eridiani.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;gallery mode=&amp;quot;nolines&amp;quot; showfilename=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
File:Transport-1.png&lt;br /&gt;
File:Transport-2.png&lt;br /&gt;
File:Transport-3.png&lt;br /&gt;
File:Transport-4.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Otros iconos ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Alertas ===&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;16&amp;quot; heights=&amp;quot;16&amp;quot;&amp;gt;&lt;br /&gt;
File:Icon-hunter.png|[[:File:Icon-hunter.png|Icon-hunter.png]]&lt;br /&gt;
File:Icon-simulador.png|[[:File:Icon-simulador.png|Icon-simulador.png]]&lt;br /&gt;
File:Icon-reinicio-del-simulador.png|[[:File:Icon-reinicio-del-simulador.png|Icon-reinicio-del-simulador.png]]&lt;br /&gt;
File:Icon-alerta-de-oxigeno.png|[[:File:Icon-alerta-de-oxigeno.png|Icon-alerta-de-oxigeno.png]]&lt;br /&gt;
File:Icon-fuego.png|[[:File:Icon-fuego.png|Icon-fuego.png]]&lt;br /&gt;
File:Icon-puerta.png|[[:File:Icon-puerta.png|Icon-puerta.png]]&lt;br /&gt;
File:Icon-comunicaciones.png|[[:File:Icon-comunicaciones.png|Icon-comunicaciones.png]]&lt;br /&gt;
File:Icon-roto.png|[[:File:Icon-roto.png|Icon-roto.png]]&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Otros ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;yes&amp;quot; widths=&amp;quot;16&amp;quot; heights=&amp;quot;16&amp;quot;&amp;gt;&lt;br /&gt;
File:Icon-descubierto.png&lt;br /&gt;
File:Icon-camara.png&lt;br /&gt;
File:Icon-discreto.png&lt;br /&gt;
File:Icon-libro.png&lt;br /&gt;
File:Icon-cuaderno.png&lt;br /&gt;
File:Icon-consejo.png&lt;br /&gt;
File:Icon-informacion-grande.png&lt;br /&gt;
File:Icon-alerta-informativa.png&lt;br /&gt;
File:Icon-atencion-grande.png&lt;br /&gt;
File:Icon-atencion-pequeno.png&lt;br /&gt;
File:Icon-bandera-fr.png&lt;br /&gt;
File:Icon-bandera-en.png&lt;br /&gt;
File:Icon-planeta.png&lt;br /&gt;
File:Icon-artifice.png&lt;br /&gt;
File:Icon-microscopio.png&lt;br /&gt;
File:Icon-termosensores.png&lt;br /&gt;
File:Icon-investigacion.png&lt;br /&gt;
File:Icon-comunicaciones.png&lt;br /&gt;
File:Icon-sol.png&lt;br /&gt;
File:Icon-eden.png&lt;br /&gt;
File:Icon-eden-mush.png&lt;br /&gt;
File:Icon-canal-consejos.png&lt;br /&gt;
File:Icon-canal-privado.png&lt;br /&gt;
File:Icon-canal-registro.png&lt;br /&gt;
File:Icon-canal-favorito.png&lt;br /&gt;
File:Icon-invitacion.png&lt;br /&gt;
File:Icon-emoticono-feliz.png&lt;br /&gt;
File:Icon-izquierda-derecha.png&lt;br /&gt;
File:Icon-dron.png&lt;br /&gt;
File:Icon-plano.png&lt;br /&gt;
File:Icon-piloto-mini.png&lt;br /&gt;
File:Icon-cristalita.png&lt;br /&gt;
File:Icon-oceano-perdido.png&lt;br /&gt;
File:Icon-inventario.png&lt;br /&gt;
File:Icon-puno.png&lt;br /&gt;
File:Icon-aprendido.png&lt;br /&gt;
File:Icon-regalo.png&lt;br /&gt;
File:Icon-perro.png&lt;br /&gt;
File:Icon-citroida.png&lt;br /&gt;
File:Icon-objeto.png&lt;br /&gt;
File:Icon-mapa-del-daedalus.png&lt;br /&gt;
File:Icon-punto.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NERON ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
File:Neron-neron-pequeno.png&lt;br /&gt;
File:Neron-neron-mediano.png&lt;br /&gt;
File:Neron-neron-grande.png&lt;br /&gt;
File:Neron-neron-grande-animado.gif&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Imágenes ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
File:Imagen-peligro.png&lt;br /&gt;
File:Daedalus-recorte.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Logos ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery showfilename=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
File:Logo-emush.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Categoría:Ayuda wiki]]&lt;br /&gt;
{{Idioma|es|en=Image Gallery|fr=Galerie des images}}&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Transporter-3.png&amp;diff=1711</id>
		<title>Archivo:Transporter-3.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Transporter-3.png&amp;diff=1711"/>
		<updated>2026-04-22T12:46:42Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Transporter-3.png to File:Transport-3.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Transport-3.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Transport-3.png&amp;diff=1710</id>
		<title>Archivo:Transport-3.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Transport-3.png&amp;diff=1710"/>
		<updated>2026-04-22T12:46:42Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Transporter-3.png to File:Transport-3.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-centauri.png&amp;diff=1708</id>
		<title>Archivo:Rebel-base-centauri.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-centauri.png&amp;diff=1708"/>
		<updated>2026-04-22T12:46:37Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-centauri.png to File:Base-rebelde-centauri.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Base-rebelde-centauri.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-centauri.png&amp;diff=1707</id>
		<title>Archivo:Base-rebelde-centauri.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-centauri.png&amp;diff=1707"/>
		<updated>2026-04-22T12:46:37Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-centauri.png to File:Base-rebelde-centauri.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Room-canon-beta-delantero.png&amp;diff=1705</id>
		<title>Archivo:Room-canon-beta-delantero.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Room-canon-beta-delantero.png&amp;diff=1705"/>
		<updated>2026-04-22T12:46:32Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Room-canon-beta-delantero.png to File:Sala-canon-beta-delantero.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Sala-canon-beta-delantero.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Sala-canon-beta-delantero.png&amp;diff=1704</id>
		<title>Archivo:Sala-canon-beta-delantero.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Sala-canon-beta-delantero.png&amp;diff=1704"/>
		<updated>2026-04-22T12:46:32Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Room-canon-beta-delantero.png to File:Sala-canon-beta-delantero.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Project-propulsor-de-despegue.png&amp;diff=1702</id>
		<title>Archivo:Project-propulsor-de-despegue.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Project-propulsor-de-despegue.png&amp;diff=1702"/>
		<updated>2026-04-22T12:46:28Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Project-propulsor-de-despegue.png to File:Proyecto-propulsor-de-despegue.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Proyecto-propulsor-de-despegue.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Proyecto-propulsor-de-despegue.png&amp;diff=1701</id>
		<title>Archivo:Proyecto-propulsor-de-despegue.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Proyecto-propulsor-de-despegue.png&amp;diff=1701"/>
		<updated>2026-04-22T12:46:28Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Project-propulsor-de-despegue.png to File:Proyecto-propulsor-de-despegue.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Item-napepa.jpg&amp;diff=1699</id>
		<title>Archivo:Item-napepa.jpg</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Item-napepa.jpg&amp;diff=1699"/>
		<updated>2026-04-22T12:46:23Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Item-napepa.jpg to File:Objeto-napepa.jpg: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Objeto-napepa.jpg]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Objeto-napepa.jpg&amp;diff=1698</id>
		<title>Archivo:Objeto-napepa.jpg</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Objeto-napepa.jpg&amp;diff=1698"/>
		<updated>2026-04-22T12:46:23Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Item-napepa.jpg to File:Objeto-napepa.jpg: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bulk upload from en.emushpedia gallery&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Item-biflon.jpg&amp;diff=1696</id>
		<title>Archivo:Item-biflon.jpg</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Item-biflon.jpg&amp;diff=1696"/>
		<updated>2026-04-22T12:46:19Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Item-biflon.jpg to File:Objeto-biflon.jpg: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Objeto-biflon.jpg]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Objeto-biflon.jpg&amp;diff=1695</id>
		<title>Archivo:Objeto-biflon.jpg</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Objeto-biflon.jpg&amp;diff=1695"/>
		<updated>2026-04-22T12:46:19Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Item-biflon.jpg to File:Objeto-biflon.jpg: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Bulk upload from en.emushpedia gallery&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Transporter-4.png&amp;diff=1693</id>
		<title>Archivo:Transporter-4.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Transporter-4.png&amp;diff=1693"/>
		<updated>2026-04-22T12:45:37Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Transporter-4.png to File:Transport-4.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Transport-4.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Transport-4.png&amp;diff=1692</id>
		<title>Archivo:Transport-4.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Transport-4.png&amp;diff=1692"/>
		<updated>2026-04-22T12:45:37Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Transporter-4.png to File:Transport-4.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Transporter-2.png&amp;diff=1690</id>
		<title>Archivo:Transporter-2.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Transporter-2.png&amp;diff=1690"/>
		<updated>2026-04-22T12:45:02Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Transporter-2.png to File:Transport-2.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Transport-2.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Transport-2.png&amp;diff=1689</id>
		<title>Archivo:Transport-2.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Transport-2.png&amp;diff=1689"/>
		<updated>2026-04-22T12:45:02Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Transporter-2.png to File:Transport-2.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Transporter-1.png&amp;diff=1687</id>
		<title>Archivo:Transporter-1.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Transporter-1.png&amp;diff=1687"/>
		<updated>2026-04-22T12:44:57Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Transporter-1.png to File:Transport-1.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Transport-1.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Transport-1.png&amp;diff=1686</id>
		<title>Archivo:Transport-1.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Transport-1.png&amp;diff=1686"/>
		<updated>2026-04-22T12:44:57Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Transporter-1.png to File:Transport-1.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-wolf.png&amp;diff=1684</id>
		<title>Archivo:Rebel-base-wolf.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-wolf.png&amp;diff=1684"/>
		<updated>2026-04-22T12:44:53Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-wolf.png to File:Base-rebelde-wolf.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Base-rebelde-wolf.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-wolf.png&amp;diff=1683</id>
		<title>Archivo:Base-rebelde-wolf.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-wolf.png&amp;diff=1683"/>
		<updated>2026-04-22T12:44:53Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-wolf.png to File:Base-rebelde-wolf.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-sirius.png&amp;diff=1681</id>
		<title>Archivo:Rebel-base-sirius.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-sirius.png&amp;diff=1681"/>
		<updated>2026-04-22T12:44:48Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-sirius.png to File:Base-rebelde-sirius.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Base-rebelde-sirius.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-sirius.png&amp;diff=1680</id>
		<title>Archivo:Base-rebelde-sirius.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-sirius.png&amp;diff=1680"/>
		<updated>2026-04-22T12:44:48Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-sirius.png to File:Base-rebelde-sirius.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-luyten-ceti.png&amp;diff=1678</id>
		<title>Archivo:Rebel-base-luyten-ceti.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-luyten-ceti.png&amp;diff=1678"/>
		<updated>2026-04-22T12:44:44Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-luyten-ceti.png to File:Base-rebelde-luyten-ceti.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Base-rebelde-luyten-ceti.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-luyten-ceti.png&amp;diff=1677</id>
		<title>Archivo:Base-rebelde-luyten-ceti.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-luyten-ceti.png&amp;diff=1677"/>
		<updated>2026-04-22T12:44:44Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-luyten-ceti.png to File:Base-rebelde-luyten-ceti.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-kaladaan.png&amp;diff=1675</id>
		<title>Archivo:Rebel-base-kaladaan.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-kaladaan.png&amp;diff=1675"/>
		<updated>2026-04-22T12:44:39Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-kaladaan.png to File:Base-rebelde-kaladaan.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Base-rebelde-kaladaan.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-kaladaan.png&amp;diff=1674</id>
		<title>Archivo:Base-rebelde-kaladaan.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-kaladaan.png&amp;diff=1674"/>
		<updated>2026-04-22T12:44:39Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-kaladaan.png to File:Base-rebelde-kaladaan.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-eridiani.png&amp;diff=1672</id>
		<title>Archivo:Rebel-base-eridiani.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-eridiani.png&amp;diff=1672"/>
		<updated>2026-04-22T12:44:35Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-eridiani.png to File:Base-rebelde-eridiani.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Base-rebelde-eridiani.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-eridiani.png&amp;diff=1671</id>
		<title>Archivo:Base-rebelde-eridiani.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-eridiani.png&amp;diff=1671"/>
		<updated>2026-04-22T12:44:35Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-eridiani.png to File:Base-rebelde-eridiani.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-cygni.png&amp;diff=1669</id>
		<title>Archivo:Rebel-base-cygni.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Rebel-base-cygni.png&amp;diff=1669"/>
		<updated>2026-04-22T12:44:30Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-cygni.png to File:Base-rebelde-cygni.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Base-rebelde-cygni.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-cygni.png&amp;diff=1668</id>
		<title>Archivo:Base-rebelde-cygni.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Base-rebelde-cygni.png&amp;diff=1668"/>
		<updated>2026-04-22T12:44:30Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Rebel-base-cygni.png to File:Base-rebelde-cygni.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Room-sala-de-motores.png&amp;diff=1666</id>
		<title>Archivo:Room-sala-de-motores.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Room-sala-de-motores.png&amp;diff=1666"/>
		<updated>2026-04-22T12:43:55Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Room-sala-de-motores.png to File:Sala-sala-de-motores.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Sala-sala-de-motores.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Sala-sala-de-motores.png&amp;diff=1665</id>
		<title>Archivo:Sala-sala-de-motores.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Sala-sala-de-motores.png&amp;diff=1665"/>
		<updated>2026-04-22T12:43:55Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Room-sala-de-motores.png to File:Sala-sala-de-motores.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Room-puente-de-mando.png&amp;diff=1663</id>
		<title>Archivo:Room-puente-de-mando.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Room-puente-de-mando.png&amp;diff=1663"/>
		<updated>2026-04-22T12:43:50Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Room-puente-de-mando.png to File:Sala-puente-de-mando.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Sala-puente-de-mando.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Sala-puente-de-mando.png&amp;diff=1662</id>
		<title>Archivo:Sala-puente-de-mando.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Sala-puente-de-mando.png&amp;diff=1662"/>
		<updated>2026-04-22T12:43:50Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Room-puente-de-mando.png to File:Sala-puente-de-mando.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Subida masiva de la galería de en.emushpedia&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
	<entry>
		<id>https://es.emushpedia.com/index.php?title=Archivo:Room-plataforma-icarus.png&amp;diff=1660</id>
		<title>Archivo:Room-plataforma-icarus.png</title>
		<link rel="alternate" type="text/html" href="https://es.emushpedia.com/index.php?title=Archivo:Room-plataforma-icarus.png&amp;diff=1660"/>
		<updated>2026-04-22T12:43:45Z</updated>

		<summary type="html">&lt;p&gt;OkayMaybeImASimp: OkayMaybeImASimp moved page File:Room-plataforma-icarus.png to File:Sala-plataforma-icarus.png: Traducción de nombres de archivos al español&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[File:Sala-plataforma-icarus.png]]&lt;/div&gt;</summary>
		<author><name>OkayMaybeImASimp</name></author>
	</entry>
</feed>