Template:ArticleBox: Difference between revisions
Template page
More actions
Created page with "<div class="article-box" style="border: 1px solid #aaa; padding: 10px; background-color: #f00;"> <h2>{{{title|Box Title}}}</h2> <ul> {{{content}}} </ul> </div>" |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="article-box | <div class="article-box article-box-{{{colour|red}}}"> | ||
<h2>{{{ | {{#if:{{{header1|}}}| | ||
< | <h2>{{{header1}}}</h2> | ||
{{{ | <div>{{{content1|}}}</div> | ||
</ | }} | ||
{{#if:{{{header2|}}}| | |||
<h2>{{{header2}}}</h2> | |||
<div>{{{content2|}}}</div> | |||
}} | |||
{{#if:{{{header3|}}}| | |||
<h2>{{{header3}}}</h2> | |||
<div>{{{content3|}}}</div> | |||
}} | |||
</div> | </div> | ||
Latest revision as of 18:15, 20 November 2025