Template:Header

From Rosetta Code
Revision as of 20:08, 26 June 2010 by MikeMol (talk | contribs) (All sections now have spans with id attribute equal to the category name for the language.)

[[:Category:{{{1}}}|{{{1}}}]][[Category:{{{1}}}]]

This is intended to be used for the header of a programming language solution. Used within the header, it adds a category with the same name. It can be invoked two ways:

=={{header|Your Language Here}}==

expands to:

==[[Your Language Here]] [[Category:Your Language Here]]==

To catch difficult wiki names like C++ and C#:

=={{header|Your Language Here|Display Name}}==

expands to:

==[[Your Language Here|Display Name]] [[Category:Your Language Here]]==

Created by --IanOsgood 10:53, 17 September 2007 (MDT)



This is a template. There are many others. See Category:RCTemplates for a complete list of templates.