Difference between revisions of "Template:SemanticDLList"

From Dreamwidth Notes
Jump to: navigation, search
 
Line 1: Line 1:
; [[{{{1}}}|{{{2}}}]]
+
<includeonly>; [[{{{1}}}|{{{2}}}]]
: {{{3}}}
+
: {{{3}}}</includeonly><noinclude>
 +
Template for a Semantic MediaWiki query to turn page link (without the link syntax), page name and description in that order into a DL
 +
Example:<source lang="text">
 +
{{#ask: [[Category: Protocol Documentation/XMLRPC Protocol]]
 +
| ?Name
 +
| ?Description
 +
| link=none
 +
| format=template
 +
| template=SemanticDLList
 +
}}</source>
 +
</noinclude>

Latest revision as of 22:41, 1 October 2009

Template for a Semantic MediaWiki query to turn page link (without the link syntax), page name and description in that order into a DL

Example:
{{#ask: [[Category: Protocol Documentation/XMLRPC Protocol]]
 | ?Name
 | ?Description
 | link=none
 | format=template
 | template=SemanticDLList
}}