Last modified: 2008-01-22 21:46:24 UTC
Dear friends; At r1=14232&r2=14243">http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/messages/MessagesEn.php?r1=14232&r2=14243 you will find changes 205 'wikipediapage' => 'View project page', 'projectpage' => 'View project page', 263 'nstab-wp' => 'Project page', 'nstab-project' => 'Project page', 1570 ta[\'ca-nstab-wp\'] = new Array(\'a\',\'View the project page\'); ta[\'ca-nstab-project\'] = new Array(\'a\',\'View the project page\'); since then a lot of entities as anchors, fields, etc changed the prefix from « wp » to « mw » . However such « wp » entities still exist in the code. Examples: If you look at the source code at http://test.wikipedia.org/w/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page <img src="/w/index.php?title=Special:Captcha/image&wpCaptchaId=0000000000" width="285" height="85" alt="" /> <input type="hidden" name="wpCaptchaId" id="wpCaptchaId" value="2139425154" /><p><input name="wpCaptchaWord" id="wpCaptchaWord" tabindex="1" /> further wpName2 wpName wpPassword2 wpPassword" wpRetype wpEmail wpRemember wpCreateaccount I am aware that changing all the « wp » entities to « mw » entities will break a lot of tools as the « id="wpTextbox1" » bidirectional editing help etc. However I liked to post this note. Best regards Reinhardt [[user:Gangleri]]
wp == "wiki post" here, similar to wg "wiki global", ws "wiki session", etc.