Pob neges
Dyma restr o'r holl negeseuon yn y parth MediaWici. Os ydych am gyfrannu at y gwaith o gyfieithu ar gyfer holl prosiectau MediaWiki ar y cyd, mae croeso i chi ymweld â MediaWiki Localisation a translatewiki.net.
Tudalen gyntaf |
Tudalen gynt |
Tudalen nesaf |
Tudalen olaf |
Enw | Testun rhagosodedig |
---|---|
Testun cyfredol | |
apihelp-query+redirects-param-show (Sgwrs) (Cyfieithu) | Show only items that meet these criteria: ;fragment:Only show redirects with a fragment. ;!fragment:Only show redirects without a fragment. |
apihelp-query+redirects-paramvalue-prop-fragment (Sgwrs) (Cyfieithu) | Fragment of each redirect, if any. |
apihelp-query+redirects-paramvalue-prop-pageid (Sgwrs) (Cyfieithu) | Page ID of each redirect. |
apihelp-query+redirects-paramvalue-prop-title (Sgwrs) (Cyfieithu) | Title of each redirect. |
apihelp-query+references-description (Sgwrs) (Cyfieithu) | Return a data representation of references associated with the given pages. |
apihelp-query+references-example-1 (Sgwrs) (Cyfieithu) | References associated with <kbd>Albert Einstein</kbd>. |
apihelp-query+revisions+base-param-contentformat (Sgwrs) (Cyfieithu) | Serialization format used for <var>$1difftotext</var> and expected for output of content. |
apihelp-query+revisions+base-param-diffto (Sgwrs) (Cyfieithu) | Revision ID to diff each revision to. Use <kbd>prev</kbd>, <kbd>next</kbd> and <kbd>cur</kbd> for the previous, next and current revision respectively. |
apihelp-query+revisions+base-param-difftotext (Sgwrs) (Cyfieithu) | Text to diff each revision to. Only diffs a limited number of revisions. Overrides <var>$1diffto</var>. If <var>$1section</var> is set, only that section will be diffed against this text. |
apihelp-query+revisions+base-param-difftotextpst (Sgwrs) (Cyfieithu) | Perform a pre-save transform on the text before diffing it. Only valid when used with <var>$1difftotext</var>. |
apihelp-query+revisions+base-param-expandtemplates (Sgwrs) (Cyfieithu) | Expand templates in revision content (requires $1prop=content). |
apihelp-query+revisions+base-param-generatexml (Sgwrs) (Cyfieithu) | Generate XML parse tree for revision content (requires $1prop=content; replaced by <kbd>$1prop=parsetree</kbd>). |
apihelp-query+revisions+base-param-limit (Sgwrs) (Cyfieithu) | Limit how many revisions will be returned. |
apihelp-query+revisions+base-param-parse (Sgwrs) (Cyfieithu) | Parse revision content (requires $1prop=content). For performance reasons, if this option is used, $1limit is enforced to 1. |
apihelp-query+revisions+base-param-prop (Sgwrs) (Cyfieithu) | Which properties to get for each revision: |
apihelp-query+revisions+base-param-section (Sgwrs) (Cyfieithu) | Only retrieve the content of this section number. |
apihelp-query+revisions+base-paramvalue-prop-comment (Sgwrs) (Cyfieithu) | Comment by the user for the revision. |
apihelp-query+revisions+base-paramvalue-prop-content (Sgwrs) (Cyfieithu) | Text of the revision. |
apihelp-query+revisions+base-paramvalue-prop-contentmodel (Sgwrs) (Cyfieithu) | Content model ID of the revision. |
apihelp-query+revisions+base-paramvalue-prop-flags (Sgwrs) (Cyfieithu) | Revision flags (minor). |
apihelp-query+revisions+base-paramvalue-prop-ids (Sgwrs) (Cyfieithu) | The ID of the revision. |
apihelp-query+revisions+base-paramvalue-prop-parsedcomment (Sgwrs) (Cyfieithu) | Parsed comment by the user for the revision. |
apihelp-query+revisions+base-paramvalue-prop-parsetree (Sgwrs) (Cyfieithu) | The XML parse tree of revision content (requires content model <code>$1</code>). |
apihelp-query+revisions+base-paramvalue-prop-sha1 (Sgwrs) (Cyfieithu) | SHA-1 (base 16) of the revision. |
apihelp-query+revisions+base-paramvalue-prop-size (Sgwrs) (Cyfieithu) | Length (bytes) of the revision. |
apihelp-query+revisions+base-paramvalue-prop-tags (Sgwrs) (Cyfieithu) | Tags for the revision. |
apihelp-query+revisions+base-paramvalue-prop-timestamp (Sgwrs) (Cyfieithu) | The timestamp of the revision. |
apihelp-query+revisions+base-paramvalue-prop-user (Sgwrs) (Cyfieithu) | User that made the revision. |
apihelp-query+revisions+base-paramvalue-prop-userid (Sgwrs) (Cyfieithu) | User ID of the revision creator. |
apihelp-query+revisions-description (Sgwrs) (Cyfieithu) | Get revision information. May be used in several ways: # Get data about a set of pages (last revision), by setting titles or pageids. # Get revisions for one given page, by using titles or pageids with start, end, or limit. # Get data about a set of revisions by setting their IDs with revids. |
apihelp-query+revisions-example-content (Sgwrs) (Cyfieithu) | Get data with content for the last revision of titles <kbd>API</kbd> and <kbd>Main Page</kbd>. |
apihelp-query+revisions-example-first5 (Sgwrs) (Cyfieithu) | Get first 5 revisions of the <kbd>Main Page</kbd>. |
apihelp-query+revisions-example-first5-after (Sgwrs) (Cyfieithu) | Get first 5 revisions of the <kbd>Main Page</kbd> made after 2006-05-01. |
apihelp-query+revisions-example-first5-not-localhost (Sgwrs) (Cyfieithu) | Get first 5 revisions of the <kbd>Main Page</kbd> that were not made by anonymous user <kbd>127.0.0.1</kbd>. |
apihelp-query+revisions-example-first5-user (Sgwrs) (Cyfieithu) | Get first 5 revisions of the <kbd>Main Page</kbd> that were made by the user <kbd>MediaWiki default</kbd>. |
apihelp-query+revisions-example-last5 (Sgwrs) (Cyfieithu) | Get last 5 revisions of the <kbd>Main Page</kbd>. |
apihelp-query+revisions-param-end (Sgwrs) (Cyfieithu) | Enumerate up to this timestamp. |
apihelp-query+revisions-param-endid (Sgwrs) (Cyfieithu) | Stop revision enumeration on this revision ID. |
apihelp-query+revisions-param-excludeuser (Sgwrs) (Cyfieithu) | Exclude revisions made by user. |
apihelp-query+revisions-param-start (Sgwrs) (Cyfieithu) | From which revision timestamp to start enumeration. |
apihelp-query+revisions-param-startid (Sgwrs) (Cyfieithu) | From which revision ID to start enumeration. |
apihelp-query+revisions-param-tag (Sgwrs) (Cyfieithu) | Only list revisions tagged with this tag. |
apihelp-query+revisions-param-token (Sgwrs) (Cyfieithu) | Which tokens to obtain for each revision. |
apihelp-query+revisions-param-user (Sgwrs) (Cyfieithu) | Only include revisions made by user. |
apihelp-query+revisions-paraminfo-singlepageonly (Sgwrs) (Cyfieithu) | May only be used with a single page (mode #2). |
apihelp-query+search-description (Sgwrs) (Cyfieithu) | Perform a full text search. |
apihelp-query+search-example-generator (Sgwrs) (Cyfieithu) | Get page info about the pages returned for a search for <kbd>meaning</kbd>. |
apihelp-query+search-example-simple (Sgwrs) (Cyfieithu) | Search for <kbd>meaning</kbd>. |
apihelp-query+search-example-text (Sgwrs) (Cyfieithu) | Search texts for <kbd>meaning</kbd>. |
apihelp-query+search-param-backend (Sgwrs) (Cyfieithu) | Which search backend to use, if not the default. |
Tudalen gyntaf |
Tudalen gynt |
Tudalen nesaf |
Tudalen olaf |