Difference between revisions of "User:Rfs/Scratch"

From FreekiWiki
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
[[FGVwiki:Signs|Signs]] at vancouver's wiki
+
{| class="wikitable sortable" border="1"
 +
|+Sortable table
 +
|-
 +
! Alphabetic !! Numeric !! Date !! class="unsortable" | Unsortable
 +
|-
 +
| d || 20 || 2008-11-24 || This
 +
|-
 +
| b || 8 || 2004-03-01 || column
 +
|-
 +
| a || 6 || 1979-07-23 || cannot
 +
|-
 +
| c || 4 || 1492-12-08 || be
 +
|-
 +
| e || 0 || 1601-08-13 || sorted.
 +
|}
  
<graphviz>
 
digraph g {
 
graph [
 
rankdir = "RL",
 
concentrate = true,
 
ratio = auto
 
];
 
node [
 
fontsize = "18",
 
shape = record, fontsize = 18
 
];
 
edge [
 
];
 
  
"Records" [shape = record, fontsize = 18, label = "(Any RT::Record)" ];
 
"Records" -> "Principals" [label = "Creator -> id"];
 
"ACL" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"ACL" -> "Principals" [label="PrincipalId -> id"];
 
"ACL" -> "Principals" [label="DelegatedBy -> id"];
 
"ACL" -> "ACL" [label="DelegatedFrom -> id"];
 
  
"Attachments" [shape = record, fontsize = 18, label = "<col0> \N " ];
+
[[FGVwiki:Signs|Signs]] at vancouver's wiki
"Attachments" -> "Transactions" [label="TransactionId -> id"];
 
"Attachments" -> "Attachments" [label="Parent -> id"];
 
 
 
"CachedGroupMemers" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"CachedGroupMemers" -> "Groups" [label="GroupId -> id", weight=2];
 
"CachedGroupMemers" -> "Principals" [label="MemberId -> id"];
 
"CachedGroupMemers" -> "CachedGroupMemers" [label="Via -> id"];
 
"CachedGroupMemers" -> "Groups" [label="ImmediateParentId -> id"];
 
 
 
"CustomFields" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
 
 
"CustomFieldValues" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"CustomFieldValues" -> "CustomFields" [label="CustomField -> id"];
 
 
 
"GroupMembers" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"GroupMembers" -> "Groups" [label="GroupId -> id", weight=2];
 
"GroupMembers" -> "Principals" [label="MemberId -> id", weight = 2];
 
 
 
"Groups" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"Groups" -> "Principals" [label="Groups.id -> id"];
 
 
 
"Links" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"Links" -> "Tickets" [label="LocalBase => id (usually)", style="dotted"];
 
"Links" -> "Tickets" [label="LocalTarget => id (usually)", style="dotted"];
 
 
 
"Principals" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
 
 
"Attributes" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"Attributes" -> "Records" [label="ObjectId -> id"];
 
 
 
"Queues" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
 
 
"ScripActions" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
 
 
"ScripConditions" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
 
 
"Scrips" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"Scrips" -> "ScripConditions" [label="ScripCondition -> id"];
 
"Scrips" -> "ScripActions" [label="ScripAction -> id"];
 
"Scrips" -> "Templates" [label="Template -> id"];
 
"Scrips" -> "Queues" [label="Queue -> id"];
 
 
 
"Templates" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"Templates" -> "Queues" [label ="Queue -> id" ];
 
 
 
"ObjectCustomFields" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"ObjectCustomFields" -> "CustomFields" [label="CustomField -> id"];
 
"ObjectCustomFields" -> "Records" [label="ObjectId -> id"];
 
 
 
"ObjectCustomFieldValues" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"ObjectCustomFieldValues" -> "CustomFields" [label="CustomField -> id"];
 
"ObjectCustomFieldValues" -> "Records" [label="ObjectId -> id"];
 
 
 
"Tickets" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"Tickets" -> "Tickets" [label="EffectiveId -> id"];
 
"Tickets" -> "Principals" [label="Owner -> id"];
 
"Queues" -> "Tickets" [style="invis"];
 
"Tickets" -> "Queues" [label="Queue -> id"];
 
 
 
"Transactions" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
"Transactions" -> "Records" [label="ObjectId -> id"];
 
 
 
"Users" [shape = record, fontsize = 18, label = "<col0> \N " ];
 
 
 
"Users" -> "Principals" [label="id -> id"];
 
  
 +
<graphviz>
 +
digraph D {
 +
  a -> b
 +
  a -> c
 +
  a -> d
 +
  a -> d
 +
  a -> d
 +
  b -> c
 +
  b -> c
 +
  b -> c
 +
  b -> d
 +
  c -> d
  
 
}
 
}
 
</graphviz>
 
</graphviz>
 +
 +
'circo':
 +
'dot':
 +
'fdp':
 +
'neato':
 +
'twopi':

Latest revision as of 12:47, 27 February 2010

My Page Name (on the secure wiki


Sortable table
Alphabetic Numeric Date Unsortable
d 20 2008-11-24 This
b 8 2004-03-01 column
a 6 1979-07-23 cannot
c 4 1492-12-08 be
e 0 1601-08-13 sorted.


Signs at vancouver's wiki

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

'circo':
'dot':
'fdp':
'neato':
'twopi':