Template:MainPage-Frame: Difference between revisions

From Commons
removed one category
 
Created page with "<div style="margin:1em 0 0 0; padding:1px;"> <div style="background:#0000FF; color:#444; font-weight:600; font-size:130%; text-align:center; font-variant:small-caps; padding:8px;">{{{icon|}}}{{2nbsp}}{{{title}}}</div> <div style="padding:10px 0;">{{{content}}}</div></div> <noinclude> ===Usage=== <pre style="white-space:pre-wrap;"> {{Main Page/Frame | color = hexadecimal colours here without # | icon = header icon (optional) | title = | content = *..."
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 1: Line 1:
<div style="margin:1em 0 0 0; padding:1px;">
<div style="margin:1em 0 0 0; padding:1px;">
<div style="background:#{{{color|fec200}}}; color:#444; font-weight:600; font-size:130%; text-align:center; font-variant:small-caps; padding:8px;">{{{icon|}}}{{2nbsp}}{{{title}}}</div>
<div style="background:#0000FF; color:#444; font-weight:600; font-size:130%; text-align:center; font-variant:small-caps; padding:8px;">{{{icon|}}}{{2nbsp}}{{{title}}}</div>
<div style="padding:10px 0;">{{{content}}}</div></div><noinclude>
<div style="padding:10px 0;">{{{content}}}</div></div>
<noinclude>
===Usage===
===Usage===
<pre style="white-space:pre-wrap;">
<pre style="white-space:pre-wrap;">
Line 16: Line 17:


=== Syntax ===
=== Syntax ===
*'''colour:''' This changes the title box background color. Default: fec200 (Miraheze yellow).
*'''colour:''' This changes the title box background color. Default: 0000FF (blue).
*'''title:''' The title of this frame in your language.
*'''title:''' The title of this frame in your language.
*'''content:''' The title of this frame in your language. Additional tags <tt><nowiki><div></div></nowiki></tt> are set by the template and not needed in the inclusion.
*'''content:''' The title of this frame in your language. Additional tags <tt><nowiki><div></div></nowiki></tt> are set by the template and not needed in the inclusion.


[[Category:MainPage templates]]</noinclude>
[[Category:MainPage templates]]</noinclude>

Revision as of 10:29, 24 October 2024

  {{{title}}}
{{{content}}}

Usage

{{Main Page/Frame
 | color      = hexadecimal colours here without #
 | icon       = header icon (optional)
 | title      = 
 | content    =
* Bullet 1
* Bullet 2
* Bullet 3
}}

Syntax

  • colour: This changes the title box background color. Default: 0000FF (blue).
  • title: The title of this frame in your language.
  • content: The title of this frame in your language. Additional tags <div></div> are set by the template and not needed in the inclusion.