Difference between revisions of "Template:Colored box/doc"

Jump to navigation Jump to search
m
7 revisions imported
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}}

Navigation menu