The Open Lighting Project has moved!
We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.
We've launched our new site at www.openlighting.org. This wiki will remain and be updated with more technical information.
System messages
From wiki.openlighting.org
This is a list of system messages available in the MediaWiki namespace. Please visit MediaWiki Localisation and translatewiki.net if you wish to contribute to the generic MediaWiki localisation.
First page |
Previous page |
Next page |
Last page |
Name | Default message text |
---|---|
Current message text | |
apihelp-checktoken-param-token (talk) (Translate) | Token to test. |
apihelp-checktoken-param-type (talk) (Translate) | Type of token being tested. |
apihelp-clearhasmsg-description (talk) (Translate) | Clears the <code>hasmsg</code> flag for the current user. |
apihelp-clearhasmsg-example-1 (talk) (Translate) | Clear the <code>hasmsg</code> flag for the current user. |
apihelp-clientlogin-description (talk) (Translate) | Log in to the wiki using the interactive flow. |
apihelp-clientlogin-example-login (talk) (Translate) | Start the process of logging in to the wiki as user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>. |
apihelp-clientlogin-example-login2 (talk) (Translate) | Continue logging in after a <samp>UI</samp> response for two-factor auth, supplying an <var>OATHToken</var> of <kbd>987654</kbd>. |
apihelp-compare-description (talk) (Translate) | Get the difference between 2 pages. A revision number, a page title, or a page ID for both "from" and "to" must be passed. |
apihelp-compare-example-1 (talk) (Translate) | Create a diff between revision 1 and 2. |
apihelp-compare-param-fromid (talk) (Translate) | First page ID to compare. |
apihelp-compare-param-fromrev (talk) (Translate) | First revision to compare. |
apihelp-compare-param-fromtitle (talk) (Translate) | First title to compare. |
apihelp-compare-param-toid (talk) (Translate) | Second page ID to compare. |
apihelp-compare-param-torev (talk) (Translate) | Second revision to compare. |
apihelp-compare-param-totitle (talk) (Translate) | Second title to compare. |
apihelp-createaccount-description (talk) (Translate) | Create a new user account. |
apihelp-createaccount-example-create (talk) (Translate) | Start the process of creating user <kbd>Example</kbd> with password <kbd>ExamplePassword</kbd>. |
apihelp-createaccount-example-mail (talk) (Translate) | Create user <kbd>testmailuser</kbd> and email a randomly-generated password. |
apihelp-createaccount-example-pass (talk) (Translate) | Create user <kbd>testuser</kbd> with password <kbd>test123</kbd>. |
apihelp-createaccount-param-domain (talk) (Translate) | Domain for external authentication (optional). |
apihelp-createaccount-param-email (talk) (Translate) | Email address of user (optional). |
apihelp-createaccount-param-language (talk) (Translate) | Language code to set as default for the user (optional, defaults to content language). |
apihelp-createaccount-param-mailpassword (talk) (Translate) | If set to any value, a random password will be emailed to the user. |
apihelp-createaccount-param-name (talk) (Translate) | Username. |
apihelp-createaccount-param-password (talk) (Translate) | Password (ignored if <var>$1mailpassword</var> is set). |
apihelp-createaccount-param-preservestate (talk) (Translate) | If <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd> returned true for <samp>hasprimarypreservedstate</samp>, requests marked as <samp>primary-required</samp> should be omitted. If it returned a non-empty value for <samp>preservedusername</samp>, that username must be used for the <var>username</var> parameter. |
apihelp-createaccount-param-realname (talk) (Translate) | Real name of user (optional). |
apihelp-createaccount-param-reason (talk) (Translate) | Optional reason for creating the account to be put in the logs. |
apihelp-createaccount-param-token (talk) (Translate) | Account creation token obtained in first request. |
apihelp-cspreport-description (talk) (Translate) | Used by browsers to report violations of the Content Security Policy. This module should never be used, except when used automatically by a CSP compliant web browser. |
apihelp-cspreport-param-reportonly (talk) (Translate) | Mark as being a report from a monitoring policy, not an enforced policy |
apihelp-cspreport-param-source (talk) (Translate) | What generated the CSP header that triggered this report |
apihelp-delete-description (talk) (Translate) | Delete a page. |
apihelp-delete-example-reason (talk) (Translate) | Delete <kbd>Main Page</kbd> with the reason <kbd>Preparing for move</kbd>. |
apihelp-delete-example-simple (talk) (Translate) | Delete <kbd>Main Page</kbd>. |
apihelp-delete-param-oldimage (talk) (Translate) | The name of the old image to delete as provided by [[Special:ApiHelp/query+imageinfo|action=query&prop=imageinfo&iiprop=archivename]]. |
apihelp-delete-param-pageid (talk) (Translate) | Page ID of the page to delete. Cannot be used together with <var>$1title</var>. |
apihelp-delete-param-reason (talk) (Translate) | Reason for the deletion. If not set, an automatically generated reason will be used. |
apihelp-delete-param-tags (talk) (Translate) | Change tags to apply to the entry in the deletion log. |
apihelp-delete-param-title (talk) (Translate) | Title of the page to delete. Cannot be used together with <var>$1pageid</var>. |
apihelp-delete-param-unwatch (talk) (Translate) | Remove the page from the current user's watchlist. |
apihelp-delete-param-watch (talk) (Translate) | Add the page to the current user's watchlist. |
apihelp-delete-param-watchlist (talk) (Translate) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-disabled-description (talk) (Translate) | This module has been disabled. |
apihelp-edit-description (talk) (Translate) | Create and edit pages. |
apihelp-edit-example-edit (talk) (Translate) | Edit a page. |
apihelp-edit-example-prepend (talk) (Translate) | Prepend <kbd>__NOTOC__</kbd> to a page. |
apihelp-edit-example-undo (talk) (Translate) | Undo revisions 13579 through 13585 with autosummary. |
apihelp-edit-param-appendtext (talk) (Translate) | Add this text to the end of the page. Overrides $1text. Use $1section=new to append a new section, rather than this parameter. |
apihelp-edit-param-basetimestamp (talk) (Translate) | Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. |
First page |
Previous page |
Next page |
Last page |