Rosetta Code:Add a Language: Difference between revisions

Content added Content deleted
(→‎Redirect: Oops! Infinite loop!)
(It looks tons better with the stub notice first)
Line 15: Line 15:
One simple way to start is to make this the entire body of the page:
One simple way to start is to make this the entire body of the page:


<pre>{{language|Ayrch}}{{stub}}</pre>
<pre>{{stub}}{{language|Ayrch}}</pre>


That will automatically give you a basic language page, and even a nice little stub notification reminding people who visit to fill in more information.
That will automatically give you a basic language page, and even a nice little stub notification reminding people who visit to fill in more information.
Line 101: Line 101:
Let's say you have a compiler named ayrchc, and you want to create a page for it. Click on the Search field on the left, type '''ayrchc''', and click Go. Click "create this page", and give the page a body:
Let's say you have a compiler named ayrchc, and you want to create a page for it. Click on the Search field on the left, type '''ayrchc''', and click Go. Click "create this page", and give the page a body:


<pre>{{implementation|Ayrch}}{{stub}}</pre>
<pre>{{stub}}{{implementation|Ayrch}}</pre>


That's a start, but if you're this far, then you can go a step or two beyond that. Instead of using <nowiki>{{stub}}</nowiki>, give a couple lines of description about the implementation, and, preferably, a link to the official page for the implementation.
That's a start, but if you're this far, then you can go a step or two beyond that. Instead of using <nowiki>{{stub}}</nowiki>, give a couple lines of description about the implementation, and, preferably, a link to the official page for the implementation.