Template:Dplmatrix with borders: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
(Created page with "<templatestyles src="Dplmatrix with borders/styles.css"/><!-- --><div class="dplmatrix-with-borders">{{{1|}}}</div><noinclude> {{#dplmatrix:a simple demo matrix|||| one apple apricot two ~~ Two banana three four grape mango ~~ MANGO two ~~ Two mango ~~ MANGO }} Given a dplmatrix, make it more visible using solid borders and background colors. <templatedata> { "params": { "1": { "type": "unbalanced-wikitext", "required": true } } } </templatedata></noi...")
 
No edit summary
 
Line 1: Line 1:
<templatestyles src="Dplmatrix with borders/styles.css"/><!--
<templatestyles src="Dplmatrix with borders/styles.css"/><!--
--><div class="dplmatrix-with-borders">{{{1|}}}</div><noinclude>
--><div class="dplmatrix-with-borders">{{{1|}}}</div><noinclude>
{{#dplmatrix:a simple demo matrix||||
{{{{PAGENAME}}|{{#dplmatrix:a simple demo matrix||||
one
one
apple
apple
Line 13: Line 13:
two ~~ Two
two ~~ Two
mango ~~ MANGO
mango ~~ MANGO
}}
}}}}
Given a dplmatrix, make it more visible using solid borders and background colors.
<templatedata>
<templatedata>
{
{
Line 22: Line 21:
"required": true
"required": true
}
}
}
},
"description": "Given a dplmatrix, make it more visible using solid borders and background colors."
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Latest revision as of 17:16, 18 April 2022

Page Template:Dplmatrix with borders/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "plain text").

Page Template:Dplmatrix with borders/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "plain text").

{{#dplmatrix:a simple demo matrix||||

one

apple
apricot

two ~~ Two

banana

three four

grape
mango ~~ MANGO

two ~~ Two

  mango ~~ MANGO
}}

<templatedata> { "params": { "1": { "type": "unbalanced-wikitext", "required": true } }, "description": "Given a dplmatrix, make it more visible using solid borders and background colors." } </templatedata>