所有公开日志

所有决策链云智库公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。

日志
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500
  • 2024年1月17日 (三) 00:56 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/quote (创建页面,内容为“*<b id="csdoc_quote">quote</b>: Relevant text quoted from the source. Displays enclosed in quotes.{{#if: {{{cs2|}}}|| When supplied, the citation terminator (a period by default) is suppressed, so the quote must include terminating punctuation.}} If '''script-quote''' is defined, use '''quote''' to hold a Romanization (if available) of the text in '''script-quote'''. ** '''script-quote''': Original quotation for languages that do not use a Lat…”)
  • 2024年1月17日 (三) 00:54 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/ref (创建页面,内容为“* {{#invoke:cs1 documentation support|canonical_name_get|Ref|id=csdoc_ref}}: the citation's HTML anchor identifier, when different from its default. When set, {{para|ref|{{var|ID}}}} generates an anchor with the given <code>{{var|ID}}</code> (the <code>id=</code> attribute in the citation's {{tag|cite|params=id="{{var|ID}}"|o}} HTML tag). Setting {{para|ref|{{var|ID}}}} identifies the template as a target and allows Wikipedia:Citing sources/Further considerat…”)
  • 2024年1月17日 (三) 00:54 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/registration (创建页面,内容为“<span id="csdoc_access_level"></span> Citations of online sources that require registration or a subscription are acceptable in Wikipedia as documented in Verifiability § Access to sources<!-- {{Section link|Wikipedia:Verifiability|Access to sources}} -->. As a courtesy to readers and other editors, editors should<!-- can --> signal restrictions on access to material provided via the external links included in a citation. These levels describe r…”)
  • 2024年1月17日 (三) 00:53 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/series (创建页面,内容为“* '''series''' or '''version''': When the source is part of a series, such as a book series or a journal, where the issue numbering has restarted.”)
  • 2024年1月17日 (三) 00:52 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/syntax (创建页面,内容为“Nested parameters rely on their parent parameters: * ''parent'' * OR: ''parent2''—may be used instead of ''parent'' ** ''child''—may be used with ''parent'' (and is ignored if ''parent'' is not used) ** OR: ''child2''—may be used instead of ''child'' (and is ignored if ''parent2'' is not used) : Where aliases are listed, only one of the parameters may be defined; if multiple aliased parameters are defined, then only one will show.”)
  • 2024年1月17日 (三) 00:51 Zeroclanzhang 讨论 贡献创建了页面模块:Params/doc (创建页面,内容为“<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Module rating|beta}} {{Side box | image = 48px|alt=|link= | above = '''About the latest changes''' | text = See the '''ChangeLog''' | below = <small>Last updated: {{#time:H:i:s, j xg Y|{{REVISIONTIMESTAMP:Module:Params/ChangeLog}}}}</small> | textstyle = padding: .85em; text-align: center; }} The <c…”)
  • 2024年1月17日 (三) 00:51 Zeroclanzhang 讨论 贡献创建了页面模块:Params (创建页面,内容为“ --- --- --- LOCAL ENVIRONMENT --- --- ________________________________ --- --- --- -- Special user-given keywords (functions and modifiers MUST avoid these names) local mkeywords = { -- ['pattern'] = false, ['plain'] = true, ['or'] = 0 } -- Set directives local memoryslots = { i = 'itersep', p = 'pairsep', h = 'header', f = 'footer', n = 'ifng…”)
  • 2024年1月17日 (三) 00:48 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/title (创建页面,内容为“{{Crossreference|(See also Help:Citation Style 1 § Titles and chapters.)}} * '''{{#switch:{{{title_title}}} |encyclopedia=encyclopedia |#default = title}}''': Title of source. {{#switch:{{{link}}}|no=|wikilink_only=Can be wikilinked to an existing Wikipedia article.|Can be wikilinked to an existing Wikipedia article or '''url''' may be used to add an external link, but not both.}} {{#switch:{{BASEPAGENAME}} |Cite a…”)
  • 2024年1月17日 (三) 00:48 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/type (创建页面,内容为“* '''type''': Provides additional information about the media type of the source. May alternatively be used to identify the type of manuscript linked to in the title, if this is not the final version of a manuscript (e.g. if a preprint of a manuscript is freely available, but the version of record is behind a paywall). Format in sentence case. Displays in parentheses following the title. The reserved keyword <code>none</code> can be used to disable the display…”)
  • 2024年1月17日 (三) 00:45 Zeroclanzhang 讨论 贡献创建了页面模块:GetParameters/doc (创建页面,内容为“{{Module rating |b<!-- Values: pre-alpha • alpha • beta • release • protected -- If a rating not needed/relevant, delete this template call -->}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> == Usage == === getParameters === Takes 2 required arguments, <code>frame_args</code> and <code>arg_list</code>. Parses a frame's arguments, returning either the provided named…”)
  • 2024年1月17日 (三) 00:45 Zeroclanzhang 讨论 贡献创建了页面模块:GetParameters (创建页面,内容为“local p = {} --[[ Helper function that populates the argument list given that user may need to use a mix of named and unnamed parameters. This is relevant because named parameters are not identical to unnamed parameters due to string trimming, and when dealing with strings we sometimes want to either preserve or remove that whitespace depending on the application. ]] function p.getParameters( frame_args, arg_list ) local new_args = {}; local index = 1…”)
  • 2024年1月17日 (三) 00:45 Zeroclanzhang 讨论 贡献创建了页面模块:String2/doc (创建页面,内容为“{{high-use}} {{module rating|release}} {{Lua|Module:GetParameters}} {{Lmd|String2}} The module '''String2''' contains a number of string manipulation functions that are much less commonly used than those in Module:String. Because Module:String is cascade-protected (some of its functions are used on the Main Page), it cannot be edited or maintained by template editors, only by admins. While it is true that string-handling functions rarely need maintenance,…”)
  • 2024年1月17日 (三) 00:42 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/urls (创建页面,内容为“URLs must begin with a supported URI scheme: <code>http://</code> and <code>https://</code>will be supported by all browsers; <code>irc://</code>, <code>ircs://</code>, <code>ftp://</code>, <code>news://</code>, <code>mailto:</code> and <code>gopher://</code> will require a plugin or an external application. IPv6 host-names are currently not supported. URLs containing certain characters will display and link incorrectly unless those characters are encoded.…”)
  • 2024年1月17日 (三) 00:41 Zeroclanzhang 讨论 贡献创建了页面模板:Citation Style documentation/url (创建页面,内容为“* <b id="csdoc_url">url</b>: URL of an online location where the {{#if:{{{media|}}}|media|text of the publication}} named by '''title''' can be found. Cannot be used if '''title''' is wikilinked. If applicable, the link may point to the specific page(s) referenced. Remove tracking parameters from URLs, e.g. <code>#ixzz2rBr3aO94</code> or {{nowrap|<code><nowiki>?utm_source=google&utm_medium=...&utm_term=...&utm_campaign=...</nowiki></code>}}. {{crossref|For link…”)
  • 2024年1月17日 (三) 00:40 Zeroclanzhang 讨论 贡献创建了页面模块:Unicode data/scripts/doc (创建页面,内容为“<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use}}}} This module contains data that is used by Module:Unicode data to determine the Unicode script code for a code point and to determine if a Unicode script is written right-to-left. The right-to-left script data is sourced from Module:Lang/data. The main table in the module is g…”)
  • 2024年1月17日 (三) 00:39 Zeroclanzhang 讨论 贡献创建了页面模块:Unicode data/scripts (创建页面,内容为“--[=[ -- Official Unicode script values for individual codepoints and ranges of -- codepoints. -- https://www.unicode.org/Public/UNIDATA/Scripts.txt provided -- the script names, and https://www.unicode.org/Public/UNIDATA/PropertyValueAliases.txt -- provided script codes corresponding to the names (see Script (Unicode)). --]=] local data = { singles = { [0x000AA] = "Latn", [0x000BA] = "Latn", [0x000D7] = "Zyyy", [0x000F7] = "Zyyy", [0x00374] =…”)
  • 2024年1月17日 (三) 00:38 Zeroclanzhang 讨论 贡献创建了页面模板:Template link (重定向页面至模板:Template link 标签新重定向
  • 2024年1月17日 (三) 00:38 Zeroclanzhang 讨论 贡献创建了页面模板:Template data header/doc (创建页面,内容为“{{Documentation subpage}} {{High-use}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Lua|Module:Check for unknown parameters}} The {{tlx|TemplateData header}} template inserts a brief header for the template data section, and adds the page to Category:Templates using TemplateData. == Usage == <pre style="overflow:auto;"> ==TemplateData== {{TemplateData header}} <templatedata>{ ... }</templatedata> Note:…”)
  • 2024年1月17日 (三) 00:37 Zeroclanzhang 讨论 贡献创建了页面模板:Template data header (创建页面,内容为“<div class="templatedata-header">{{#if:{{{noheader|}}}|<!-- noheader: -->{{Template parameter usage|{{{1|{{BASEPAGENAME}}}}}|based=y}}|<!-- +header: -->This is the {{#if:{{{nolink|}}}|<!-- +header, nolink TD -->TemplateData|<!-- +header, +link TD; DEFAULT: -->TemplateData}}<!-- e.o. #if:nolink; DEFAULT: --> for this template used by TemplateWizard, VisualEditor…”)
  • 2024年1月17日 (三) 00:37 Zeroclanzhang 讨论 贡献创建了页面模板:Sup/doc (创建页面,内容为“{{documentation subpage}} {{High-use}} '''Sup'''erscripts text, i.e. : <code><nowiki>{{sup|Text to be superscripted}}</nowiki></code> produces: <sup>Text to be superscripted</sup> This template is listed at Wikipedia:Subst as a good candidate for substituting (i.e. <nowiki>{{subst:sup}}</nowiki>). On a page that uses the template many times, however, this is likely to clutter and lengthen the page significantly. Text can also be superscripted simply by u…”)
  • 2024年1月17日 (三) 00:37 Zeroclanzhang 讨论 贡献创建了页面模板:Sup (创建页面,内容为“<includeonly><sup>{{{1}}}</sup></includeonly><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>”)
  • 2024年1月17日 (三) 00:36 Zeroclanzhang 讨论 贡献创建了页面模板:Spaced en dash/doc (创建页面,内容为“{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE --> {{COinS safe|n}} {{High-use| 30632 }} {{Template shortcut |dash|snd|spnd|sndash|spndash}} This is the '''spaced en dash''' template; it renders like this (without the quote marks): " – " It works similarly to the HTML markup sequence <code>'''&nbsp;&ndash;''' </code> i.e. a non-breaking space (which will not line-break and will not collaps…”)
  • 2024年1月17日 (三) 00:36 Zeroclanzhang 讨论 贡献创建了页面模板:Spaced en dash (创建页面,内容为“ – <noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>”)
  • 2024年1月17日 (三) 00:36 Zeroclanzhang 讨论 贡献创建了页面模板:Spaced en dash (重定向页面至模板:Spaced en dash 标签新重定向
  • 2024年1月17日 (三) 00:34 Zeroclanzhang 讨论 贡献创建了页面模板:R/where/doc (创建页面,内容为“{{Documentation subpage}} {{High-use}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> This is a subtemplate, implementing the pages/page/in-source-location combinating piece of Template:R for a single ref name. == Usage == For internal use only: {{para|plural|''pages''}} {{para|singular|''page''}} {{para|location|''in-source-location''}} {{para|spacing|''character''}} Note: This subtemplate is used by {{tl…”)
  • 2024年1月17日 (三) 00:34 Zeroclanzhang 讨论 贡献创建了页面模板:R/where (创建页面,内容为“<!-- Only for internal use: |plural=pages |singular=page |location=in-source-location |spacing=character -->{{#if:{{{plural|}}}|{{{plural|}}}{{#if:{{{singular|}}}|,{{{spacing|}}}[{{{singular|}}}]}}|{{{singular|}}}}}{{#if:{{{location|}}}|{{#if:{{{plural|}}}{{{singular|}}}|,{{{spacing|}}}}}{{{location|}}}}}<noinclude> {{documentation}} </noinclude>”)
  • 2024年1月17日 (三) 00:33 Zeroclanzhang 讨论 贡献创建了页面模板:R/superscript/doc (创建页面,内容为“{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{High-use}} This is a subtemplate, implementing the superscript info piece of Template:R for a single ref name. == Usage == For internal use only: {{para|wrap|n[o]/y[es]/f[orced]}}, {{para|leadin|''value''}}, {{para|prefix|''value''}}, {{para|pp|''value''}}, {{para|where|''value''}}, {{para|sup-where|''value''}}, {{para|quote-wher…”)
  • 2024年1月17日 (三) 00:33 Zeroclanzhang 讨论 贡献创建了页面模板:R/superscript (创建页面,内容为“<!-- Only for internal use: |wrap=n[o]/y[es]/f[orced] |leadin=value |prefix=value |pp=value |where=value |sup-where=value |quote-where=value |quote=value |language=value |translation=value |suffix=value -->{{#if:{{{where|}}}|<sup class="reference {{#switch:{{{wrap|}}}|f|forced=|no}}wrap">{{#if:{{{quote|}}}|{{{prefix|}}}}}<span title="<!--{{#invoke:String|replace|source={{#invoke:String|replace|source={{#invoke:String|replace|source=-->{{#invoke:DecodeEncode|enc…”)
  • 2024年1月17日 (三) 00:32 Zeroclanzhang 讨论 贡献创建了页面模板:R/ref/doc (创建页面,内容为“{{Documentation subpage}} {{High-use}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This is a subtemplate, implementing a piece of Template:R for a single ref name. == Usage == For internal use only: <code><nowiki>{{r/ref |</nowiki>[1=]''name'' <nowiki>|</nowiki>[2=]''group'' <nowiki>|</nowiki>direction=ltr/rtl <nowiki>|</nowiki>page=''page'' / <nowiki>|</nowiki>pages='…”)
  • 2024年1月17日 (三) 00:31 Zeroclanzhang 讨论 贡献创建了页面模板:R/ref (创建页面,内容为“<includeonly><!-- ### Debug facility: ### -->{{#if:{{{debug|}}}|DEBUG: 1="{{{1|}}}", 2="{{{2|}}}", (name="{{{name|}}}"), (group="{{{group|}}})", direction="{{{direction|}}}", pages="{{{pages|}}}", page="{{{page|}}}", location="{{{location|}}}", quote-pages="{{{quote-pages|}}}", quote-page="{{{quote-page|}}}", quote-location="{{{quote-location|}}}", quote="{{{quote|}}}", language="{{{language|}}}", translation="{{{translation|}}}", quote-cite="{{{quote-cite|}}}…”)
  • 2024年1月17日 (三) 00:31 Zeroclanzhang 讨论 贡献创建了页面模板:R/doc (创建页面,内容为“{{Documentation subpage}} {{For-text|redirect templates|Wikipedia:Template index/Redirect pages|the navigation box regarding the letter R|Template:LetterR}} {{High-use}} ==Intent== The {{tl|r}} (''referencing'') template allows to define and invoke any kind of full or shortened references (citations as well as footnotes) in articles in a very intuitive way, utilizing an easy-to-remember and very short notation, reducing a…”)
  • 2024年1月17日 (三) 00:31 Zeroclanzhang 讨论 贡献创建了页面模板:R (创建页面,内容为“<includeonly><!-- ### 1 ### -->{{r/ref|{{{name1|{{{name|{{{n1|{{{n|{{{1|}}}}}}}}}}}}}}}|{{{group|{{{grp|{{{g|}}}}}}}}}|direction={{{direction1|{{{direction|{{{dir1|{{{dir|}}}}}}}}}}}} |page{{#if:{{{page1|{{{page|{{{p1|{{{1p|{{{p|}}}}}}}}}}}}}}}||NULL}}={{{page1|{{{page|{{{p1|{{{1p|{{{p|}}}}}}}}}}}}}}} |pages{{#if:{{{pages1|{{{pages|{{{pp1|{{{1pp|{{{pp|}}}}}}}}}}}}}}}||NULL}}={{{pages1|{{{pages|{{{pp1|{{{1pp|{{{pp|}}}}}}}}}}}}}}} |location{{#if:{{{location1|{{{l…”)
  • 2024年1月17日 (三) 00:30 Zeroclanzhang 讨论 贡献创建了页面模板:NCJ/doc (创建页面,内容为“{{Documentation subpage}} <!-- Categories and interwikis go at the bottom of this page. --> == Usage == This template provides an external link to National Criminal Justice Reference Service (NCJRS) abstracts for publications and criminal justice journals. This template uses one unnamed reference, the NCJ number: {{markup |<nowiki>{{NCJ|203876}}</nowiki> |{{NCJ|203876}} }} To search for an article, goto http://www.ncjrs.gov/abstractdb/search.asp <includ…”)
  • 2024年1月17日 (三) 00:30 Zeroclanzhang 讨论 贡献创建了页面模板:NCJ (创建页面,内容为“NCJ [https://www.ncjrs.gov/App/Publications/abstract.aspx?ID={{{1}}} {{{1|''NCJ Number''}}}]<noinclude> {{documentation}} </noinclude>”)
  • 2024年1月17日 (三) 00:29 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana languages/make/doc (创建页面,内容为“This is a crude tool that reads a local copy of an IANA [https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry language-subtag-registry file] and extracts the information necessary to create the data tables held by: * Module:Language/data/iana languages * Module:Language/data/iana scripts * Module:Language/data/iana regions * Module:Language/data/iana variants * Module:Language/data/iana suppressed scripts * Mo…”)
  • 2024年1月17日 (三) 00:28 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana languages/doc (创建页面,内容为“{{High-use}} This module contains data taken directly from a local copy of an IANA [https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry language-subtag-registry file]. The table in this module was created using the awb script at IANA subtag registry file update or by Module:Language/data/iana languages/make. There should be no need to hand edit this table, so pleas…”)
  • 2024年1月17日 (三) 00:28 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana languages/make (创建页面,内容为“require('strict'); --[=[------------------------< G E T _ V A R I A N T _ P A R T S >--------------------------------------------- We get a record that looks more-or-less like this: %%\n Type: variant\n Subtag: bohoric\n Description: Slovene in Bohorič alphabet\n Added: 2012-06-27\n Prefix: sl\n Each line is terminated with a \n character. Type, for this function can only be 'variant' Subtag is the code of Type Prefix is a language code to which t…”)
  • 2024年1月17日 (三) 00:28 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana languages (创建页面,内容为“-- File-Date: 2023-10-16 local active = { ["aa"] = {"Afar"}, ["ab"] = {"Abkhazian"}, ["ae"] = {"Avestan"}, ["af"] = {"Afrikaans"}, ["ak"] = {"Akan"}, ["am"] = {"Amharic"}, ["an"] = {"Aragonese"}, ["ar"] = {"Arabic"}, ["as"] = {"Assamese"}, ["av"] = {"Avaric"}, ["ay"] = {"Aymara"}, ["az"] = {"Azerbaijani"}, ["ba"] = {"Bashkir"}, ["be"] = {"Belarusian"}, ["bg"] = {"Bulgarian"}, ["bh"] = {"Bihari languages"}, ["bi"] = {"Bislama"}, ["bm"] = {"Bamb…”)
  • 2024年1月17日 (三) 00:27 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana scripts/doc (创建页面,内容为“{{High-use}} This module contains data taken directly from a local copy of an IANA [https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry language-subtag-registry file]. The table in this module was created using the awb script at IANA subtag registry file update or by Module:Language/data/iana languages/make. There should be no need to hand edit this table, so pleas…”)
  • 2024年1月17日 (三) 00:27 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana scripts (创建页面,内容为“-- File-Date: 2023-10-16 return { ["Adlm"] = {"Adlam"}, ["Afak"] = {"Afaka"}, ["Aghb"] = {"Caucasian Albanian"}, ["Ahom"] = {"Ahom", "Tai Ahom"}, ["Arab"] = {"Arabic"}, ["Aran"] = {"Arabic (Nastaliq variant)"}, ["Armi"] = {"Imperial Aramaic"}, ["Armn"] = {"Armenian"}, ["Avst"] = {"Avestan"}, ["Bali"] = {"Balinese"}, ["Bamu"] = {"Bamum"}, ["Bass"] = {"Bassa Vah"}, ["Batk"] = {"Batak"}, ["Beng"] = {"Bengali", "Bangla"}, ["Bhks"] = {"Bhaiksuki"}, […”)
  • 2024年1月17日 (三) 00:26 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana regions/doc (创建页面,内容为“{{High-use}} This module contains data taken directly from a local copy of an IANA [https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry language-subtag-registry file]. The table in this module was created using the awb script at IANA subtag registry file update or by Module:Language/data/iana languages/make. There should be no need to hand edit this table, so pleas…”)
  • 2024年1月17日 (三) 00:25 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana regions (创建页面,内容为“-- File-Date: 2023-10-16 return { ["AC"] = {"Ascension Island"}, ["AD"] = {"Andorra"}, ["AE"] = {"United Arab Emirates"}, ["AF"] = {"Afghanistan"}, ["AG"] = {"Antigua and Barbuda"}, ["AI"] = {"Anguilla"}, ["AL"] = {"Albania"}, ["AM"] = {"Armenia"}, ["AO"] = {"Angola"}, ["AQ"] = {"Antarctica"}, ["AR"] = {"Argentina"}, ["AS"] = {"American Samoa"}, ["AT"] = {"Austria"}, ["AU"] = {"Australia"}, ["AW"] = {"Aruba"}, ["AX"] = {"Åland Islands"}, ["AZ"…”)
  • 2024年1月17日 (三) 00:25 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana variants/doc (创建页面,内容为“{{High-use}} This module contains data taken directly from a local copy of an IANA [https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry language-subtag-registry file]. The table in this module was created using the awb script at IANA subtag registry file update or by Module:Language/data/iana languages/make. There should be no need to hand edit this table, so pleas…”)
  • 2024年1月17日 (三) 00:24 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana variants (创建页面,内容为“-- File-Date: 2023-10-16 return { ["1606nict"] = { ["descriptions"] = {"Late Middle French (to 1606)"}, ["prefixes"] = {"frm"}, }, ["1694acad"] = { ["descriptions"] = {"Early Modern French"}, ["prefixes"] = {"fr"}, }, ["1901"] = { ["descriptions"] = {"Traditional German orthography"}, ["prefixes"] = {"de"}, }, ["1959acad"] = { ["descriptions"] = {"\"Academic\" (\"governmental\") variant of Belarusian as codified in 1959"}, ["prefixes"]…”)
  • 2024年1月17日 (三) 00:24 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana suppressed scripts/doc (创建页面,内容为“{{High-use}} This module contains data taken directly from a local copy of an IANA [https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry language-subtag-registry file]. The table in this module was created using the awb script at IANA subtag registry file update or by Module:Language/data/iana languages/make. There should be no need to hand edit this table, so pleas…”)
  • 2024年1月17日 (三) 00:23 Zeroclanzhang 讨论 贡献创建了页面模块:Language/data/iana suppressed scripts (创建页面,内容为“-- File-Date: 2023-10-16 return { ["Arab"] = {"ar", "fa", "ps", "ur"}, ["Armn"] = {"hy"}, ["Beng"] = {"as", "bn"}, ["Blis"] = {"zbl"}, ["Cyrl"] = {"ab", "be", "bg", "kk", "mk", "ru", "uk"}, ["Deva"] = {"hi", "mr", "ne", "kok", "mai"}, ["Ethi"] = {"am", "ti"}, ["Geor"] = {"ka"}, ["Grek"] = {"el"}, ["Gujr"] = {"gu"}, ["Guru"] = {"pa"}, ["Hebr"] = {"he", "iw", "yi"}, ["Jpan"] = {"ja"}, ["Khmr"] = {"km"}, ["Knda"] = {"kn"}, ["Kore"] = {"ko"}, ["Lao…”)
  • 2024年1月17日 (三) 00:22 Zeroclanzhang 讨论 贡献创建了页面模块:Unicode data/data (创建页面,内容为“-- General data used by Module:Unicode data. local export = {} export.planes = { [ 0] = "Basic Multilingual Plane"; [ 1] = "Supplementary Multilingual Plane"; [ 2] = "Supplementary Ideographic Plane"; [ 3] = "Tertiary Ideographic Plane"; [14] = "Supplementary Special-purpose Plane"; [15] = "Supplementary Private Use Area-A"; [16] = "Supplementary Private Use Area-B"; } export.unsupported_title = { [0x0020] = "Unsupported titles/Space"; [0x0023] =…”)
  • 2024年1月17日 (三) 00:21 Zeroclanzhang 讨论 贡献创建了页面模块:Unicode data/control (创建页面,内容为“local Cc, Cf, Cs, Co, Cn = "control", "format", "surrogate", "private-use", "unassigned" local Zs, Zl, Zp = "space-separator", "line-separator", "paragraph-separator" local data = { singles = { [0x000020] = Zs, [0x0000A0] = Zs, [0x0000AD] = Cf, [0x00038B] = Cn, [0x00038D] = Cn, [0x0003A2] = Cn, [0x000530] = Cn, [0x000590] = Cn, [0x00061C] = Cf, [0x0006DD] = Cf, [0x00070E] = Cn, [0x00070F] = Cf, [0x00083F] = Cn, [0x00085F] = Cn,…”)
  • 2024年1月17日 (三) 00:21 Zeroclanzhang 讨论 贡献创建了页面模块:Unicode data/aliases (创建页面,内容为“local correction, control, alternate, figment, abbreviation = "correction", "control", "alternate", "figment", "abbreviation" return { [0x000000] = { { control, "NULL" }; { abbreviation, "NUL" }; }; [0x000001] = { { control, "START OF HEADING" }; { abbreviation, "SOH" }; }; [0x000002] = { { control, "START OF TEXT" }; { abbreviation, "STX" }; }; [0x000003] = { { control, "END OF TEXT" }; { abbreviation, "ETX" }; };…”)
  • 2024年1月17日 (三) 00:18 Zeroclanzhang 讨论 贡献创建了页面模块:Unicode data/blocks (创建页面,内容为“-- Compiled from http://www.unicode.org/Public/UNIDATA/Blocks.txt. local blocks = { { 0x000000, 0x00007F, "Basic Latin" }, { 0x000080, 0x0000FF, "Latin-1 Supplement" }, { 0x000100, 0x00017F, "Latin Extended-A" }, { 0x000180, 0x00024F, "Latin Extended-B" }, { 0x000250, 0x0002AF, "IPA Extensions" }, { 0x0…”)
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500