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

From Rosetta Code
Content added Content deleted
Line 8: Line 8:
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?
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
Perhaps: <nowiki>http://rosettacode.org/wiki/</nowiki>''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)
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:48, 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)