Index: trunk/extensions/WikiLove/WikiLove.api.php |
— | — | @@ -95,11 +95,14 @@ |
96 | 96 | public function getParamDescription() { |
97 | 97 | return array( |
98 | 98 | 'title' => 'Title of the user or user talk page to send WikiLove to', |
99 | | - 'text' => 'Wikitext to add in the new section', |
| 99 | + 'text' => 'Raw ikitext to add in the new section', |
100 | 100 | 'token' => 'Edit token. You can get one of these through prop=info', |
101 | 101 | 'subject' => 'Subject header of the new section', |
102 | | - 'template' => 'Template used in the wikitext (for statistics)', |
103 | | - 'type' => 'Type of WikiLove (for statistics)', |
| 102 | + 'template' => 'Template name used in the wikitext (for statistics)', |
| 103 | + 'type' => array( 'Type of WikiLove (for statistics); this corresponds with a type', |
| 104 | + 'selected in the left menu, and optionally a subtype after that', |
| 105 | + '(e.g. "barnstar-normal" or "kitten")', |
| 106 | + ), |
104 | 107 | ); |
105 | 108 | } |
106 | 109 | |
— | — | @@ -107,8 +110,9 @@ |
108 | 111 | return array( |
109 | 112 | 'Give WikiLove to another user.', |
110 | 113 | "WikiLove is a positive message posted to a user's talk page through a", |
111 | | - 'convenient interface with preset images and templates. For statistical', |
112 | | - 'purposes, the type and template (among the other data) are logged.', |
| 114 | + 'convenient interface with preset images and templates. This action adds', |
| 115 | + 'the specified wikitext to a certain talk page. For statistical purposes,', |
| 116 | + 'the type and template (among the other data) are logged.', |
113 | 117 | ); |
114 | 118 | } |
115 | 119 | |