Difference between revisions of "Template:Colored box"
en>Tomybrz m |
m (35 revisions imported) |
||
(30 intermediate revisions by 20 users not shown) | |||
Line 1: | Line 1: | ||
<div style=" | <div class="mw-tpl-colorbox {{{class|}}}" style="{{#if:{{{background-content-color|}}}| background-color: {{{background-content-color|#fff}}}; }} {{{style|}}}"><templatestyles src="Colored box/style.css"/><!-- | ||
<!-- | --><div class="mw-tpl-colorbox-title" style="{{#if:{{{background-title-color|}}}|background-color:{{{background-title-color|#eaecf0}}};}}">{{#if:{{{icon|}}}|[[File:{{{icon}}}|20px|class=colorbox-title-icon|link=|alt=]] }}<strong style="{{#if:{{{title-color|}}}| color: {{{title-color|#000000}}}; }}">{{{title}}}</strong><!-- | ||
<div style="background: {{{background-title-color|#eaecf0}}}; | -->{{#if:{{{link|}}}|<div class="mw-tpl-colorbox-title-corner">[[{{{link}}}|<span style="{{#if:{{{link-color|{{{title-color|}}}}}}| color: {{{link-color|{{{title-color|}}}}}}; }}">{{{view-text|view}}}</span>]]</div>}} | ||
-->{{#if:{{{ | </div><!-- | ||
--><div class="mw-tpl-colorbox-content"> | |||
{{{content}}} | |||
</div> | </div> | ||
</div><noinclude> | </div><noinclude> | ||
{{documentation | {{documentation}} | ||
</noinclude> | </noinclude> |
Latest revision as of 04:43, 19 July 2021
{{{content}}}
32px | 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
{{Colored box|title=TITLE|link=MediaWiki|content=CONTENT}}
CONTENT
{{Colored box|title=TITLE|link=MediaWiki|content=CONTENT|view-text=VIEW-TEXT}}
CONTENT
{{Colored box|title=TITLE|link=MediaWiki|icon=OOjs_UI_icon_download-progressive.svg|content=CONTENT|view-text=VIEW-TEXT}}