Template:X: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
m (Protected "Template:X" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
mNo edit summary
Line 1: Line 1:
[[File:X.png|18px|frameless|CheckMark]]<noinclude>
<div style="margin: 0% 5%; background: rgba(100, 30, 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:X.png|18px|frameless|CheckMark]]&nbsp;{{{title}}}{{#if:{{{text|}}}|<!--TRUE--><br/><font style="font-size:14px;">{{{text}}}</font>}}</div><noinclude>


==Usage==
==Usage==
The X template is meant to be used to make a decorative, inline X mark on a page.
The Check template is meant to be used to make a decorative textbox with an X.
<pre>{{X}}</pre>
<pre>{{X
|title=<title>
|text=<text>
}}</pre>
*The code above can be pasted into your page.
*The code above can be pasted into your page.
[[Category:Templates/Formatting]]</noinclude>
[[Category:Templates/Formatting]]</noinclude>

Revision as of 15:32, 24 July 2017

CheckMark {{{title}}}

Usage

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

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