Talk:Rosetta Code/Find bare lang tags: Difference between revisions

From Rosetta Code
Content added Content deleted
(Tasks are drafts initially for good reason)
 
Line 1: Line 1:
==Draft status==
==Draft status==
This should remain a draft task until such time as there are a number of implementations (4, perhaps?) of which at least one should do the extra credit item. (Once that's been reached, just remove the “<tt>draft</tt>” word from the leading template declaration. Hope the task graduates soon!) –[[User:Dkf|Donal Fellows]] 21:36, 13 July 2011 (UTC)
This should remain a draft task until such time as there are a number of implementations (4, perhaps?) of which at least one should do the extra credit item. (Once that's been reached, just remove the “<tt>draft</tt>” word from the leading template declaration. Hope the task graduates soon!) –[[User:Dkf|Donal Fellows]] 21:36, 13 July 2011 (UTC)

== Media API Framework ==

The documentation on the media api framework does not seem very complete.

For example, let's say I want the mediawiki markup associated with a title (since the api mostly gives me a list of titles), how do I do that?

Perhaps: http://rosettacode.org/wiki/''title''?action=raw

Except, that does not work for something like .NET (and urlencoding the title does not help) --[[User:Rdm|Rdm]] 13:45, 17 July 2011 (UTC)

Revision as of 13:45, 17 July 2011

Draft status

This should remain a draft task until such time as there are a number of implementations (4, perhaps?) of which at least one should do the extra credit item. (Once that's been reached, just remove the “draft” word from the leading template declaration. Hope the task graduates soon!) –Donal Fellows 21:36, 13 July 2011 (UTC)

Media API Framework

The documentation on the media api framework does not seem very complete.

For example, let's say I want the mediawiki markup associated with a title (since the api mostly gives me a list of titles), how do I do that?

Perhaps: http://rosettacode.org/wiki/title?action=raw

Except, that does not work for something like .NET (and urlencoding the title does not help) --Rdm 13:45, 17 July 2011 (UTC)