Kõik süsteemi sõnumid
Allikas: LFS Manual
Mine navigeerimisribaleMine otsikastiSee on loend kõikidest olemasolevatest süsteemisõnumitest MediaWiki nimeruumis.
Kui soovid MediaWiki tarkvara tõlkimises osaleda, siis vaata lehti MediaWiki lokaliseerimine ja translatewiki.net.
Nimi | Vaiketekst |
---|---|
Praegune tekst | |
apihelp-edit-example-prepend (arutelu) (tõlgi) | Prepend <kbd>__NOTOC__</kbd> to a page. |
apihelp-edit-example-undo (arutelu) (tõlgi) | Undo revisions 13579 through 13585 with autosummary. |
apihelp-edit-param-appendtext (arutelu) (tõlgi) | 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-baserevid (arutelu) (tõlgi) | ID of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions]]. Self-conflicts cause the edit to fail unless basetimestamp is set. |
apihelp-edit-param-basetimestamp (arutelu) (tõlgi) | Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. Self-conflicts are ignored. |
apihelp-edit-param-bot (arutelu) (tõlgi) | Märgi see muudatus robotimuudatuseks. |
apihelp-edit-param-contentformat (arutelu) (tõlgi) | Content serialization format used for the input text. |
apihelp-edit-param-contentmodel (arutelu) (tõlgi) | Content model of the new content. |
apihelp-edit-param-createonly (arutelu) (tõlgi) | Don't edit the page if it exists already. |
apihelp-edit-param-md5 (arutelu) (tõlgi) | The MD5 hash of the $1text parameter, or the $1prependtext and $1appendtext parameters concatenated. If set, the edit won't be done unless the hash is correct. |
apihelp-edit-param-minor (arutelu) (tõlgi) | Mark this edit as a minor edit. |
apihelp-edit-param-nocreate (arutelu) (tõlgi) | Throw an error if the page doesn't exist. |
apihelp-edit-param-notminor (arutelu) (tõlgi) | Do not mark this edit as a minor edit even if the "{{int:tog-minordefault}}" user preference is set. |
apihelp-edit-param-pageid (arutelu) (tõlgi) | Page ID of the page to edit. Cannot be used together with <var>$1title</var>. |
apihelp-edit-param-prependtext (arutelu) (tõlgi) | Add this text to the beginning of the page. Overrides $1text. |
apihelp-edit-param-recreate (arutelu) (tõlgi) | Override any errors about the page having been deleted in the meantime. |
apihelp-edit-param-redirect (arutelu) (tõlgi) | Automatically resolve redirects. |
apihelp-edit-param-section (arutelu) (tõlgi) | Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. |
apihelp-edit-param-sectiontitle (arutelu) (tõlgi) | The title for a new section. |
apihelp-edit-param-starttimestamp (arutelu) (tõlgi) | Timestamp when the editing process began, used to detect edit conflicts. An appropriate value may be obtained using <var>[[Special:ApiHelp/main|curtimestamp]]</var> when beginning the edit process (e.g. when loading the page content to edit). |
apihelp-edit-param-summary (arutelu) (tõlgi) | Edit summary. Also section title when $1section=new and $1sectiontitle is not set. |
apihelp-edit-param-tags (arutelu) (tõlgi) | Change tags to apply to the revision. |
apihelp-edit-param-text (arutelu) (tõlgi) | Page content. |
apihelp-edit-param-title (arutelu) (tõlgi) | Title of the page to edit. Cannot be used together with <var>$1pageid</var>. |
apihelp-edit-param-token (arutelu) (tõlgi) | The token should always be sent as the last parameter, or at least after the $1text parameter. |
apihelp-edit-param-undo (arutelu) (tõlgi) | Undo this revision. Overrides $1text, $1prependtext and $1appendtext. |
apihelp-edit-param-undoafter (arutelu) (tõlgi) | Undo all revisions from $1undo to this one. If not set, just undo one revision. |
apihelp-edit-param-unwatch (arutelu) (tõlgi) | Remove the page from the current user's watchlist. |
apihelp-edit-param-watch (arutelu) (tõlgi) | Add the page to the current user's watchlist. |
apihelp-edit-param-watchlist (arutelu) (tõlgi) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-edit-param-watchlistexpiry (arutelu) (tõlgi) | Watchlist expiry timestamp. Omit this parameter entirely to leave the current expiry unchanged. |
apihelp-edit-summary (arutelu) (tõlgi) | Create and edit pages. |
apihelp-emailuser-example-email (arutelu) (tõlgi) | Send an email to the user <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>. |
apihelp-emailuser-param-ccme (arutelu) (tõlgi) | Send a copy of this mail to me. |
apihelp-emailuser-param-subject (arutelu) (tõlgi) | Subject header. |
apihelp-emailuser-param-target (arutelu) (tõlgi) | User to send the email to. |
apihelp-emailuser-param-text (arutelu) (tõlgi) | Email body. |
apihelp-emailuser-summary (arutelu) (tõlgi) | Email a user. |
apihelp-expandtemplates-example-simple (arutelu) (tõlgi) | Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>. |
apihelp-expandtemplates-param-generatexml (arutelu) (tõlgi) | Generate XML parse tree (replaced by $1prop=parsetree). |
apihelp-expandtemplates-param-includecomments (arutelu) (tõlgi) | Whether to include HTML comments in the output. |
apihelp-expandtemplates-param-prop (arutelu) (tõlgi) | Millised teabe elemendid hankida. Pane tähele, et kui väärtusi pole valitud, siis sisaldab tulemus vikiteksti, aga väljund on ebasoovitatavas vormingus. |
apihelp-expandtemplates-param-revid (arutelu) (tõlgi) | Revision ID, for <code><nowiki>{{REVISIONID}}</nowiki></code> and similar variables. |
apihelp-expandtemplates-param-text (arutelu) (tõlgi) | Wikitext to convert. |
apihelp-expandtemplates-param-title (arutelu) (tõlgi) | Title of the page. |
apihelp-expandtemplates-paramvalue-prop-categories (arutelu) (tõlgi) | Any categories present in the input that are not represented in the wikitext output. |
apihelp-expandtemplates-paramvalue-prop-encodedjsconfigvars (arutelu) (tõlgi) | Gives the JavaScript configuration variables specific to the page as a JSON string. |
apihelp-expandtemplates-paramvalue-prop-jsconfigvars (arutelu) (tõlgi) | Gives the JavaScript configuration variables specific to the page. |
apihelp-expandtemplates-paramvalue-prop-modules (arutelu) (tõlgi) | Any ResourceLoader modules that parser functions have requested be added to the output. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>. |
apihelp-expandtemplates-paramvalue-prop-parsetree (arutelu) (tõlgi) | The XML parse tree of the input. |