Talk:Chapter 1 - Introduction: Difference between revisions

From DelDOT Project Development Manual
Jump to navigation Jump to search
No edit summary
Topic number 2: new section
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== /* Discussion Chapter 1 */ new section ==
== Discussions ==


=== Create New Discussion ===
== Discussion title goes here ==
<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 ===
Discussion to be had goes here, what do we think?
<div class="discussion-posts">
 
    <!-- Example of a discussion post -->
== Topic number 2 ==
    <div class="discussion-post">
 
        <h3>Discussion Title</h3>
Text goes here. It does not look like there is a reply button.
        <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 19:20, 12 June 2024

Discussion title goes here

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

Topic number 2

Text goes here. It does not look like there is a reply button.