From DelDOT Project Development Manual
Jump to navigation
Jump to search
|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| == Discussions == | | == Discussion Page == |
|
| |
|
| === Create New Discussion ===
| | Here we can discuss how to use a discussions tab |
| <form method="post" action="Special:CreatePage">
| |
| <input type="hidden" name="preload" value="DiscussionPageTemplate" />
| |
| <input type="text" name="title" placeholder="Discussion Title" /><br />
| |
| <textarea name="content" placeholder="Discussion Content" rows="4" cols="50"></textarea><br />
| |
| <input type="submit" value="Create Discussion" />
| |
| </form>
| |
| | |
| === Existing Discussions ===
| |
| <div class="discussion-posts">
| |
| <!-- Example of a discussion post -->
| |
| <div class="discussion-post">
| |
| <h3>Discussion Title</h3>
| |
| <p>Discussion content goes here...</p>
| |
| <!-- Reply form -->
| |
| <form method="post" action="Special:CreatePage">
| |
| <input type="hidden" name="preload" value="ReplyTemplate" />
| |
| <textarea name="content" placeholder="Your Reply" rows="4" cols="50"></textarea><br />
| |
| <input type="submit" value="Reply" />
| |
| </form>
| |
| </div>
| |
| <!-- Repeat the above structure for each discussion post -->
| |
| </div>
| |
Latest revision as of 16:15, 10 May 2024
Discussion Page
Here we can discuss how to use a discussions tab