No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<ul style='list-style-type: "➤ ";'> | |||
{{{1|<li>}}} <span style="font-weight:700; color:#fa5;">{{{name1|Name}}}</span> {{{dots1|:}}} {{{desc1| description text}}} | |||
{{{2|}}} <span style="font-weight:700; color:#fa5;">{{{name2|}}}</span> {{{dots2|}}} {{{desc2|}}} | |||
{{{3|}}} <span style="font-weight:700; color:#fa5;">{{{name3|}}}</span> {{{dots3|}}} {{{desc3|}}} | |||
{{{4|}}} <span style="font-weight:700; color:#fa5;">{{{name4|}}}</span> {{{dots4|}}} {{{desc4|}}} | |||
{{{5|}}} <span style="font-weight:700; color:#fa5;">{{{name5|}}}</span> {{{dots5|}}} {{{desc5|}}} | |||
{{{6|}}} <span style="font-weight:700; color:#fa5;">{{{name6|}}}</span> {{{dots6|}}} {{{desc6|}}} | |||
{{{7|}}} <span style="font-weight:700; color:#fa5;">{{{name7|}}}</span> {{{dots7|}}} {{{desc7|}}} | |||
{{{8|}}} <span style="font-weight:700; color:#fa5;">{{{name8|}}}</span> {{{dots8|}}} {{{desc8|}}} | |||
{{{9|}}} <span style="font-weight:700; color:#fa5;">{{{name9|}}}</span> {{{dots9|}}} {{{desc9|}}} | |||
{{{10|}}} <span style="font-weight:700; color:#fa5;">{{{name10|}}}</span> {{{dots10|}}} {{{desc10|}}} | |||
{{{11|}}} <span style="font-weight:700; color:#fa5;">{{{name11|}}}</span> {{{dots11|}}} {{{desc11|}}} | |||
{{{12|}}} <span style="font-weight:700; color:#fa5;">{{{name12|}}}</span> {{{dots12|}}} {{{desc12|}}} | |||
{{{13|}}} <span style="font-weight:700; color:#fa5;">{{{name13|}}}</span> {{{dots13|}}} {{{desc13|}}} | |||
{{{14|}}} <span style="font-weight:700; color:#fa5;">{{{name14|}}}</span> {{{dots14|}}} {{{desc14|}}} | |||
{{{15|}}} <span style="font-weight:700; color:#fa5;">{{{name15|}}}</span> {{{dots15|}}} {{{desc15|}}} | |||
{{{16|}}} <span style="font-weight:700; color:#fa5;">{{{name16|}}}</span> {{{dots16|}}} {{{desc16|}}} | |||
{{{17|}}} <span style="font-weight:700; color:#fa5;">{{{name17|}}}</span> {{{dots17|}}} {{{desc17|}}} | |||
{{{18|}}} <span style="font-weight:700; color:#fa5;">{{{name18|}}}</span> {{{dots18|}}} {{{desc18|}}} | |||
{{{19|}}} <span style="font-weight:700; color:#fa5;">{{{name19|}}}</span> {{{dots19|}}} {{{desc19|}}} | |||
{{{20|}}} <span style="font-weight:700; color:#fa5;">{{{name20|}}}</span> {{{dots20|}}} {{{desc20|}}} | |||
</ul> | |||
<noinclude> | |||
<br> | <br> | ||
---- | ---- | ||
<br> | <br> | ||
== Usage == | == Usage == | ||
<div style="font-family: Courier New !important;display: block;padding: 5px 10px;background: rgba(255, 255, 10, 0.65);color: #000;width: fit-content;border: 2px double #ff0;border-radius: 10px;"> | <div style="font-family: Courier New !important;display: block;padding: 5px 10px;background: rgba(255, 255, 10, 0.65);color: #000;width: fit-content;border: 2px double #ff0;border-radius: 10px;"> | ||
<nowiki>{{ListNotInd</nowiki><br> | <nowiki>{{ListNotInd</nowiki><br> | ||
<nowiki>| 1=</nowiki><br> | <nowiki>| 1=<li></nowiki><br> | ||
<nowiki>| name1=Name</nowiki><br> | <nowiki>| name1=[[Name]]</nowiki><br> | ||
<nowiki>| dots1=:</nowiki><br> | |||
<nowiki>| desc1=Description text</nowiki><br> | <nowiki>| desc1=Description text</nowiki><br> | ||
<nowiki>| name2=Name</nowiki><br> | <nowiki>| 2=<li></nowiki><br> | ||
<nowiki>| name2=[[Name]]</nowiki><br> | |||
<nowiki>| dots2=:</nowiki><br> | |||
<nowiki>| desc2=Description text</nowiki><br> | <nowiki>| desc2=Description text</nowiki><br> | ||
<nowiki>| name3=Name</nowiki><br> | <nowiki>| 3=<li></nowiki><br> | ||
<nowiki>| name3=[[Name]]</nowiki><br> | |||
<nowiki>| dots3=:</nowiki><br> | |||
<nowiki>| desc3=Description text</nowiki><br> | <nowiki>| desc3=Description text</nowiki><br> | ||
<nowiki> | <nowiki>...</nowiki><br> | ||
<nowiki>| | <nowiki>| 20=<li></nowiki><br> | ||
<nowiki>| name20=[[Name]]</nowiki><br> | |||
<nowiki>| | <nowiki>| dots20=:</nowiki><br> | ||
<nowiki>| | <nowiki>| desc20=Description text</nowiki><br> | ||
<nowiki>| | |||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
</div> | </div> | ||
</noinclude> | </noinclude> |
Latest revision as of 23:39, 28 February 2023
- Name : description text
Usage
{{ListNotInd
| 1=<li>
| name1=[[Name]]
| dots1=:
| desc1=Description text
| 2=<li>
| name2=[[Name]]
| dots2=:
| desc2=Description text
| 3=<li>
| name3=[[Name]]
| dots3=:
| desc3=Description text
...
| 20=<li>
| name20=[[Name]]
| dots20=:
| desc20=Description text
}}