Template:Check: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
m (Protected "Template:Check" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
mNo edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Check.png|18px|frameless|CheckMark]]<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, inline checkmark on a page.
The Check template is meant to be used to make a decorative textbox with a checkmark.
<pre>{{check}}</pre>
<pre>{{Check
|title=<title>
|text=<text>
}}</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}}
}}