Template:Read more

Template documentation[view · edit · history · purge]
This documentation is transcluded from Template:Read more/doc.

The read_more template is used to collapse text or content.

Usage


{{Read more |1= }}

Surround the text or content to be collapsed with a single {{Read more}}, or a pair of {{Read more top}} and {{Read more bottom}}.

Template parameters

ParameterDescriptionDefaultStatus
1
text
content
collapsed text or contentemptyrequired
headerheader(read more ...)optional
bgbackgroundSets the background color of header. (Note: to avoid the afterimage issue of the toggle animation, explicitly specification of background color is recommended)emptyoptional
expandexpandSets non-empty to expand by default.emptyoptional
<templatedata>JSON</templatedata> ./. {{TemplateBox}}
TemplateData

TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.


Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either ‎useTemplateData=1 or ‎useTemplateData=only on the ‎/doc subpage and transcluding it with {{Documentation}} into the template. <nowiki>-tags can be wrapped around the arguments, if required, to avoid templates being expanded.

Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw <templatedata>-tags into the Wikitext of the template, as described in various Wikipediae.


Wikipedia's help about TemplateDataCommons-specific information

Category:Templates using TemplateData

The read_more template is used to collapse text or content.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
collapsed text or content1 text content

Stringrequired
backgroundbg

Sets the background color of header. (Note: to avoid the afterimage issue of the toggle animation, explicitly specification of background color is recommended)

Stringoptional
expandexpand

Sets non-empty to expand by default.

Stringoptional
headerheader

Default
(''read more ...'')
Stringoptional

Additional information

The template is intended to be used in the following namespaces: no namespace specified

The template is intended to be used by the following user groups: no user group specified

See also

Localization

This template is not intended to be localized.

Category:Templates not requiring internationalization

Examples

Simple

{{Read more|{{lorem ipsum}}}}
{{Read more top}}{{lorem ipsum}}{{Read more bottom}}

Customization

{{Read more|{{lorem ipsum}}|header=(click to toggle hide/show)|bg=#FAFAFA|expand=1}}
{{Read more top|header=(click to toggle hide/show)|bg=#FAFAFA|expand=1}}
{{divbox|greenv|radius=4em|{{lorem ipsum}}}}
{{Read more bottom}}

Used on image caption

[[Image:Mandolin.jpg|thumb|225px|center|A "Hauser" mandolin from Germany.
	{{read more|It was made in the 1950's and refinished in 2007.|bg=#FAFAFA}}]]
[[Image:Mandolin.jpg|thumb|225px|center|A "Hauser" mandolin from Germany.
	{{read more top|bg=#FAFAFA}}
	It was made in the 1950's and refinished in 2007.
	{{read more bottom}}]]
A "Hauser" mandolin from Germany.
A "Hauser" mandolin from Germany.
Category:Collapsible templates#Read%20more
Category:Collapsible templates
Category:Collapsible templates Category:Templates not requiring internationalization Category:Templates using TemplateData