Template:Box: Difference between revisions

From Yogstation-13
Jump to navigation Jump to search
imported>Rockdtben
(Created page with "<noinclude>== Description == This templates create a box with an image. == Parameters == {{Parameter Table|name=both|parameters= {{Parameter Row|1|Small image on the left sh...")
 
imported>Kosmos
m (Removed all unnecessary stuff.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<noinclude>== Description ==
<noinclude>How to use:
This templates create a box with an image.
<pre>{{Box|2='''Lorem''' cherry ipsum.}}</pre>
 
Makes:
== Parameters ==
{{Box|2='''Lorem''' cherry ipsum.}}
 
{{Parameter Table|name=both|parameters=
{{Parameter Row|1|Small image on the left shrunk to 40×40 pixels.|[[:File:notice.svg]]}}
{{Parameter Row|2|Text, if this parameter isn't set, uses the first parameter as text.}}
{{Parameter Row|3|Color of the box. When transparent it does hide the border.|<tt>#1e90ff</tt> {{ColorBox|#1e90ff}}}}
{{Parameter Row|type|Type of the box.|Not set}}
}}
 
It is possible to add additional rows by using {{Tl|!}} in the Text parameter. One example is {{Tl|SVG available}}.
 
== Types ==
With types it is possible to predefine the image and color, although both can be changed.
 
{| class="wikitable"
! Type
! Image
! Color
|-
| Not set or <tt>info</tt>
| [[File:notice.svg|40px]]
| {{ColorBox|#1e90ff}}
|-
| <tt>error</tt>
| [[File:Ambox warning pn.svg|40px]]
| {{ColorBox|#b22222}}
|-
| <tt>warning</tt>
| [[File:warning.svg|40px]]
| {{ColorBox|#f4c430}}
|-
| <tt>editnotice</tt> or <tt>notice</tt>
| [[File:notice.svg|40px]]
| {{ColorBox|#bba}}
|-
| <tt>disambig</tt>
| [[File:Disambig-dark.svg|40px]]
| {{ColorBox|#1e90ff}}
|}
 
== Examples ==
{{Box|Kerbin18.png|Text|#b22222|Title}}
 
  <nowiki>{{Box|Kerbin18.png|Text|#b22222|Title}}</nowiki>
 
{{Box|2='''This article is currently undergoing a major expansion or revamping.''' However, you are free to help in the construction of this page by improving it.}}
 
  <nowiki>{{Box|2='''This article is currently undergoing a major expansion or revamping.''' However, you are free to help in the construction of this page by improving it.}}</nowiki>
{{Box|type=warning|Most of this page is entirely speculation based on in-game observation and should not be taken as absolute fact!}}
 
  <nowiki>{{Box|type=warning|Most of this page is entirely speculation based on in-game observation and should not be taken as absolute fact!}}</nowiki>
 
== Additional Box templates ==
* {{Tl|About}}
* {{Tl|Blocked}} (and {{Tl|Spammer}})
* {{Tl|Data template used}}
* {{Tl|Delete}}
* {{Tl|Disambiguation}}
* {{Tl|Incomplete Translation}}
* {{Tl|LowRes}}
* {{Tl|Merge}}
* {{Tl|Move}}
* {{Tl|NoThumbnailsPlease}}
* {{Tl|Outdated}}
* {{Tl|Part config}}
* {{Tl|Protect}}
* {{Tl|Spoiler}}
* {{Tl|Stub}}
* {{Tl|SVG available}}
* {{Tl|Talkarchive}}
* {{Tl|WrongLanguageCode}} (and {{Tl|HasWrongLanguageCode}})
 
[[Category:Templates]]</noinclude><includeonly>{| class="ambox noprint" style="border-left-color: {{{3|#{{#switch: {{{type|}}}
[[Category:Templates]]</noinclude><includeonly>{| class="ambox noprint" style="border-left-color: {{{3|#{{#switch: {{{type|}}}
|error=b22222
|error=b22222
Line 89: Line 18:
|notice
|notice
|note
|note
|#default=notice.svg}}|40x40px|alt=|link=]]}}
|#default=notice.png}}|40x40px|alt=|link=]]}}
| class="mbox-text" | {{#if: {{{2|}}}|{{{2}}}|{{{1}}}}}
| class="mbox-text" | {{#if: {{{2|}}}|{{{2}}}|{{{1}}}}}
|}</includeonly>
|}</includeonly>

Latest revision as of 15:16, 7 March 2015

How to use:

{{Box|2='''Lorem''' cherry ipsum.}}

Makes:

Lorem cherry ipsum.