“模板:主页搜索框/styles.css”与“模板:Bulleted list/doc”:页面之间的差异

来自NebulaeWiki
< 模板:主页搜索框(页面间差异)
(已保护“模板:主页搜索框/styles.css”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)))
 
(已保护“模板:Bulleted list/doc”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)))
 
第1行: 第1行:
.mw-ui-input
{{Documentation}}
{
{{Template shortcut|blist|bulleted|ulist|unordered list}}
    /* border-color: rgb(0 0 0 / 5%); */
{{Wikipedia template}}
    border-radius: 5px;
 
    letter-spacing: 1px;
{{t|Bulleted list}} may be used to generate a [[Wikipedia:bulleted list|bulleted list]] in similar vein to [[Wikipedia:HTML|HTML]]'s [[Wikipedia:HTML element|{{tag|ul}} list]]. A typical application is within captions, where the equivalent [[Wikipedia:Help:Wikitext|wiki markup]] (asterisks at the starts of new lines) may be awkward or impossible to use. See [[Wikipedia:Template:Bulleted list|Template:Bulleted list]] on Wikipedia for more details.
    background: var( --color-surface-1 );
 
    box-shadow: inset 0px 2px 2px #d3d3d3;
== Usage ==
    width: 80%;
:<code><nowiki>{{bulleted list |item1 |item2 |...}}</nowiki></code>
    height: 100%;
 
    object-fit: cover;
== Parameters ==
}
* Positional parameters (<code>1</code>, <code>2</code>, <code>3</code>...) – these are the list items. If no list items are present, the module will output nothing.
.mw-ui-button
* <code>class</code> – a custom class for the {{tag|div}} tags surrounding the list, e.g. <code>plainlinks</code>.
{
* <code>style</code> – a custom css style for the {{tag|div}} tags surrounding the list, e.g. <code>font-size: 90%;</code>.
background-color: #3366cc;
* <code>list_style</code> – a custom css style for the list itself. The format is the same as for the {{para|style}} parameter.
    color: #ffffff;
* <code>item_style</code> – a custom css style for all of the list items (the {{tag|li}} tags). The format is the same as for the {{para|style}} parameter.
    border-radius:5px;
* <code>item1_style</code>, <code>item2_style</code>, <code>item3_style</code>... – custom css styles for each of the list items. The format is the same as for the {{para|style}} parameter.
    width: 18%;
 
    padding:5px;
== Example ==
    min-width: 3em;
[[File:Carrack Front Top Space.png|thumb|100px|{{bulleted list |one |two |three}}]]
}
<pre style="overflow:auto;">
.home__search
[[File:Carrack Front Top Space.png|thumb|100px|{{bulleted list |one |two |three}}]]
{
</pre>
max-width: 600px;
<includeonly>
padding: 0.6rem 0.8rem;
<!-- Categories go here, and interwikis go in Wikidata -->
margin: 0.8rem auto 1.6rem auto;
[[Category:Formatting and function templates]]
display: flex;
</includeonly>
    justify-content: center;
background:transparent;
border-radius: 100px;
color: var( --color-base--subtle );
cursor: pointer;
font-size:1.1rem;
}

2023年9月23日 (六) 22:27的最新版本

{{Bulleted list}} may be used to generate a bulleted list in similar vein to HTML's <ul>...</ul> list. A typical application is within captions, where the equivalent wiki markup (asterisks at the starts of new lines) may be awkward or impossible to use. See Template:Bulleted list on Wikipedia for more details.

Usage

{{bulleted list |item1 |item2 |...}}

Parameters

  • Positional parameters (1, 2, 3...) – these are the list items. If no list items are present, the module will output nothing.
  • class – a custom class for the <div>...</div> tags surrounding the list, e.g. plainlinks.
  • style – a custom css style for the <div>...</div> tags surrounding the list, e.g. font-size: 90%;.
  • list_style – a custom css style for the list itself. The format is the same as for the |style= parameter.
  • item_style – a custom css style for all of the list items (the <li>...</li> tags). The format is the same as for the |style= parameter.
  • item1_style, item2_style, item3_style... – custom css styles for each of the list items. The format is the same as for the |style= parameter.

Example

[[File:Carrack Front Top Space.png|thumb|100px|{{bulleted list |one |two |three}}]]