Talk:Chapter 1 - Introduction: Difference between revisions

From DelDOT Project Development Manual
Jump to navigation Jump to search
Replaced content with " == Discussion title goes here == Discussion to be had goes here, what do we think?"
Tag: Replaced
Line 1: Line 1:
== /* Discussion Chapter 1 */ new section ==
== Discussions ==
=== Create New Discussion ===
<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>


== Discussion title goes here ==
== Discussion title goes here ==


Discussion to be had goes here, what do we think?
Discussion to be had goes here, what do we think?

Revision as of 19:18, 12 June 2024

Discussion title goes here

Discussion to be had goes here, what do we think?