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

From FreekiWiki
Jump to navigation Jump to search
(pasted spanish black chart in espanol (need to delete the other page titled "Black Chart")
 
(delete content, point to new location of page.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==DIAGRAMA NEGRO==
+
{{delete}}
;¿Podría ser que nosotros queramos quedarnos con el armazón?
 
<div style="border: 10px solid BLACK; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
  
<graphviz>
+
replaced by [[Case_Triage_en_Español]]
  digraph D {
 
 
 
  node [fontname="Helvetica", fontsize="11"]
 
  edge [fontname="Helvetica"]
 
 
 
  start        [label="INICIAR AQUI", shape="box", style="bold", color="brown"]
 
  drool        [label="Es esto \ntan COOL\nque un geek de 15 años de antiguedad*\n¿podríamos construir algo dentro de esto?\n(Si usted no está seguro,\nbusque al geek mas cercano\nde mas de 15 años de antiguedad si es posible)"]
 
  storeneed    [label="¿Sera que la\nTIENDA NECESITA ARMAZONES\nhoy?\n(cheque esto\nen el anuncio AMARILLO LUMINOSO)"]
 
  recycle      [label="NO\n¡Nosotros no queremos este armazón!", shape="box", style="bold", color="orange"]
 
  keep          [label="SI\n¡Nosostros queremos el armazón!", shape="box", style="bold", color="orange"]
 
  at            [label="¿Es esto un\nAT armazón?\n(Cheque el conector del teclado)"]
 
  missingparts  [label="¿A esto le faltan partes\n(como un panel lateral)?"]
 
  proprietary  [label="¿Esto tiene una MARCA PROPIA?\n(Compaq, Dell, Gateway, IBM, \nHP, eMachine, Micron, Sony)"]
 
  clean        [label="¿Esta esto limpio?"]
 
  cleanit      [label="LIMPIE ESTO lo mejor que usted pueda", shape="box"]
 
  format        [label="¿Es esto un DESKTOP\n o una TOWER?"]
 
  judgment      [label="¿Usted compraria el armazon\nsi estuviera a la venta\ncomo un armazón vacío?\n(pregunte con sus covoluntarios\npara ayudarse)"]
 
  riser        [label="¿Podría esto necesitar un\nRISER\npara las tarjetas?"]
 
 
 
 
 
  start        -> drool
 
  drool        -> keep [taillabel="SI"]
 
  drool        -> storeneed [taillabel="NO"]
 
  storeneed    -> recycle [taillabel="NO"]
 
  storeneed    -> format [label="SI"]
 
  format      -> recycle [label="DESKTOP"]
 
  format      -> at [label="TOWER"]
 
  at          -> recycle [label="SI"]
 
  at          -> missingparts [label="NO"]
 
  missingparts -> recycle [label="SI"]
 
  missingparts -> proprietary [label="NO"]
 
  proprietary  -> recycle [label="SI"]
 
  proprietary  -> riser [label="NO"]
 
  riser        -> recycle [label="SI"]
 
  riser        -> judgment [label="NO"]
 
  clean        -> cleanit [label="NO"]
 
  clean        -> keep [label="SI"]
 
  cleanit      -> keep
 
  judgment    -> recycle [label="NO"]
 
  judgment    -> clean [label="SI"]
 
 
 
  }
 
</graphviz>
 
 
 
 
 
* Actualmente nosotros no nos basamos en la edad del armazón. Si usted no tiene 15 años pero le gusta el armazón, es probable que esté OK.
 
</div>
 
[[Category: Spanish Build Documents]]
 

Latest revision as of 20:20, 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 Case_Triage_en_Español