Difference between revisions of "Dn-text-box/code"

From EncyclopAtys

Jump to: navigation, search
m
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
<syntaxhighlight>
+
===Code===
<div {{:dn-text-box/css}}>   : need this to warp all together
+
<syntaxhighlight lang='css'>
 +
<div {{:dn-text-box/css}}>     : need this to warp all together
 
{{:dn-text-box/header          : template for the header
 
{{:dn-text-box/header          : template for the header
 
|Icon={{{Icon}}}
 
|Icon={{{Icon}}}
Line 6: Line 7:
 
|Pallete={{{Pallete}}}
 
|Pallete={{{Pallete}}}
 
}}
 
}}
{{:dn-text-box/content         : : template for the content
+
{{:dn-text-box/content         : template for the content
 
|Content={{{Content}}}
 
|Content={{{Content}}}
 
|Pallete={{{Pallete}}}
 
|Pallete={{{Pallete}}}

Latest revision as of 16:59, 23 November 2021

Code

<div {{:dn-text-box/css}}>     : need this to warp all together
{{:dn-text-box/header          : template for the header
|Icon={{{Icon}}}
|Header={{{Header|}}}
|Pallete={{{Pallete}}}
}}
{{:dn-text-box/content         : template for the content
|Content={{{Content}}}
|Pallete={{{Pallete}}}
}}
</div>