User:Coderjoe/Sandbox: Difference between revisions

From Rosetta Code
Content added Content deleted
(re-enable the query to see if SMW 1.5.2 fixed the problem. (I doubt it))
(edit test: disable the ask query)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Let's attempt to pull in all of the examples of the [[Hough transform]]
Let's attempt to pull in all of the examples of the [[Hough transform]]


<nowiki>
{{#ask:[[example of::Hough transform]]
{{#ask:[[example of::Hough transform]]
|format=embedded
|format=embedded
|embedonly=yes
|limit=500
|limit=500
|embedonly=true
|order=ASC
|order=ASC
|sort=implemented in language
|sort=implemented in language
|offset=0
|offset=0
}}
}}
</nowiki>

Latest revision as of 16:06, 14 March 2012

Let's attempt to pull in all of the examples of the Hough transform

{{#ask:[[example of::Hough transform]] |format=embedded |embedonly=yes |limit=500 |order=ASC |sort=implemented in language |offset=0 }}