User:Xenwolf/vector.js: Difference between revisions
Jump to navigation
Jump to search
m testing... |
testing... |
||
| Line 1: | Line 1: | ||
function format_words(title, numWords){ | |||
var text = title+" ("+numWords+" words)"; | var text = title+" ("+numWords+" words)"; | ||
return text; | return text; | ||