Mudanças entre as edições de "Predefinição:Robelbox"

De WikiRioDoce
Ir para: navegação, pesquisa
Linha 6: Linha 6:
 
''Parameters:''
 
''Parameters:''
 
* ''theme'': Values 1 to 14; gives colour scheme:
 
* ''theme'': Values 1 to 14; gives colour scheme:
{{Robelbox/tema}}
+
{{Robelbox/theme}}
 
* ''title'': Box title.
 
* ''title'': Box title.
 
* ''width'': Box width; default is 100%.
 
* ''width'': Box width; default is 100%.
Linha 15: Linha 15:
 
<br>''This template should be used together with {{tl|Robelbox/pad}} to pad out the box contents - see examples below, and see talk page.
 
<br>''This template should be used together with {{tl|Robelbox/pad}} to pad out the box contents - see examples below, and see talk page.
 
</div>
 
</div>
 +
|}
 +
==Simple examples==
 +
__TOC__
 +
===Theme 1: Tan (default)===
 +
This code:
 +
  <nowiki>{{robelbox|title=Test title}}
 +
  <div style="{{Robelbox/pad}}">
 +
  Test content using a default box
 +
  </div>
 +
  {{Robelbox/close}}</nowiki>
 +
produces this box:
 +
{{robelbox|title=Test title}}
 +
<div style="{{Robelbox/pad}}">
 +
Test content using a default box
 +
</div>
 +
{{Robelbox/close}}
 +
 +
===Theme 2: Mid green===
 +
This code:
 +
  <nowiki>
 +
  {{robelbox|theme=2|title=Test title}}
 +
  <div style="{{Robelbox/pad}}">
 +
  Test content using a default box with theme=2
 +
  </div>
 +
  {{Robelbox/close}}
 +
  </nowiki>
 +
produces this box:
 +
{{robelbox|theme=2|title=Test title}}
 +
<div style="{{Robelbox/pad}}">
 +
Test content using a default box with theme=2
 +
</div>
 +
{{Robelbox/close}}
 +
 +
== Color samples ==
 +
{|
 +
|{{Robelbox|theme=1|title=Theme 1|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=2|title=Theme 2|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=3|title=Theme 3|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=4|title=Theme 4|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|-
 +
|{{Robelbox|theme=5|title=Theme 5|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=6|title=Theme 6|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=7|title=Theme 7|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=8|title=Theme 8|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|-
 +
|{{Robelbox|theme=9|title=Theme 9|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=10|title=Theme 10|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=11|title=Theme 11|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=12|title=Theme 12|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|-
 +
|{{Robelbox|theme=13|title=Theme 13|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 +
|{{Robelbox|theme=14|title=Theme 14|width=200px|iconwidth=48px}}<div style="{{Robelbox/pad}}">
 +
''Content goes here.''
 +
</div>
 +
{{Robelbox-close}}
 
|}
 
|}
  
 
[[Category:Predefinições]]
 
[[Category:Predefinições]]
 
</noinclude>
 
</noinclude>

Edição das 21h26min de 17 de agosto de 2016

Title

Parameters:

  • theme: Values 1 to 14; gives colour scheme:

Predefinição:Robelbox/theme

  • title: Box title.
  • width: Box width; default is 100%.
  • height: Guess; default is auto.
  • icon: Image name for icon.
  • iconwidth: Pixel width of icon; default is 56. Include "px".

Don't forget to use the {{Robelbox/close}} template after your content!
This template should be used together with {{Robelbox/pad}} to pad out the box contents - see examples below, and see talk page.

Simple examples

Theme 1: Tan (default)

This code:

 {{robelbox|title=Test title}}
  <div style="{{Robelbox/pad}}">
  Test content using a default box
  </div>
  {{Robelbox/close}}

produces this box:

Test title

Test content using a default box

Theme 2: Mid green

This code:

 
  {{robelbox|theme=2|title=Test title}}
  <div style="{{Robelbox/pad}}">
  Test content using a default box with theme=2
  </div>
  {{Robelbox/close}}
  

produces this box:

Test title

Test content using a default box with theme=2

Color samples

Theme 1

Content goes here.

Predefinição:Robelbox-close

Theme 2

Content goes here.

Predefinição:Robelbox-close

Theme 3

Content goes here.

Predefinição:Robelbox-close

Theme 4

Content goes here.

Predefinição:Robelbox-close

Theme 5

Content goes here.

Predefinição:Robelbox-close

Theme 6

Content goes here.

Predefinição:Robelbox-close

Theme 7

Content goes here.

Predefinição:Robelbox-close

Theme 8

Content goes here.

Predefinição:Robelbox-close

Theme 9

Content goes here.

Predefinição:Robelbox-close

Theme 10

Content goes here.

Predefinição:Robelbox-close

Theme 11

Content goes here.

Predefinição:Robelbox-close

Theme 12

Content goes here.

Predefinição:Robelbox-close

Theme 13

Content goes here.

Predefinição:Robelbox-close

Theme 14

Content goes here.

Predefinição:Robelbox-close