Difference between revisions of "Talk:Manual"

From FollowTheScore
Jump to: navigation, search
(New page: From the manual: * To include variables which are used in a '''template call''', specify the original template name within single curly braces and add a suffix; the template name ''includ...)
(No difference)

Revision as of 18:09, 17 February 2007

From the manual:

  • To include variables which are used in a template call, specify the original template name within single curly braces and add a suffix; the template name including the suffix will be called instead of the original template and the result will contain just the output of your alternate template:
includepage = {template1}suffix1,{template1}suffix2,{template2}suffix3,....

Does this mean the following?

If page A is in the resulting set of pages, and A contains a call {{B|C}}, then includepage={B}D produces the result of {{BD|C}}.

That does not seem to work. What is meant? Can an example be given?--Patrick 17:09, 17 February 2007 (CET)