minetest-extensions/help/articles.php

22 lines
558 B
PHP
Raw Permalink Normal View History

2012-10-06 10:30:21 -07:00
<?php
2013-02-02 09:37:11 -08:00
$punbb_relative="../";
2012-12-30 09:06:22 -08:00
2012-10-06 10:30:21 -07:00
include "../scripts/setup.php";
$page_title="Articles - Help";
include "../scripts/pageheader.php";
?>
<h1>Article Requirements</h1>
An entrie's description has basically the same requirements as on the minetest forum.<br />
All entry descriptions must contain the following things:
<ul>
<li>A link to the minetest forum post. <i>[url=www.minetest.net/forum/...<b>=url</b>][/url]</i></li>
<li>A screenshot (If applicable)</li>
<li>How to use it, installing structions</li>
</ul>
<?php
include "../scripts/pagefooter.php";
?>