Marcelo Chiaradía writes:
>I wanna know If there's some way to make that all the pages of a category 
>contain a certain text.

You can do this with wikitext, if you are careful about it.

Suppose you want every page in the "Computers" category to contain the text 
"This is a wonderful wiki article about computers."

Create a wiki template, say, "Template:Computer page", that contains:

     <includeonly>[[Category:Computers]]</includeonly>This is a wonderful wiki 
article about computers.

In all your articles, instead of writing:

     [[Category:Computers]]

write:

     {{Computer page}}

Now, every article that uses Template:Computer_page will be categorized in the 
Computers category and contain your message. We do this all the time in our 
wiki.

DanB

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to