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

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)