Rosetta Code/Find bare lang tags: Difference between revisions

m
added whitespace before the TOC (table of contents), added a ;Task: and other (bold) headers, added whitespace and highlighting to the task's preamble.
m (→‎{{header|zkl}}: added doc)
m (added whitespace before the TOC (table of contents), added a ;Task: and other (bold) headers, added whitespace and highlighting to the task's preamble.)
Line 1:
{{task|Rosetta Code related}}
Find all <nowiki><lang></nowiki> tags without a language specified in the text of a page. Display counts by language section:
 
;Task:
<pre><nowiki>Description
Find all &nbsp; <big><big> <nowiki><lang></nowiki> </big></big> &nbsp; tags without a language specified in the text of a page. Display counts by language section:
 
Display counts by language section:
 
<pre>
<pre><nowiki>Description
 
<lang>Pseudocode</lang>
Line 10 ⟶ 15:
 
=={{header|Perl}}==
<lang>print "Hello world!\n"</lang></nowiki></pre>
</pre>
 
should display something like
<pre>
<pre>2 bare language tags.
 
1 in perl
1 in no language</pre>
</pre>
 
 
For extra credit, allow multiple files to be read. Summarize all results by language:
;Extra credit:
<pre><nowiki>5 bare language tags.
For extra credit, allowAllow multiple files to be read. &nbsp; Summarize all results by language:
<pre>
<pre><nowiki>5 bare language tags.
 
2 in c ([[Foo]], [[Bar]])
1 in perl ([[Foo]])
2 in no language ([[Baz]])</nowiki></pre>
</pre>
 
 
;Extra extra credit:
ForUse morethe extra credit, use the&nbsp; [http://rosettacode.org/mw/api.php Media Wiki API] &nbsp; to test actual RC tasks.
<br><br>
 
=={{header|AutoHotkey}}==