Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
PUBLISH DATE
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Main Page
Main Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Welcome to Publish Date == Welcome! Publish Date is a free, collaborative resource where anyone can contribute. Whether you're interested in reading about new books or writing your own article about your book, this page will help you get started. == Getting Started == === What is a Wiki? === A wiki is a website where people can easily create and edit pages together. You don't need special programming knowledge—just a basic understanding of how to format text. Think of it like Wikipedia, but for a specific topic or community. === Creating an Account === Before you can edit or create pages, you'll need an account: # Click the '''Log in / Create account''' link (usually in the top right corner) # Choose '''Create account''' # Enter a username, password, and email address # Confirm your email address by clicking the link sent to you # You're ready to start editing! == How to Create a Your Book Page on Publish Date == === Method 1: Using the Search Box === This is the easiest way: # Go to the search box at the top of the page # Type the name of the name of your book # Press Enter or click Search # If the book doesn't exist, you'll see a message suggesting you create it # Click the blue link that says "create it" # You'll be taken to a blank editing page === Method 2: Using the URL === If you know the exact title you want: # Add this to the URL bar: <code>/books/Your_Book_Name</code> # Replace spaces with underscores # Press Enter and click "create this page" === Method 3: From an Existing Article About Your Book === # Write the article title in <code>[[double brackets]]</code> while editing another article # Save the page # Click the red link that appears # Write your new book page == Basic Formatting Guide == === Headings === Use equals signs to create headings. The more equals signs, the smaller the heading: {| ! Code !! Result |- | <code>= Main Heading =</code> || '''Main Heading''' |- | <code>== Sub Heading ==</code> || '''Sub Heading''' |- | <code>=== Sub Sub Heading ===</code> || '''Sub Sub Heading''' |} <div style="background-color: #f0f0f0; padding: 10px; margin: 10px 0;"> '''Example:''' <pre> = The Holy Bible = == History and Composition == === Early Manuscripts === </pre> </div> === Bold and Italic Text === {| ! Effect !! Code !! Result |- | Bold || <code>'''text'''</code> || '''text''' |- | Italic || <code>''text''</code> || ''text'' |- | Bold and Italic || <code>'''''text'''''</code> || '''''text''''' |} === Links === {| ! Type !! Code !! Result |- | Internal link || <code>[[Article Name]]</code> || [[Article Name]] |- | Link with custom text || <code>[[Article Name\|custom text]]</code> || [[Article Name|custom text]] |- | External link || <code>[https://example.com Example]</code> || [https://example.com Example] |} === Bullet Lists and Numbered Lists === {| ! Type !! Code |- | Bullet List || <pre> * Item one * Item two ** Indented item </pre> |- | Numbered List || <pre> # First item # Second item ## Indented number </pre> |} <div style="background-color: #f0f0f0; padding: 10px; margin: 10px 0;"> '''Result of bullet list:''' * Item one * Item two ** Indented item </div> === Paragraphs === Just type normally and press Enter twice to create a new paragraph. Single line breaks don't create new paragraphs. == Step-by-Step: Your First Article == '''Follow this simple process to create your first article:''' # '''Come up with a title''': Think of a clear, descriptive title. Examples: "The King James Version" or "Early Printed Bibles" # '''Create the article''': Use one of the methods above to create a new page with your chosen title # '''Add your content''': You'll see a text box. Type your article text # '''Format it''': Use the formatting guide above to add headings, bold text, lists, etc. # '''Add a summary''': In the "Edit summary" box at the bottom, write a brief description of what you added (example: "Created initial article about the King James Version") # '''Preview your work''': Click the "Show preview" button to see how it will look # '''Save it''': Click "Publish changes" to save your article # '''Done!''': Your article is now live on the wiki == Article Writing Tips == === Writing Quality Articles === * '''Start with an introduction''': The first paragraph should briefly explain what your article is about * '''Use clear headings''': Break your article into sections with descriptive headings * '''Be accurate''': Double-check facts before publishing * '''Stay neutral''': Write from an objective perspective, not from a personal opinion * '''Use simple language''': Write so people unfamiliar with the topic can understand * '''Link to related articles''': Use [[double brackets]] to connect related topics === Structure Example === Here's a good basic structure for most articles: <div style="background-color: #f0f0f0; padding: 10px; margin: 10px 0;"> <pre> '''Article Title''' is a brief description of what this article is about. == History == Explain the background and origins. == Development == Describe how the topic developed over time. == Modern Era == Explain the current status. == See Also == * [[Related Article 1]] * [[Related Article 2]] == References == {{Reflist}} </pre> </div> == Common Mistakes to Avoid == * '''Forgetting to add links''': Connect related topics with [[double brackets]] * '''Using too few headings''': Break long articles into sections * '''Not previewing first''': Always click "Show preview" before saving * '''Forgetting the edit summary''': Tell others what you changed * '''Writing opinions instead of facts''': Stick to objective information * '''Not citing sources''': If you add facts, indicate where they come from == Using Templates == Templates are pre-made sections of code that format information consistently. Here are some common ones: === Merge Template === <code>{{Merge|Other Article Name}}</code> - Suggests this article should be merged with another === Citation Template === <code>{{Reflist}}</code> - Creates a space for your references/citations === Info Box === Many articles use info boxes to display key facts. Your wiki administrator can help with these. == Getting Help == * '''Having trouble?''': Check the [[Help:Contents|Help section]] * '''Want to learn more?''': Visit [[Help:Editing|Editing help]] * '''Questions about formatting?''': See [[Help:Formatting|Formatting help]] * '''Contact an administrator''': They can answer specific questions about your wiki == Featured Articles == * [[Holy Bible]] - Overview of the Holy Bible * [[Bible Publishing History]] - The history of Bible publishing throughout the ages == Recent Changes == Visit the [[Special:RecentChanges|Recent Changes]] page to see what other editors have been working on. == Quick Reference Card == {| ! What You Want !! Code |- | Heading || <code>== Heading ==</code> |- | Bold || <code>'''bold'''</code> |- | Italic || <code>''italic''</code> |- | Link || <code>[[Article]]</code> |- | Bullet || <code>* item</code> |- | Number || <code># item</code> |- | Horizontal line || <code>----</code> |} == Ready to Start? == Now that you understand the basics: # '''Get Book Info''' you'd like to write about # '''Search for it''' to see if a book already exists # '''Create it''' using one of the methods above # '''Write and format''' your book listing using the guide above # '''Save it''' and share it with the community Don't worry about making it perfect on the first try—that's what editing is for! Other contributors may improve your article over time, and you can always edit it again to fix things. '''Happy editing!''' [[Category:Wiki Help]] [[Category:Getting Started]]
Summary:
Please note that all contributions to PUBLISH DATE may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
My wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Merge
(
edit
)
Template:Reflist
(
edit
)
Search
Search
Editing
Main Page
Add topic