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-parse-paramvalue-prop-images (Sgwrs) (Cyfieithu) | Gives the images in the parsed wikitext. |
apihelp-parse-paramvalue-prop-indicators (Sgwrs) (Cyfieithu) | Gives the HTML of page status indicators used on the page. |
apihelp-parse-paramvalue-prop-iwlinks (Sgwrs) (Cyfieithu) | Gives interwiki links in the parsed wikitext. |
apihelp-parse-paramvalue-prop-jsconfigvars (Sgwrs) (Cyfieithu) | Gives the JavaScript configuration variables specific to the page. To apply, use <code>mw.config.set()</code>. |
apihelp-parse-paramvalue-prop-langlinks (Sgwrs) (Cyfieithu) | Gives the language links in the parsed wikitext. |
apihelp-parse-paramvalue-prop-limitreportdata (Sgwrs) (Cyfieithu) | Gives the limit report in a structured way. Gives no data, when <var>$1disablelimitreport</var> is set. |
apihelp-parse-paramvalue-prop-limitreporthtml (Sgwrs) (Cyfieithu) | Gives the HTML version of the limit report. Gives no data, when <var>$1disablelimitreport</var> is set. |
apihelp-parse-paramvalue-prop-links (Sgwrs) (Cyfieithu) | Gives the internal links in the parsed wikitext. |
apihelp-parse-paramvalue-prop-modules (Sgwrs) (Cyfieithu) | Gives the ResourceLoader modules used on the page. To load, use <code>mw.loader.using()</code>. Either <kbd>jsconfigvars</kbd> or <kbd>encodedjsconfigvars</kbd> must be requested jointly with <kbd>modules</kbd>. |
apihelp-parse-paramvalue-prop-parsetree (Sgwrs) (Cyfieithu) | The XML parse tree of revision content (requires content model <code>$1</code>) |
apihelp-parse-paramvalue-prop-properties (Sgwrs) (Cyfieithu) | Gives various properties defined in the parsed wikitext. |
apihelp-parse-paramvalue-prop-revid (Sgwrs) (Cyfieithu) | Adds the revision ID of the parsed page. |
apihelp-parse-paramvalue-prop-sections (Sgwrs) (Cyfieithu) | Gives the sections in the parsed wikitext. |
apihelp-parse-paramvalue-prop-templates (Sgwrs) (Cyfieithu) | Gives the templates in the parsed wikitext. |
apihelp-parse-paramvalue-prop-text (Sgwrs) (Cyfieithu) | Gives the parsed text of the wikitext. |
apihelp-parse-paramvalue-prop-wikitext (Sgwrs) (Cyfieithu) | Gives the original wikitext that was parsed. |
apihelp-patrol-description (Sgwrs) (Cyfieithu) | Patrol a page or revision. |
apihelp-patrol-example-rcid (Sgwrs) (Cyfieithu) | Patrol a recent change. |
apihelp-patrol-example-revid (Sgwrs) (Cyfieithu) | Patrol a revision. |
apihelp-patrol-param-rcid (Sgwrs) (Cyfieithu) | Recentchanges ID to patrol. |
apihelp-patrol-param-revid (Sgwrs) (Cyfieithu) | Revision ID to patrol. |
apihelp-patrol-param-tags (Sgwrs) (Cyfieithu) | Change tags to apply to the entry in the patrol log. |
apihelp-php-description (Sgwrs) (Cyfieithu) | Output data in serialized PHP format. |
apihelp-php-param-formatversion (Sgwrs) (Cyfieithu) | Output formatting: ;1:Backwards-compatible format (XML-style booleans, <samp>*</samp> keys for content nodes, etc.). ;2:Experimental modern format. Details may change! ;latest:Use the latest format (currently <kbd>2</kbd>), may change without warning. |
apihelp-phpfm-description (Sgwrs) (Cyfieithu) | Output data in serialized PHP format (pretty-print in HTML). |
apihelp-protect-description (Sgwrs) (Cyfieithu) | Change the protection level of a page. |
apihelp-protect-example-protect (Sgwrs) (Cyfieithu) | Protect a page. |
apihelp-protect-example-unprotect (Sgwrs) (Cyfieithu) | Unprotect a page by setting restrictions to <kbd>all</kbd> (i.e. everyone is allowed to take the action). |
apihelp-protect-example-unprotect2 (Sgwrs) (Cyfieithu) | Unprotect a page by setting no restrictions. |
apihelp-protect-param-cascade (Sgwrs) (Cyfieithu) | Enable cascading protection (i.e. protect transcluded templates and images used in this page). Ignored if none of the given protection levels support cascading. |
apihelp-protect-param-expiry (Sgwrs) (Cyfieithu) | Expiry timestamps. If only one timestamp is set, it'll be used for all protections. Use <kbd>infinite</kbd>, <kbd>indefinite</kbd>, <kbd>infinity</kbd>, or <kbd>never</kbd>, for a never-expiring protection. |
apihelp-protect-param-pageid (Sgwrs) (Cyfieithu) | ID of the page to (un)protect. Cannot be used together with $1title. |
apihelp-protect-param-protections (Sgwrs) (Cyfieithu) | List of protection levels, formatted <kbd>action=level</kbd> (e.g. <kbd>edit=sysop</kbd>). A level of <kbd>all</kbd> means everyone is allowed to take the action, i.e. no restriction. <strong>Note:</strong> Any actions not listed will have restrictions removed. |
apihelp-protect-param-reason (Sgwrs) (Cyfieithu) | Reason for (un)protecting. |
apihelp-protect-param-tags (Sgwrs) (Cyfieithu) | Change tags to apply to the entry in the protection log. |
apihelp-protect-param-title (Sgwrs) (Cyfieithu) | Title of the page to (un)protect. Cannot be used together with $1pageid. |
apihelp-protect-param-watch (Sgwrs) (Cyfieithu) | If set, add the page being (un)protected to the current user's watchlist. |
apihelp-protect-param-watchlist (Sgwrs) (Cyfieithu) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-purge-description (Sgwrs) (Cyfieithu) | Purge the cache for the given titles. Requires a POST request if the user is not logged in. |
apihelp-purge-example-generator (Sgwrs) (Cyfieithu) | Purge the first 10 pages in the main namespace. |
apihelp-purge-example-simple (Sgwrs) (Cyfieithu) | Purge the <kbd>Main Page</kbd> and the <kbd>API</kbd> page. |
apihelp-purge-param-forcelinkupdate (Sgwrs) (Cyfieithu) | Update the links tables. |
apihelp-purge-param-forcerecursivelinkupdate (Sgwrs) (Cyfieithu) | Update the links table, and update the links tables for any page that uses this page as a template. |
apihelp-query+allcategories-description (Sgwrs) (Cyfieithu) | Enumerate all categories. |
apihelp-query+allcategories-example-generator (Sgwrs) (Cyfieithu) | Retrieve info about the category page itself for categories beginning <kbd>List</kbd>. |
apihelp-query+allcategories-example-size (Sgwrs) (Cyfieithu) | List categories with information on the number of pages in each. |
apihelp-query+allcategories-param-dir (Sgwrs) (Cyfieithu) | Direction to sort in. |
apihelp-query+allcategories-param-from (Sgwrs) (Cyfieithu) | The category to start enumerating from. |
apihelp-query+allcategories-param-limit (Sgwrs) (Cyfieithu) | How many categories to return. |
apihelp-query+allcategories-param-max (Sgwrs) (Cyfieithu) | Only return categories with at most this many members. |
Tudalen gyntaf |
Tudalen gynt |
Tudalen nesaf |
Tudalen olaf |