View source for User:Drew R. Smith/familytree.js
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
// Wiki user script to help maintain {{familytree}}
// boxes-and-lines diagrams, by allowing you to edit the diagram
// in a simpler and more standard ASCII art format.
//
// To install, add: importScript("User:Drew R. Smith/familytree.js");
// to your monobook.js file. This adds an option to the toolbox
// menu when editing familytrees.
//
// IE may work better than Firefox since it supports typeover mode.
addOnloadHook (function() { // wraps entire script
var Summary = "Edited {{%s}} using [[User:Drew R. Smith/familytree.js|familytree.js]]";
var Special = [ "border", "boxstyle", "colspan", "rowspan" ];
var Template; // familytree or chart ?
var Style = null;
var Center = 40; // center small diagrams on this column
var Maxwidth = 80;
var Picky = 0; // complain instead of self-correct?
000
1:0
Templates used on this page:
- Template:" + Template + " (view source)
- Template:" + Template + style.initial + unused + " (view source)
- Template:" + rows.pop().join(" (view source)
- Template:" + rows.shift().join(" (view source)
- Template:" + tmpl + "/end (view source)
- Template:%s (view source)
- Template:... (view source)
- Template:Chart (view source)
- Template:Familytree (view source)
- Template:Familytree/start (view source)
- Template:Familytree/step2 (view source)
- Template:Foo (view source)
Return to User:Drew R. Smith/familytree.js.