Raimond Spekking has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/82374


Change subject: Add message documentation
......................................................................

Add message documentation

Change-Id: Idb0d00ca6c1c522670510922870093adb8560366
---
M LifeWeb.i18n.php
1 file changed, 11 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LifeWeb 
refs/changes/74/82374/1

diff --git a/LifeWeb.i18n.php b/LifeWeb.i18n.php
index 8d24bc4..c32d8d8 100644
--- a/LifeWeb.i18n.php
+++ b/LifeWeb.i18n.php
@@ -1,5 +1,4 @@
 <?php
-
 /**
  * Internationalisation for LifeWeb
  *
@@ -9,14 +8,20 @@
  * @ingroup Extensions
  */
 
-namespace LifeWeb;
-
 $messages = array();
 
 /** English
- * @author <your username>
+ * @author Simon A. Eugster
  */
 $messages[ 'en' ] = array(
-    'lifeweb' => "LifeWeb", // Important! This is the string that appears on 
Special:SpecialPages
-    'lifeweb-desc' => "Identification key generator and editor",
+       'lifeweb' => 'LifeWeb',
+       'lifeweb-desc' => 'Identification key generator and editor',
+);
+
+/** Message documentation (Message documentation)
+ * @author Raymond
+ */
+$messages['qqq'] = array(
+       'lifeweb' => 'This is the string that appears on Special:SpecialPages',
+       'lifeweb-desc' => 
'{{desc|name=LifeWeb|url=https://www.mediawiki.org/wiki/Extension:LifeWeb}}',
 );
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/82374
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb0d00ca6c1c522670510922870093adb8560366
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LifeWeb
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <raimond.spekk...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to