Difference between revisions of "Template:Box"
Jump to navigation
Jump to search
(Created page with "<div style="background-color: #fff7f2; border: solid 1px #ffddc6; padding: 0.5em; margin-bottom: 13px;"> <div style="font-weight: bold; background-color: #ffe7d6; margin: 0; b...") |
(Params start at 1) |
||
Line 1: | Line 1: | ||
<div style="background-color: #fff7f2; border: solid 1px #ffddc6; padding: 0.5em; margin-bottom: 13px;"> | <div style="background-color: #fff7f2; border: solid 1px #ffddc6; padding: 0.5em; margin-bottom: 13px;"> | ||
<div style="font-weight: bold; background-color: #ffe7d6; margin: 0; border: solid 1px #ffddc6; padding: 0 0.5em 0 0.5em;">{{{title}}}</div> | <div style="font-weight: bold; background-color: #ffe7d6; margin: 0; border: solid 1px #ffddc6; padding: 0 0.5em 0 0.5em;">{{{title}}}</div> | ||
{{{ | {{{1}}} | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
Line 7: | Line 7: | ||
{ | { | ||
"params": { | "params": { | ||
" | "1": { | ||
"label": "Body", | "label": "Body", | ||
"description": "Contents of the box", | "description": "Contents of the box", | ||
Line 25: | Line 25: | ||
"paramOrder": [ | "paramOrder": [ | ||
"title", | "title", | ||
" | "1" | ||
], | ], | ||
"format": "block" | "format": "block" |
Latest revision as of 18:55, 5 July 2021
{{{title}}}
{{{1}}}
makes a box like on the homepage
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the box | Content | optional |
Body | 1 | Contents of the box | Content | required |