Difference between revisions of "Template:Did you know ?"

From Dharmawiki
Jump to navigation Jump to search
(Created page with "{{bulleted list |item1 |item2 |...}} <noinclude> <templatedata> { "params": { "bulleted list": { "type": "string", "default": "{{bulleted list |item1 |item2 |...}}"...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{bulleted list |item1 |item2 |...}}
+
{{{
<noinclude>
+
ul { list-style: decimal; }
<templatedata>
+
}}}
{
 
"params": {
 
"bulleted list": {
 
"type": "string",
 
"default": "{{bulleted list |item1 |item2 |...}}"
 
}
 
}
 
}
 
</templatedata>
 
</noinclude>
 

Latest revision as of 13:13, 9 August 2022

{{{ ul { list-style: decimal; } }}}