Difference between revisions of "Template:Colored box/doc"
en>Tomybrz m |
m (7 revisions imported) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | |||
{{Uses TemplateStyles|Template:Colored box/style.css}} | |||
This template was imported from [[:w:en:Template:Colored box]] | This template was imported from [[:w:en:Template:Colored box]] | ||
<templatedata> | <templatedata> | ||
Line 4: | Line 6: | ||
"params": { | "params": { | ||
"background-content-color": {}, | "background-content-color": {}, | ||
"style": {}, | "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": {}, | "background-title-color": {}, | ||
"icon": {}, | "icon": { | ||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"title-color": {}, | "title-color": {}, | ||
"title": {}, | "title": { | ||
"link": {}, | "required": true | ||
}, | |||
"link": { | |||
"type": "wiki-page-name" | |||
}, | |||
"link-color": {}, | "link-color": {}, | ||
"content": {} | "content": { | ||
"required": true | |||
} | |||
}, | }, | ||
"description": { | "description": { | ||
Line 20: | Line 40: | ||
} | } | ||
</templatedata> | </templatedata> | ||
== Examples == | |||
* <code><nowiki>{{Colored box|title=TITLE|content=CONTENT}}</nowiki></code> | |||
{{Colored box|title=TITLE|content=CONTENT}} | |||
* <code><nowiki>{{Colored box|title=TITLE|link=MediaWiki|content=CONTENT}}</nowiki></code> | |||
{{Colored box|title=TITLE|link=MediaWiki|content=CONTENT}} | |||
* <code><nowiki>{{Colored box|title=TITLE|link=MediaWiki|content=CONTENT|view-text=VIEW-TEXT}}</nowiki></code> | |||
{{Colored box|title=TITLE|link=MediaWiki|content=CONTENT|view-text=VIEW-TEXT}} | |||
* <code><nowiki>{{Colored box|title=TITLE|link=MediaWiki|icon=OOjs_UI_icon_download-progressive.svg|content=CONTENT|view-text=VIEW-TEXT}}</nowiki></code> | |||
{{Colored box|title=TITLE|link=MediaWiki|icon=OOjs_UI_icon_download-progressive.svg|content=CONTENT|view-text=VIEW-TEXT}} |
Latest revision as of 04:50, 19 July 2021
40px | This is a documentation subpage for Template:Colored box. It contains usage information, categories and other content that is not part of the original Template page. |
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}}