Difference between revisions of "Template:Colored box"

From Confrontation.wiki
Jump to navigation Jump to search
en>Clump
m (Reverted edits by 2600:8800:3880:9EE:AD81:10D5:5291:7FB8 (talk) to last version by Shirayuki)
en>TheDJ
Line 1: Line 1:
<div style="box-shadow: 0 0 0.2em #999999; border-radius: 0.2em; margin: 0.5em 0.5em 1em 0.5em; background: {{{background-content-color|#fff}}}; {{{style|}}};">
<div style="box-sizing: border-box; box-shadow: 0 0 0.2em #999999; border-radius: 0.2em; margin: 0.5em 0.5em 1em 0.5em; 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: {{dir|{{pagelang}}|0.2em 0 0 0.2em|0.2em 0.2em 0 0}}; padding: 0.5em 1em 0.5em 1em;">{{#if:{{{icon|}}}|<span style="opacity: 0.8;">[[File:{{{icon}}}|20px|link=|alt=]]</span>&#32;}}<span style="color: {{{title-color|#000000}}}; font-weight: bold;">{{{title}}}</span><!--
<div style="background: {{{background-title-color|#eaecf0}}}; border-radius: {{dir|{{pagelang}}|0.2em 0 0 0.2em|0.2em 0.2em 0 0}}; padding: 0.5em 1em 0.5em 1em;">{{#if:{{{icon|}}}|<span style="opacity: 0.8;">[[File:{{{icon}}}|20px|link=|alt=]]</span>&#32;}}<span style="color: {{{title-color|#000000}}}; font-weight: bold;">{{{title}}}</span><!--

Revision as of 23:04, 3 February 2020

{{{title}}}
{{{content}}}Template:Clr
Template documentation

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}}
TITLE
CONTENTTemplate:Clr
  • {{Colored box|title=TITLE|link=MediaWiki|content=CONTENT}}
TITLE
CONTENTTemplate:Clr
  • {{Colored box|title=TITLE|link=MediaWiki|content=CONTENT|view-text=VIEW-TEXT}}
TITLE
CONTENTTemplate:Clr
  • {{Colored box|title=TITLE|link=MediaWiki|icon=OOjs_UI_icon_download-progressive.svg|content=CONTENT|view-text=VIEW-TEXT}}