Thanks Daniel.

One question:

taking your example, if i write {{Computer page}} in any place of my
page(lets say start or middle), will my text appear at the bottom of my
page? I've already tried this, and it appear always at the beggining.

Thanks in advance,

Marcelo.


2012/7/2 Daniel Barrett <[email protected]>

> 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
>
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to