Module:Unimplemented/doc: Difference between revisions

m
Update introduction and remove example output.
m (→‎Example: Fix example text)
m (Update introduction and remove example output.)
 
Line 1:
[[Module:Unimplemented]] builds lists of links to programming tasks that have not yet been implemented in a programming language. This module is invoked from [[Template:Unimpl_Page]].
[[Module:Unimplemented]] attempts to work around [https://www.semantic-mediawiki.org/wiki/Help:Selecting_pages Semantic MediaWiki's limitations]
 
[[Module:Unimplemented]] attempts toWe work around [https://www.semantic-mediawiki.org/wiki/Help:Selecting_pages Semantic MediaWiki's limitations]
by deriving a list of unimplemented tasks from multiple SMW [https://www.semantic-mediawiki.org/wiki/Help:Inline_queries inline queries].
This script could then be invoked from a suitable [https://www.mediawiki.org/wiki/Help:Templates template].
 
== Usage ==
Line 34 ⟶ 35:
 
See [https://www.mediawiki.org/wiki/Help:Templates#Control_template_inclusion Control template inclusion] for more information.
 
== Example ==
 
The following example shows the output of the <code>page</code> function for the [[Go]] language.
 
<pre>
<nowiki>{{#invoke:</nowiki>Unimplemented|page|Go}}
</pre>
 
{{#invoke:Unimplemented|page|Go}}
140

edits