Všechna systémová hlášení
Toto je seznam všech hlášení dostupných ve jmenném prostoru MediaWiki. Pokud si přejete přispívat k lokalizaci softwaru MediaWiki, navštivte lokalizační stránku na mediawiki.org a server translatewiki.net.
První stránka |
Předchozí stránka |
Následující stránka |
Poslední stránka |
Označení hlášení | Původní text |
---|---|
Aktuální text | |
apihelp-edit-param-appendtext (diskuse) (přeložit) | 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 (diskuse) (přeložit) | Timestamp of the base revision, used to detect edit conflicts. May be obtained through [[Special:ApiHelp/query+revisions|action=query&prop=revisions&rvprop=timestamp]]. |
apihelp-edit-param-bot (diskuse) (přeložit) | Označit tuto editaci jako editaci bota. |
apihelp-edit-param-contentformat (diskuse) (přeložit) | Content serialization format used for the input text. |
apihelp-edit-param-contentmodel (diskuse) (přeložit) | Content model of the new content. |
apihelp-edit-param-createonly (diskuse) (přeložit) | Needitovat stránku, pokud již existuje. |
apihelp-edit-param-md5 (diskuse) (přeložit) | 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 (diskuse) (přeložit) | Malá editace. |
apihelp-edit-param-nocreate (diskuse) (přeložit) | Pokud stránka neexistuje, vrátit chybu. |
apihelp-edit-param-notminor (diskuse) (přeložit) | Nemalá editace. |
apihelp-edit-param-pageid (diskuse) (přeložit) | Page ID of the page to edit. Cannot be used together with <var>$1title</var>. |
apihelp-edit-param-prependtext (diskuse) (přeložit) | Add this text to the beginning of the page. Overrides $1text. |
apihelp-edit-param-recreate (diskuse) (přeložit) | Override any errors about the page having been deleted in the meantime. |
apihelp-edit-param-redirect (diskuse) (přeložit) | Automaticky opravit přesměrování. |
apihelp-edit-param-section (diskuse) (přeložit) | Section number. <kbd>0</kbd> for the top section, <kbd>new</kbd> for a new section. |
apihelp-edit-param-sectiontitle (diskuse) (přeložit) | Název nové sekce. |
apihelp-edit-param-starttimestamp (diskuse) (přeložit) | 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 (diskuse) (přeložit) | Edit summary. Also section title when $1section=new and $1sectiontitle is not set. |
apihelp-edit-param-tags (diskuse) (přeložit) | Change tags to apply to the revision. |
apihelp-edit-param-text (diskuse) (přeložit) | Obsah stránky. |
apihelp-edit-param-title (diskuse) (přeložit) | Title of the page to edit. Cannot be used together with <var>$1pageid</var>. |
apihelp-edit-param-token (diskuse) (přeložit) | The token should always be sent as the last parameter, or at least after the $1text parameter. |
apihelp-edit-param-undo (diskuse) (přeložit) | Undo this revision. Overrides $1text, $1prependtext and $1appendtext. |
apihelp-edit-param-undoafter (diskuse) (přeložit) | Undo all revisions from $1undo to this one. If not set, just undo one revision. |
apihelp-edit-param-unwatch (diskuse) (přeložit) | Odstranit stránku ze seznamu sledovaných. |
apihelp-edit-param-watch (diskuse) (přeložit) | Přidat stránku na seznam sledovaných. |
apihelp-edit-param-watchlist (diskuse) (přeložit) | Bezpodmíněnečně přidat nebo odstranit stránku ze sledovaných stránek aktuálního uživatele, použít nastavení nebo neměnit sledování. |
apihelp-emailuser-description (diskuse) (přeložit) | Poslat uživateli e-mail. |
apihelp-emailuser-example-email (diskuse) (přeložit) | Send an email to the User <kbd>WikiSysop</kbd> with the text <kbd>Content</kbd>. |
apihelp-emailuser-param-ccme (diskuse) (přeložit) | Odeslat mi kopii této zprávy. |
apihelp-emailuser-param-subject (diskuse) (přeložit) | Subject header. |
apihelp-emailuser-param-target (diskuse) (přeložit) | User to send email to. |
apihelp-emailuser-param-text (diskuse) (přeložit) | Tělo zprávy. |
apihelp-expandtemplates-description (diskuse) (přeložit) | Expands all templates in wikitext. |
apihelp-expandtemplates-example-simple (diskuse) (přeložit) | Expand the wikitext <kbd><nowiki>{{Project:Sandbox}}</nowiki></kbd>. |
apihelp-expandtemplates-param-generatexml (diskuse) (přeložit) | Generate XML parse tree (replaced by $1prop=parsetree). |
apihelp-expandtemplates-param-includecomments (diskuse) (přeložit) | Whether to include HTML comments in the output. |
apihelp-expandtemplates-param-prop (diskuse) (přeložit) | Which pieces of information to get: ;wikitext:The expanded wikitext. ;categories:Any categories present in the input that are not represented in the wikitext output. ;properties:Page properties defined by expanded magic words in the wikitext. ;volatile:Whether the output is volatile and should not be reused elsewhere within the page. ;ttl:The maximum time after which caches of the result should be invalidated. ;parsetree:The XML parse tree of the input. Note that if no values are selected, the result will contain the wikitext, but the output will be in a deprecated format. |
apihelp-expandtemplates-param-revid (diskuse) (přeložit) | Revision ID, for <nowiki>{{REVISIONID}}</nowiki> and similar variables. |
apihelp-expandtemplates-param-text (diskuse) (přeložit) | Wikitext k převedení. |
apihelp-expandtemplates-param-title (diskuse) (přeložit) | Title of page. |
apihelp-feedcontributions-description (diskuse) (přeložit) | Vrátí kanál příspěvků uživatele. |
apihelp-feedcontributions-example-simple (diskuse) (přeložit) | Return contributions for user <kbd>Example</kbd>. |
apihelp-feedcontributions-param-deletedonly (diskuse) (přeložit) | Zobrazit pouze smazané příspěvky. |
apihelp-feedcontributions-param-feedformat (diskuse) (přeložit) | Formát kanálu. |
apihelp-feedcontributions-param-month (diskuse) (přeložit) | Od měsíce (a dříve) |
apihelp-feedcontributions-param-namespace (diskuse) (přeložit) | Which namespace to filter the contributions by. |
apihelp-feedcontributions-param-newonly (diskuse) (přeložit) | Only show edits that are page creations. |
apihelp-feedcontributions-param-showsizediff (diskuse) (přeložit) | Show the size difference between revisions. |
apihelp-feedcontributions-param-tagfilter (diskuse) (přeložit) | Filter contributions that have these tags. |
První stránka |
Předchozí stránka |
Následující stránka |
Poslední stránka |