Difference between revisions of "Template:Infobox Korea/Header"

From blackwiki
Jump to navigation Jump to search
imported>Pldx1
(purge the mu)
imported>Jonesey95
(Fix Linter errors)
 
Line 15: Line 15:
 
|headerstyle  = background-color: {{#if: {{{headercolor|}}} | {{{headercolor|}}} | #b0c4de }}
 
|headerstyle  = background-color: {{#if: {{{headercolor|}}} | {{{headercolor|}}} | #b0c4de }}
 
|labelstyle  = width: 50%; white-space: nowrap
 
|labelstyle  = width: 50%; white-space: nowrap
}}<noinclude>
+
}}<noinclude>{{Template:Infobox Korea/Footer}}
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 14:55, 16 February 2019

Template:PAGENAMEBASE
Template documentation[view] [edit] [history] [purge]
Instructions for use
Kim Hongdo-Mountain.jpg
산수화
___footnote from an external Footer___

Usage

  • Header is written to be used as a header, with parameters obtained from Template:Infobox Korea. Nevertheless, a direct call is possible, using <headercolor, title, pic, piccap>. But this requires to call Footer just after... in order to provide the required footer !

Example

{{Template:Infobox Korea/Header
|headercolor= #00c4de
|title=Instructions for use
|pic=File:Kim_Hongdo-Mountain.jpg
|piccap= 산수화
}}
{{Template:Infobox Korea/Footer
|footnote=___footnote from an external Footer___
}}

Templates called as subprocedures

Include versus Noinclude

Optimizing is optimizing the most used case, not burdening this most used case in order to satisfy some cosmetic hubris. Therefore, the <includeonly>...</includeonly> structures of the former implementation have been replaced by their arguments.
As presently written, the <noinclude> version produces a simple title bar, while the functionality of the <noinclude> old version is obtained by simply calling the template from the doc. Remark: the nice green box is split, but the world will survive.