Jump to content

User:Manuela/colored box/doc: Difference between revisions

From LilyPond wiki
Manuela (talk | contribs)
m error corrected
Manuela (talk | contribs)
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
{{Special:WhatLinksHere/{{NAMESPACE}}:{{BASEPAGENAME}}|hideredirs=1&hidelinks=1}}
{{Special:WhatLinksHere/{{NAMESPACE}}:{{BASEPAGENAME}}|hideredirs=1&hidelinks=1}}
== Example of usage ==
== Example of usage ==
<code><nowiki>{{</nowiki>{{FULLPAGENAME}}|header=Header of colored box example|body=This is an example of a colored box with no shade<nowiki>}}</nowiki></code>
=== Code ===
<code style="-webkit-user-select: all; -ms-user-select: all; -moz-user-select: all; user-select: all"><nowiki>{{</nowiki>{{FULLPAGENAME}}|header=Header of colored box example|body=This is an example of a colored box with no shade<nowiki>}}</nowiki></code>
=== Result ===
<div>{{ {{FULLPAGENAME}}|header=Header of colored box example|body=This is an example of a colored box with no shade}}</div>
<div>{{ {{FULLPAGENAME}}|header=Header of colored box example|body=This is an example of a colored box with no shade}}</div>
=== Code ===
<code style="-webkit-user-select: all; -ms-user-select: all; -moz-user-select: all; user-select: all"><nowiki>{{</nowiki>{{FULLPAGENAME}}|header=Header of colored box example|body=This is an example of a colored box with shade=p<nowiki>|shade=p}}</nowiki></code>
=== Result ===
<div>{{ {{FULLPAGENAME}}|header=Header of colored box example|body=This is an example of a colored box with shade=p|shade=p}}</div>
=== Code ===
<code style="-webkit-user-select: all; -ms-user-select: all; -moz-user-select: all; user-select: all"><nowiki>{{</nowiki>{{FULLPAGENAME}}|header=Header of colored box example|body=This is an example of a colored box with background and header color<nowiki>|backgroundcolor=#ff80ff|headercolor=#ff00ff}}</nowiki></code>
=== Result ===
<div>{{ {{FULLPAGENAME}}|header=Header of colored box example|body=This is an example of a colored box with background and header color|backgroundcolor=#ff80ff|headercolor=#ff00ff}}</div>
== Subpages ==
== Subpages ==


{{:Special:PrefixIndex/{{NAMESPACE}}:{{ROOTPAGENAME}}/}}
{{:Special:PrefixIndex/{{NAMESPACE}}:{{BASEPAGENAME}}/}}
__NOEDITSECTION__
</onlyinclude></includeonly>
</onlyinclude></includeonly>
This is the documentation page of the template <code>{{BASEPAGENAME}}</code>
This is the documentation page of the template <code>{{BASEPAGENAME}}</code>

Latest revision as of 16:44, 29 January 2026

This is the documentation page of the template Manuela/colored box