Difference between revisions of "Purple Chart en Español"

From FreekiWiki
Jump to navigation Jump to search
(pasted spanish purple chart in espanol (need to delete the other page titled "Purple Chart")
 
(delete content, point to new location of page.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==DIAGRAMA MORADO==
+
{{delete}}
<div style="border: 10px solid PURPLE; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<graphviz>
 
  digraph Eval2 {
 
  
  node [fontname="Helvetica", fontsize="11"]
+
replaced by: [[System_Evaluation_Final_Triage_en_Español]]
  edge [fontname="Helvetica"]
 
 
 
  start        [label="INICIAR AQUI", shape="box", style="bold", color="purple"]
 
  green        [label="Esto es una\nCOMPUTADORA GREEN LIGHT\n(regrese al diagrama principal)", shape="box", style="dashed", color="red"]
 
  recycle      [label="Nosotros vamos a RECICLAR esto.\nGet REASON FOR RECYCLE label\nY CIRCULA la razón que se encuentra en la etiqueta)", shape="box", style="dashed", color="red"]
 
  fastenough    [label="¿Es veloz?\n¿Tiene esto un\nproc 1.8 GHz o más rápido ?\n(o un proc AMD  con\nun modelo #1800 o mayor?)"]
 
  blowncaps    [label="¿Encontro alguna\nBLOWN CAPS?"]
 
  dual_core    [label="¿Es esto un\nsystema\nDUAL CORE?"]
 
 
 
  fg_pdx        [label="¿Tiene esto un\nFG-PDX sticker\npegado?"]
 
  problematic  [label="¿Esto se encuentra\nen la lista de\nMODELOS PROBLEMATICOS?"]
 
  low_end      [label="¿Tiene esto un\nproc 2.2 GHz o más rapido?\n(o un proc AMD con\nun # de modelo 2200 o mayor?)"]
 
 
 
  start        -> blowncaps
 
 
 
  blowncaps    -> dual_core  [label="NO"]
 
  blowncaps    -> recycle [taillabel="SI"]
 
 
 
  dual_core    -> low_end  [label="NO"]
 
  dual_core    -> green  [label="SI"]
 
 
 
  fg_pdx -> recycle  [label="SI"]
 
  fg_pdx -> problematic  [taillabel="NO"]
 
 
 
  problematic -> fastenough  [label="NO"]
 
  problematic -> recycle  [label="SI"]
 
 
 
  low_end -> fg_pdx    [taillabel="NO"]
 
  low_end -> green [label="SI"]
 
 
 
  fastenough  -> green  [taillabel="SI"]
 
  fastenough  -> recycle [label="NO"]
 
 
 
  }
 
</graphviz>
 
</div>
 
 
 
{{Sistemas Dual Core}}
 
 
 
{{Modelos Problematicos}}
 
 
 
[[Category: Spanish Build Documents]]
 

Latest revision as of 20:23, 5 October 2010

deletion

This page has been requested to be deleted.
If you disagree, discuss on the talk page.
Whenever possible, could an Admin please remove this page?


replaced by: System_Evaluation_Final_Triage_en_Español