Difference between revisions of "Dn-text-box/code"
From EncyclopAtys
FairyFighter (talk | contribs) m |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | <syntaxhighlight> | + | ===Code=== |
+ | <syntaxhighlight lang='css'> | ||
<div {{:dn-text-box/css}}> : need this to warp all together | <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 | ||
Line 6: | Line 7: | ||
|Pallete={{{Pallete}}} | |Pallete={{{Pallete}}} | ||
}} | }} | ||
− | {{:dn-text-box/content | + | {{:dn-text-box/content : template for the content |
|Content={{{Content}}} | |Content={{{Content}}} | ||
|Pallete={{{Pallete}}} | |Pallete={{{Pallete}}} |
Latest revision as of 15: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>