Difference between revisions of "User:Halfasspete/Sandbox"

From FreekiWiki
Jump to navigation Jump to search
(foolin' around. See http://meta.wikimedia.org/wiki/User:Peteforsyth/Customer_service/Proposed_new_Commons_deletion_wizard)
 
(hmm)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
'''See [http://www.mediawiki.org/wiki/Extension:GraphViz documentation].'''
 +
 
<graphviz>
 
<graphviz>
 
   digraph DeletionWizard {
 
   digraph DeletionWizard {
 
     node [fontname="Helvetica", fontsize="11"]
 
     node [fontname="Helvetica", fontsize="11"]
 
     edge [fontname="Helvetica"]
 
     edge [fontname="Helvetica"]
 +
 +
start1 -> start2
 +
start2 -> start3
 +
start3 -> relationship
 
      
 
      
     start           [label="START HERE",
+
  relationship -> creator [label=""]
 +
  relationship -> subject [label=""]
 +
  relationship -> unconnected [label=""]
 +
 
 +
 
 +
    start1          [label="You're indicating that this file should be deleted from Wikimedia Commons.",
 +
                    shape="box", style="bold", color="pink"]
 +
    start2          [label="Thanks for taking an interest in the contents of the site!",
 +
                    shape="box", style="bold", color="pink"]
 +
     start3           [label="Please answer a few questions about this file and why you think it should be deleted.",
 
                     shape="box", style="bold", color="pink"]
 
                     shape="box", style="bold", color="pink"]
  
 
     relationship    [label="Are you the CREATOR of, the SUBJECT of, or UNCONNECTED to this file?"]
 
     relationship    [label="Are you the CREATOR of, the SUBJECT of, or UNCONNECTED to this file?"]
  relationship -> creator [label="CREATOR"]
 
  relationship -> subject [label="SUBJECT"]
 
  relationship -> unconnected [label="UNCONNECTED"]
 
  
 +
    creator        [label="I am the creator of this file"]
 +
    subject        [label="I am personally connected to the file (it's a photo of me, it's a recording of my brother singing, etc.)"]
 +
    unconnected [label="I have no special connection to this file"]
  
 
<!-- Below for future reference -->
 
<!-- Below for future reference -->
Line 84: Line 99:
 
                     label_es="Conforme al diagrama azul,\nEsto se tiene que reciclar?"]
 
                     label_es="Conforme al diagrama azul,\nEsto se tiene que reciclar?"]
  
  start ->    recycle_label
 
  
 
   recycle_label -> rejected [label="NO"]
 
   recycle_label -> rejected [label="NO"]

Latest revision as of 14:06, 20 September 2011