Template:Practice point: Difference between revisions

From WikiMSK

(Created page with "<div class="practicePoint" style="max-width:800px"> <div class="practicePointHeading">Practice Point </div> <div class="practicePointList"> {{{1}}} </div> </div> <templatestyl...")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="practicePoint" style="max-width:800px">
<div class="practicePointBox" style="max-width:800px">
<div class="practicePointHeading">Practice Point
<div class="practicePointHeading">Practice Point
</div>
</div>
<div class="practicePointList">
<div class="practicePointText">
{{{1}}}
<div class="practicePointText-Heading">{{{heading|}}}</div>
<div class="practicePointText-BodyText">{{{text|}}}</div>
</div>
</div>
</div>
</div>
<templatestyles src="Practice point/styles.css" />
<templatestyles src="Practice point/styles.css" />
<noinclude>
<noinclude>
[[Category:Templates]]
[[Category:Article Boxes]]
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"1": {
"heading": {
"label": "Practice point"
"label": "Practice point heading",
"suggested": true
},
"text": {
"label": "Practice point text",
"suggested": true
}
}
},
},
"paramOrder": [
"paramOrder": [
"1"
"heading",
"text"
],
],
"description": "A template for adding a practice point box"
"description": "A template for adding a practice point box"
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Latest revision as of 20:25, 1 May 2022

Practice Point

A template for adding a practice point box

Template parameters

ParameterDescriptionTypeStatus
Practice point headingheading

no description

Unknownsuggested
Practice point texttext

no description

Unknownsuggested