Editing Guidelines: Difference between revisions

From SRD52
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Strict Rules!==
==Strict Rules!==
* Ask the admin for editing rights. Only admin can create user accounts for now.
* '''NEVER add any original material directly into SRD.''' Errata is an exception.
* '''NEVER add any original material directly into SRD.''' Errata is an exception.
** Adding errata: use <nowiki><del>delete tages</del></nowiki> to mark changed section and <nowiki>{{errata|errata template for corrected material|1.52.1}}</nowiki> with the version of errata file used. This way everyone can see what has been changed without looking at page's history.
** Adding errata: use <nowiki><del>delete tages</del></nowiki> to mark changed section and <nowiki>{{errata|errata template for corrected material|5.2.1}}</nowiki> with the version of errata file used. This way everyone can see what has been changed without having to review a page's history.
* All new material must be separated.
** Sample errata: <del>Blues Dragons have a depression breath weapon.</del> {{errata|Blue Dragons have a lightning breath weapon.|5.2.1}}
* All new material must be separated from SRD.
* This wiki is in English. Do not add material in other languages.
* This wiki is in English. Do not add material in other languages.
** Names are exceptions, they can be of any language, but use only western alphabet, or at least html entities for non-iso-8859-1 -letters. We try to avoid Unicode conversions here.
** Names are exceptions, they can be of any language, but use only western alphabet, or at least use HTML Entities for non-ISO-8859-1 letters. We try to avoid Unicode conversion problems here. If you write names in for example Japanese kanji or Arabic alphabet, always include a transliteration.
** Don't use weird letters in page names even if the page is for a character with a weird name, for example.
** Never use weird letters or HTML Entities in page names! Also, they are not recommended in headers (but not totally forbidden).
 
==How to Add Original Material==
==How to Add Original Material==
* Never copy any copyrighted material unless it's yours, and if it is, it will forever be under CC-BY-4.0 license.  
* Never copy any copyrighted material unless it's yours, and know that if it is, it will forever be under CC-BY-4.0 license.  
* If you don't want that, don't add your material into this wiki.
* If you don't want that, don't add your material into this wiki.
* Place everything under a category, which is usually the name of your campaign setting, "extra rulebook", or an adventure module.
* Place everything under a category, which is usually the name of your campaign setting, "extra rulebook", or an adventure module.
* Don't repeat SRD material (unless it's some really small bit such as how to calculate DC for something). Instead <nowiki>[[link]]</nowiki> all SRD things from your material.
* Don't repeat SRD material (unless it's some really small bit such as how to calculate DC for something). Instead <nowiki>[[link]]</nowiki> all SRD things from your material.
===About Images===
===About Images===
* ''Images'' are an exception: you keep the copyright. Also, you are allowed to add a link to the source or your portfolio.
* ''Images'' are an exception: always mark them copyrighted material and you will keep the copyright. Also, you are allowed to add a link to the source or your portfolio.
** Images may not be used elsewhere without permission.
* Never use AI images!
* Never use AI images!
* Avoid using Public Domain images (yeah, I know the logo has one, but it was too great not to be used).
* Avoid using Public Domain images (yeah, I know the logo has one, but it was too great not to be used).
==What are HTML Entities?==
The term "HTML Entity" is used as a synonym for a character reference — a pattern of characters that can represent another character in the HTML. It is recommended to use them for exotic characters and symbols outside [https://en.wikipedia.org/wiki/ISO/IEC_8859-1 ISO-8859-1 character set].
For example, Unicode Cloud is <code>&amp;#9729;</code> and looks like this: &#9729;
Looks like new Unicode 10 codes work too?
* "Spaghetti": <span style="font-size:xx-large>&#127837;</span>
* "Dragon": <span style="font-size:xx-large>&#128009;</span>
* "Crossed Swords": <span style="font-size:xx-large>&#9876;&#65039;</span>
Nice!


[[Category:Main]]
[[Category:Main]]

Latest revision as of 17:12, 26 April 2025

Strict Rules!

  • Ask the admin for editing rights. Only admin can create user accounts for now.
  • NEVER add any original material directly into SRD. Errata is an exception.
    • Adding errata: use <del>delete tages</del> to mark changed section and {{errata|errata template for corrected material|5.2.1}} with the version of errata file used. This way everyone can see what has been changed without having to review a page's history.
    • Sample errata: Blues Dragons have a depression breath weapon. Blue Dragons have a lightning breath weapon. (errata 5.2.1)
  • All new material must be separated from SRD.
  • This wiki is in English. Do not add material in other languages.
    • Names are exceptions, they can be of any language, but use only western alphabet, or at least use HTML Entities for non-ISO-8859-1 letters. We try to avoid Unicode conversion problems here. If you write names in for example Japanese kanji or Arabic alphabet, always include a transliteration.
    • Never use weird letters or HTML Entities in page names! Also, they are not recommended in headers (but not totally forbidden).

How to Add Original Material

  • Never copy any copyrighted material unless it's yours, and know that if it is, it will forever be under CC-BY-4.0 license.
  • If you don't want that, don't add your material into this wiki.
  • Place everything under a category, which is usually the name of your campaign setting, "extra rulebook", or an adventure module.
  • Don't repeat SRD material (unless it's some really small bit such as how to calculate DC for something). Instead [[link]] all SRD things from your material.

About Images

  • Images are an exception: always mark them copyrighted material and you will keep the copyright. Also, you are allowed to add a link to the source or your portfolio.
    • Images may not be used elsewhere without permission.
  • Never use AI images!
  • Avoid using Public Domain images (yeah, I know the logo has one, but it was too great not to be used).

What are HTML Entities?

The term "HTML Entity" is used as a synonym for a character reference — a pattern of characters that can represent another character in the HTML. It is recommended to use them for exotic characters and symbols outside ISO-8859-1 character set.

For example, Unicode Cloud is &#9729; and looks like this: ☁

Looks like new Unicode 10 codes work too?

  • "Spaghetti": 🍝
  • "Dragon": 🐉
  • "Crossed Swords": ⚔️

Nice!