Template:Solution: Difference between revisions
Jump to navigation
Jump to search
Oscarlevin (talk | contribs) No edit summary |
Oscarlevin (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><div class="NavFrame collapsed" style="text-align:left"> | |||
<div class="NavHead" style="padding-left:1ex; background-color:#E0F5FF">Solution</div> | |||
<div class="NavContent" style="padding: 4px;"> {{{1}}} | |||
</div> | |||
</div></includeonly> | |||
<!-- ---------------------- --> | |||
<noinclude>This is the template to be used when providing solutions. To use the template, you would type the following: | <noinclude>This is the template to be used when providing solutions. To use the template, you would type the following: | ||
Line 12: | Line 18: | ||
See also [[Template:Hint]] and [[Template:Answer]] for including hints or answers with similar results. | See also [[Template:Hint]] and [[Template:Answer]] for including hints or answers with similar results. | ||
</noinclude> | </noinclude> | ||
Revision as of 13:30, 6 July 2013
This is the template to be used when providing solutions. To use the template, you would type the following:
{{Solution | solution goes here }}
The advantage to this is that any text places where "solution goes here" occurs will be hidden when a user first views the page. This should help users avoid spoilers.
The results look like this:
Solution
This is the solution
Note, the use of the equals sign outside of math mode will cause errors. To prevent this, use math mode or use {{=}} instead.
See also Template:Hint and Template:Answer for including hints or answers with similar results.