Template:Colored box/doc: Difference between revisions

Nothing to hide, but nothing to show you either.
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
m (7 revisions imported from mw:Template:Colored_box/doc)
 
(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 14:42, 10 June 2021

Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab. This template was imported from w:en:Template:Colored box

This template is for community pages

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
background-content-colorbackground-content-color

no description

Unknownoptional
extra classesclass

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.

Lineoptional
extra stylesstyle

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.

Lineoptional
background-title-colorbackground-title-color

no description

Unknownoptional
iconicon

no description

Filesuggested
title-colortitle-color

no description

Unknownoptional
titletitle

no description

Unknownrequired
linklink

no description

Page nameoptional
link-colorlink-color

no description

Unknownoptional
contentcontent

no description

Unknownrequired

Examples[edit source]

  • {{Colored box|title=TITLE|content=CONTENT}}
TITLE

CONTENT

  • {{Colored box|title=TITLE|link=MediaWiki|content=CONTENT}}
TITLE

CONTENT

  • {{Colored box|title=TITLE|link=MediaWiki|content=CONTENT|view-text=VIEW-TEXT}}
TITLE

CONTENT

  • {{Colored box|title=TITLE|link=MediaWiki|icon=OOjs_UI_icon_download-progressive.svg|content=CONTENT|view-text=VIEW-TEXT}}
TITLE

CONTENT