Difference between revisions of "Template:Colored box"
w:en>Tomybrz (←Created page with '<div style="box-shadow:0 0 0.2em #999999; border-radius:0.2em; margin:0.5em 0.5em 1em; background:{{{background-content-color|#FFF}}}; {{{style|}}};"> <!-- CSS f...') |
w:en>Tomybrz |
||
Line 1: | Line 1: | ||
<div style="box-shadow:0 0 0.2em #999999; border-radius:0.2em; margin:0.5em 0.5em 1em; background:{{{background-content-color|#FFF}}}; {{{style|}}};"> | <div style="box-shadow:0 0 0.2em #999999; border-radius:0.2em; margin:0.5em 0.5em 1em; background:{{{background-content-color|#FFF}}}; {{{style|}}};"> | ||
<!-- CSS for icon and background --> | <!-- CSS for icon and background --> | ||
<div style="background:{{{background-title-color|#eaecf0}}}; border-radius:0.2em 0.2em 0 0; color:{{{title-color|#000000}}}; padding:0.4em 0.5em 0.5em 0.8em; font-weight:bold;">{{#if:{{{icon|}}}|<span style="opacity:0.8;">[[File:{{{icon}}}|20px]]</span> }}{{{ | <div style="background:{{{background-title-color|#eaecf0}}}; border-radius:0.2em 0.2em 0 0; color:{{{title-color|#000000}}}; padding:0.4em 0.5em 0.5em 0.8em; font-weight:bold;">{{#if:{{{icon|}}}|<span style="opacity:0.8;">[[File:{{{icon}}}|20px]]</span> }}{{{title}}} | ||
</div> | </div> | ||
<!-- CSS for the content --> | <!-- CSS for the content --> |
Revision as of 09:15, 12 March 2019
{{{content}}}
Template:Clr32px | This template uses TemplateStyles: |
This template was imported from w:en:Template:Colored box <templatedata> { "params": { "background-content-color": {}, "class": { "label": "extra classes", "description": "Extra CSS classes to apply to the outermost box (space-separated). This is mainly for other templates using TemplateStyles so that they can scope their CSS to the box, but it may be useful in other cases as well.", "type": "line" }, "style": { "label": "extra styles", "description": "Extra inline CSS rules to apply to the outermost element. Prefer TemplateStyles and using CSS classes if possible when using this template in another template.", "type": "line" }, "background-title-color": {}, "icon": { "type": "wiki-file-name", "suggested": true }, "title-color": {}, "title": { "required": true }, "link": { "type": "wiki-page-name" }, "link-color": {}, "content": { "required": true } }, "description": { "en": "This template is for community pages", "fr": "Le modèle boîte colorée est conçu pour les pages communautaires. Il s'inspire de la page d'accueil de Wikidata. " }, "format": "block" } </templatedata>
Examples
{{Colored box|title=TITLE|content=CONTENT}}
CONTENT
Template:Clr{{Colored box|title=TITLE|link=MediaWiki|content=CONTENT}}
{{Colored box|title=TITLE|link=MediaWiki|content=CONTENT|view-text=VIEW-TEXT}}
{{Colored box|title=TITLE|link=MediaWiki|icon=OOjs_UI_icon_download-progressive.svg|content=CONTENT|view-text=VIEW-TEXT}}