Jump to: navigation, search

Xavier

This is a sample User page.

This is a demo

My Work in Progress items and Pages I modified.



common.js

This will display an estimated reading time for a page.

/*
var numWords = $("#mw-content-text > div").text().split(" ").length;
var headerWords = $("h1").text().split(" ").length;
var totalWords = numWords + headerWords;
var minutes = totalWords / 200;
var rminutes = Math.floor(totalWords / 200);
var seconds= (minutes - rminutes) * 60;
var rseconds = Math.floor(seconds);

var header = $("h1").text().replace('[edit | edit source]+link+','');
$("h1").text(header + " (" + rminutes + "m " + rseconds + "s)");
*/

I work on the following products:


Work In Progress


User:Xavier:DialogEngine


User:Xavier:MultipleDataCenterDeployment

User:Xavier:VideoSandbox

GSM Temp Files

User:Xavier:GSMTEMP

Reviews

User:Xavier:Reviews

User:Xavier:Contributions

This page was last edited on October 12, 2022, at 11:25.
Comments or questions about this documentation? Contact us for support!