Difference between revisions of "Spanish Build Documents"

From FreekiWiki
Jump to navigation Jump to search
(New page: '''This page has all the translations for the Spanish Build Program (charts, checklists, instructions, information...)''')
 
Line 1: Line 1:
 
'''This page has all the translations for the Spanish Build Program (charts, checklists, instructions, information...)'''
 
'''This page has all the translations for the Spanish Build Program (charts, checklists, instructions, information...)'''
 +
 +
<graphviz>
 +
digraph D {
 +
    node [fontname="Helvetica", fontsize="11"]
 +
    edge [fontname="Helvetica"]
 +
 +
start        [label="INICIAR AQUI",  shape="box", style="bold"]
 +
short        [label="¿Tiene esto entre\n2.5 y 2.75 pulgadas\nde largo?"]
 +
long        [label="¿Tiene esto 5.25 pulgadas de largo?"]
 +
multinotch  [label="¿Tiene esto solamente una ranura?"]
 +
endnotch    [label="¿Tiene esto DOS ranuras,\nUNA cerca del centro\nY\nUNA cerca de un extremo?"]
 +
closenotch  [label="¿Tiene esto \nDOS ranuras juntas y cerca del centro?"]
 +
ddr          [label="DDR", shape="box", style="bold"]
 +
sdram        [label="SDRAM", shape="box", style="bold"]
 +
rambus      [label="RAMBUS", shape="box", style="bold"]
 +
misc        [label="MISC\n(Antigua RAM)", shape="box", style="bold"]
 +
sodimm [label="SODIMM", shape="box", style="bold"]
 +
 +
start -> short
 +
 +
short -> long [label="NO"]
 +
short -> sodimm [label="YES"]
 +
 +
long -> multinotch [label="YES"]
 +
long -> misc [label="NO"]
 +
 +
multinotch -> ddr [label="YES"]
 +
multinotch -> endnotch [label="NO"]
 +
 +
endnotch -> sdram [label="YES"]
 +
endnotch -> closenotch [label="NO"]
 +
 +
closenotch -> rambus [label="YES"]
 +
closenotch -> misc [label="NO"]
 +
 +
}
 +
</graphviz>
 +
 +
 +
[[Category: Spanish Build Documents]]

Revision as of 18:10, 7 July 2010

This page has all the translations for the Spanish Build Program (charts, checklists, instructions, information...)

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.