Template:Check: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="margin: 0% 5%; background: rgba(30, 100, 30, 0.2); border: 1px solid rgb(183,143,81); border-width: 1px 1px 1px 4px; border-radius: 0.33em; text-align: left; font-size: 18px; color: white; padding: 10px 40px 10px 40px;">[[File:Check.png|18px|frameless|CheckMark]]&nbsp;{{{title}}}{{#if:{{{text|}}}|<!--TRUE--><br/><font style="font-size:14px;">{{{text}}}</font>}}</div><noinclude>
<includeonly><div class="large-box positive">[[File:Check.png|18px|frameless|link=|CheckMark]]&nbsp;{{{title}}}{{#if:{{{text|}}}|<!--TRUE--><br/><font style="font-size:14px;">{{{text}}}</font>}}</div></includeonly><noinclude>
==Example==
{{Check
|title=Example bacon generated at https://baconipsum.com/
|text=Laboris prosciutto quis pariatur laborum reprehenderit. Venison cow cupidatat, voluptate mollit sunt tri-tip aliqua. Laborum tenderloin cillum nostrud ex ut capicola t-bone. Sunt pastrami cow shoulder. Id shankle mollit ham venison, short ribs elit chuck labore aute ut fugiat cow shoulder.
{{Image_Link|StoneCube.png|Stone Cube}}
* {{Small_Image_Link|StoneLarge.png|Large Stone}}
* {{Small_Image_Link|WoodenStick.png|Wooden Sticks}}
}}


==Usage==
==Usage==
The Check template is meant to be used to make a decorative textbox with a checkmark.
The Check template is meant to be used to make a decorative textbox with a checkmark.
<pre>{{check
<pre>{{Check
|title=<title>
|title=<title>
|text=<text>
|text=<text>
}}</pre>
}}</pre>
*The code above can be pasted into your page.
*The code above can be pasted into your page.
==Example Source==
<pre>{{Check
|title=Example bacon generated at https://baconipsum.com/
|text=Laboris prosciutto quis pariatur laborum reprehenderit. Venison cow cupidatat, voluptate mollit sunt tri-tip aliqua. Laborum tenderloin cillum nostrud ex ut capicola t-bone. Sunt pastrami cow shoulder. Id shankle mollit ham venison, short ribs elit chuck labore aute ut fugiat cow shoulder.
{{Image_Link|StoneCube.png|Stone Cube}}
* {{Small_Image_Link|StoneLarge.png|Large Stone}}
* {{Small_Image_Link|WoodenStick.png|Wooden Sticks}}
}}</pre>
[[Category:Templates/Formatting]]</noinclude>
[[Category:Templates/Formatting]]</noinclude>

Latest revision as of 16:37, 11 May 2018

Example

CheckMark Example bacon generated at https://baconipsum.com/
Laboris prosciutto quis pariatur laborum reprehenderit. Venison cow cupidatat, voluptate mollit sunt tri-tip aliqua. Laborum tenderloin cillum nostrud ex ut capicola t-bone. Sunt pastrami cow shoulder. Id shankle mollit ham venison, short ribs elit chuck labore aute ut fugiat cow shoulder.

StoneCube.png Stone Cube

Usage

The Check template is meant to be used to make a decorative textbox with a checkmark.

{{Check
|title=<title>
|text=<text>
}}
  • The code above can be pasted into your page.

Example Source

{{Check
|title=Example bacon generated at https://baconipsum.com/
|text=Laboris prosciutto quis pariatur laborum reprehenderit. Venison cow cupidatat, voluptate mollit sunt tri-tip aliqua. Laborum tenderloin cillum nostrud ex ut capicola t-bone. Sunt pastrami cow shoulder. Id shankle mollit ham venison, short ribs elit chuck labore aute ut fugiat cow shoulder.
{{Image_Link|StoneCube.png|Stone Cube}}
* {{Small_Image_Link|StoneLarge.png|Large Stone}}
* {{Small_Image_Link|WoodenStick.png|Wooden Sticks}}
}}