-
It has come to the attention of forum staff that Dollshe Craft has ceased communications with dealers and customers, has failed to provide promised refunds for the excessive waits, and now has wait times surpassing 5 years in some cases. Forum staff are also concerned as there are claims being put forth that Dollshe plans to close down their doll making company. Due to the instability of the company, the lack of communication, the lack of promised refunds, and the wait times now surpassing 5 years, we strongly urge members to research the current state of this company very carefully and thoroughly before deciding to place an order. For more information please see the Dollshe waiting room. Do not assume this cannot happen to you or that your order will be different.Dismiss Notice
-
Dollshe Craft and all dolls created by Dollshe, including any dolls created under his new or future companies, including Club Coco BJD are now banned from Den of Angels. Dollshe and the sculptor may not advertise his products on this forum. Sales may not be discussed, no news threads may be posted regarding new releases. This ban does not impact any dolls by Dollshe ordered by November 8, 2023. Any dolls ordered after November 8, 2023, regardless of the date the sculpt was released, are banned from this forum as are any dolls released under his new or future companies including but not limited to Club Coco BJD. This ban does not apply to other company dolls cast by Dollshe as part of a casting agreement between him and the actual sculpt or company and those dolls may still be discussed on the forum. Please come to Ask the Moderators if you have any questions.Dismiss Notice
System messages
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-move-param-movesubpages (Talk) (Translate) | Rename subpages, if applicable. |
apihelp-move-param-movetalk (Talk) (Translate) | Rename the talk page, if it exists. |
apihelp-move-param-noredirect (Talk) (Translate) | Don't create a redirect. |
apihelp-move-param-reason (Talk) (Translate) | Reason for the rename. |
apihelp-move-param-to (Talk) (Translate) | Title to rename the page to. |
apihelp-move-param-unwatch (Talk) (Translate) | Remove the page and the redirect from the current user's watchlist. |
apihelp-move-param-watch (Talk) (Translate) | Add the page and the redirect to the current user's watchlist. |
apihelp-move-param-watchlist (Talk) (Translate) | Unconditionally add or remove the page from the current user's watchlist, use preferences or do not change watch. |
apihelp-no-such-module (Talk) (Translate) | Module "$1" not found. |
apihelp-none-description (Talk) (Translate) | Output nothing. |
apihelp-opensearch-description (Talk) (Translate) | Search the wiki using the OpenSearch protocol. |
apihelp-opensearch-example-te (Talk) (Translate) | Find pages beginning with <kbd>Te</kbd>. |
apihelp-opensearch-param-format (Talk) (Translate) | The format of the output. |
apihelp-opensearch-param-limit (Talk) (Translate) | Maximum number of results to return. |
apihelp-opensearch-param-namespace (Talk) (Translate) | Namespaces to search. |
apihelp-opensearch-param-redirects (Talk) (Translate) | How to handle redirects: ;return:Return the redirect itself. ;resolve:Return the target page. May return fewer than $1limit results. For historical reasons, the default is "return" for $1format=json and "resolve" for other formats. |
apihelp-opensearch-param-search (Talk) (Translate) | Search string. |
apihelp-opensearch-param-suggest (Talk) (Translate) | Do nothing if <var>[[mw:Manual:$wgEnableOpenSearchSuggest|$wgEnableOpenSearchSuggest]]</var> is false. |
apihelp-opensearch-param-warningsaserror (Talk) (Translate) | If warnings are raised with <kbd>format=json</kbd>, return an API error instead of ignoring them. |
apihelp-options-description (Talk) (Translate) | Change preferences of the current user. Only options which are registered in core or in one of installed extensions, or options with keys prefixed with "userjs-" (intended to be used by user scripts), can be set. |
apihelp-options-example-change (Talk) (Translate) | Change <kbd>skin</kbd> and <kbd>hideminor</kbd> preferences. |
apihelp-options-example-complex (Talk) (Translate) | Reset all preferences, then set <kbd>skin</kbd> and <kbd>nickname</kbd>. |
apihelp-options-example-reset (Talk) (Translate) | Reset all preferences. |
apihelp-options-param-change (Talk) (Translate) | List of changes, formatted name=value (e.g. skin=vector). Value cannot contain pipe characters. If no value is given (not even an equals sign), e.g., optionname|otheroption|..., the option will be reset to its default value. |
apihelp-options-param-optionname (Talk) (Translate) | A name of a option which should be set to the value given by <var>$1optionvalue</var>. |
apihelp-options-param-optionvalue (Talk) (Translate) | A value of the option specified by <var>$1optionname</var>, can contain pipe characters. |
apihelp-options-param-reset (Talk) (Translate) | Resets preferences to the site defaults. |
apihelp-options-param-resetkinds (Talk) (Translate) | List of types of options to reset when the <var>$1reset</var> option is set. |
apihelp-paraminfo-description (Talk) (Translate) | Obtain information about API modules. |
apihelp-paraminfo-example-1 (Talk) (Translate) | Show info for <kbd>[[Special:ApiHelp/parse|action=parse]]</kbd>, <kbd>[[Special:ApiHelp/jsonfm|format=jsonfm]]</kbd>, <kbd>[[Special:ApiHelp/query+allpages|action=query&list=allpages]]</kbd>, and <kbd>[[Special:ApiHelp/query+siteinfo|action=query&meta=siteinfo]]</kbd>. |
apihelp-paraminfo-param-formatmodules (Talk) (Translate) | List of format module names (value of <var>format</var> parameter). Use <var>$1modules</var> instead. |
apihelp-paraminfo-param-helpformat (Talk) (Translate) | Format of help strings. |
apihelp-paraminfo-param-mainmodule (Talk) (Translate) | Get information about the main (top-level) module as well. Use <kbd>$1modules=main</kbd> instead. |
apihelp-paraminfo-param-modules (Talk) (Translate) | List of module names (values of the <var>action</var> and <var>format</var> parameters, or <kbd>main</kbd>). Can specify submodules with a <kbd>+</kbd>. |
apihelp-paraminfo-param-pagesetmodule (Talk) (Translate) | Get information about the pageset module (providing titles= and friends) as well. |
apihelp-paraminfo-param-querymodules (Talk) (Translate) | List of query module names (value of <var>prop</var>, <var>meta</var> or <var>list</var> parameter). Use <kbd>$1modules=query+foo</kbd> instead of <kbd>$1querymodules=foo</kbd>. |
apihelp-parse-description (Talk) (Translate) | Parses content and returns parser output. See the various prop-modules of <kbd>[[Special:ApiHelp/query|action=query]]</kbd> to get information from the current version of a page. There are several ways to specify the text to parse: # Specify a page or revision, using <var>$1page</var>, <var>$1pageid</var>, or <var>$1oldid</var>. # Specify content explicitly, using <var>$1text</var>, <var>$1title</var>, and <var>$1contentmodel</var>. # Specify only a summary to parse. <var>$1prop</var> should be given an empty value. |
apihelp-parse-example-page (Talk) (Translate) | Parse a page. |
apihelp-parse-example-summary (Talk) (Translate) | Parse a summary. |
apihelp-parse-example-text (Talk) (Translate) | Parse wikitext. |
apihelp-parse-example-texttitle (Talk) (Translate) | Parse wikitext, specifying the page title. |
apihelp-parse-param-contentformat (Talk) (Translate) | Content serialization format used for the input text. Only valid when used with $1text. |
apihelp-parse-param-contentmodel (Talk) (Translate) | Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text. |
apihelp-parse-param-disableeditsection (Talk) (Translate) | Disable edit section links from the parser output. |
apihelp-parse-param-disablepp (Talk) (Translate) | Disable the PP Report from the parser output. |
apihelp-parse-param-disabletoc (Talk) (Translate) | Disable table of contents in output. |
apihelp-parse-param-effectivelanglinks (Talk) (Translate) | Includes language links supplied by extensions (for use with <kbd>$1prop=langlinks</kbd>). |
apihelp-parse-param-generatexml (Talk) (Translate) | Generate XML parse tree (requires content model <code>$1</code>). |
apihelp-parse-param-oldid (Talk) (Translate) | Parse the content of this revision. Overrides <var>$1page</var> and <var>$1pageid</var>. |
apihelp-parse-param-onlypst (Talk) (Translate) | Do a pre-save transform (PST) on the input, but don't parse it. Returns the same wikitext, after a PST has been applied. Only valid when used with <var>$1text</var>. |
First page |
Previous page |
Next page |
Last page |