Wikipedia:Adatassiú de l'interfascja

From Wikipedia

Chest artícol al è scricc in Koiné orientala, ortograféa ünificada Lombard oriental

Chesta pàgina la ör es öna pàgina int óe la se prepara l'adatassiú de l'interfascja par che la sía acetàbil per la pöpart di Lombard.

Cuntegnüü

[redatá] Informassiú tèg·niche

[redatá] Lesta de curel (e-mail) wikitech

Consejat de sotascrif la lesta wikitech: visití:

http://mail.wikipedia.org/mailman/listinfo/wikitech-l

[redatá] Funsiú útile

ParserFunctions

[redatá] Títol de le categorée

You can use CSS to hide the page title in the H1 heading. You can't hide it in the top of the browser window though.

To hide the H1 heading in the article namespace you can use:

body.ns-0 h1.firstHeading { display: none }

To just hide it in certain articles you might need to use _JavaScript too. You could make some kind of template which places an HTML tag with a specific ID in the articles you want to hide the title of, then in the site's global _JavaScript file you put a function which looks for this ID and if it's there it finds the H1 with the class of firstHeading and set's it's "display" to "none".

Good luck.