User:Skierpage/SMW/test

From MozillaWiki
Jump to navigation Jump to search

TESTS

result template woes

Version of User:Dria/SMW/queries#Platform that tries to render links in SMW results.

Original

User:Dria/SMW/queries#Platform and Template:FeatureListTable used HTML table tags, maybe that interferes with parsing. But they work OK in table heading...

{{#ask: feature list::Platform | ?# | ?roadmap# | ?team# | ?feature name# | ?priority# | ?stage# | ?target# | mainlabel=- | format=template | template=FeatureListTable }}
Roadmap Eng Team Feature Name Priority Stage Release Target
test FeatureListTable template invocation follows
ATeam [[APageTitle

|ARoadmap

]]
AFeatureName APriority AStage ATarget

Test

Anyway, try MediaWiki table syntax.

{{#ask: feature list::Platform
Roadmap Eng Team Feature Name Priority Stage Release Target
test FeatureListTableTEST template invocation follows
ATeam [[APageTitle ARoadmap ]] AFeatureName APriority AStage ATarget
?# ?roadmap# ?team# ?feature name# ?priority# ?stage# ?target# mainlabel=- link=none format=template template=FeatureListTableTEST

}}