Tom
1 revision imported
02:02
wikipedia>Faster than Thunder
Merging the sentences is more likely to be interpreted as referring to the redirect term than the subject of the article. Using separate sentences, especially without a pronoun hence doesn't make sense!
22:42
+6
Created page with "local mHatnote = require('Module:Hatnote') local mHatlist = require('Module:Hatnote list') local mArguments --initialize lazily local mTableTools = require('Module:TableTools') local p = {} function p.redirectDistinguish (frame) mArguments = require('Module:Arguments') local args = mArguments.getArgs(frame) return p._redirectDistinguish(args) end function p._redirectDistinguish(args) if not args[1] then return mHatnote.makeWikitextError( 'no redirect supplied'..."
02:20
+1,683