Difference between revisions of "DPL Example 025"

From FollowTheScore
Jump to: navigation, search
 
Line 1: Line 1:
 
{{Example|Show a single template parameter value of a specific page}}
 
{{Example|Show a single template parameter value of a specific page}}
  
To show the capital of a country called [[Nigunda]] you can use a very simple DPL statement.
+
To show the capital of a country called [[Nigunda]] you can use a very simple DPL statement. We assume that the artcile on Nigunda uses a template named [[Template:Country]] which expects a parameter named 'capital'.
 
The notation is so short that you can even use it as an integral part of your text:
 
The notation is so short that you can even use it as an integral part of your text:
 
<pre><nowiki>
 
<pre><nowiki>

Latest revision as of 14:05, 23 June 2009

back to list of examples

Show a single template parameter value of a specific page

To show the capital of a country called Nigunda you can use a very simple DPL statement. We assume that the artcile on Nigunda uses a template named Template:Country which expects a parameter named 'capital'. The notation is so short that you can even use it as an integral part of your text:

The capital of Nigunda is {{#dpl:title=Nigunda|include={Country}:capital}}.

And you get: The capital of Nigunda is Bamitogoo.