MediaWiki

Formatter.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 March 2008

  • curprev 15:4315:43, 16 March 2008Eivind talk contribs 6,511 bytes +6,511 New page: // Formatter (from WikiProjects UserScripts) function format() { var txt = document.editform.wpTextbox1; txt.value = catFixer(txt.value); txt.value = entities(txt.value); ...