Help:Contributing/house-rules: Difference between revisions

From Wikibase
Jump to navigation Jump to search
docs: migrate contribution guide §10 (house rules) from docs/contribution-guide.md (via create-page on MediaWiki MCP Server)
 
Cross-ref the code-block copy standard in Help:Contributing/code (via update-page on MediaWiki MCP Server)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<languages/>
The house rules for this instance. Start at the [[Help:Contributing]] hub if you are new here.


<translate>
== The rules ==
<!--T:1-->
The house rules for this instance. Start at the <tvar name="hub">[[Help:Contributing]]</tvar> hub if you are new here.
</translate>


== <translate><!--T:2--> The rules</translate> ==
<translate>
<!--T:3-->
<ol>
<ol>
<li><b>One concept per item</b> — merge duplicates instead of creating near-copies.</li>
<li>'''One concept per item''' — merge duplicates instead of creating near-copies.</li>
<li><b>Reuse properties</b> — propose a new property only when nothing fits.</li>
<li>'''Reuse properties''' — propose a new property only when nothing fits.</li>
<li><b>Cite your sources</b> — add at least one reference per factual statement; that is what makes it a knowledge base, not just a wiki.</li>
<li>'''Cite your sources''' — add at least one reference per factual statement; that is what makes it a knowledge base, not just a wiki.</li>
<li><b>English labels are mandatory</b> — additional languages are welcome (site language: <tvar name="en"><syntaxhighlight lang="text" inline>en</syntaxhighlight></tvar>).</li>
<li>'''English labels are mandatory''' — additional languages are welcome (site language: <code>en</code>).</li>
<li><b>Datatype is forever</b> — double-check the datatype before creating a property.</li>
<li>'''Datatype is forever''' — double-check the datatype before creating a property.</li>
<li><b>Ask the admin</b> for an account, for deletions, or to install bulk tools.</li>
<li>'''Ask the admin''' for an account, for deletions, or to install bulk tools.</li>
<li>'''Code blocks carry <code>copy</code>''' — every block-mode <code>&lt;syntaxhighlight&gt;</code> includes <code>copy</code> (see [[Help:Contributing/code|code]]); <code>inline</code> blocks are the exception.</li>
</ol>
</ol>
</translate>


== <translate><!--T:4--> See also</translate> ==
== See also ==


<translate>
* [[Help:Contributing]] — the hub
<!--T:5-->
* [[Help:Contributing/entities]] — creating and editing items and properties
* <tvar name="hub">[[Help:Contributing]]</tvar> — the hub
* [[Help:Contributing/styleGuide]] — writing style
* <tvar name="entities">[[Help:Contributing/entities]]</tvar> — creating and editing items and properties
* <tvar name="style">[[Help:Contributing/styleGuide]]</tvar> — writing style
</translate>

Latest revision as of 09:51, 23 August 2026

The house rules for this instance. Start at the Help:Contributing hub if you are new here.

The rules

  1. One concept per item — merge duplicates instead of creating near-copies.
  2. Reuse properties — propose a new property only when nothing fits.
  3. Cite your sources — add at least one reference per factual statement; that is what makes it a knowledge base, not just a wiki.
  4. English labels are mandatory — additional languages are welcome (site language: en).
  5. Datatype is forever — double-check the datatype before creating a property.
  6. Ask the admin for an account, for deletions, or to install bulk tools.
  7. Code blocks carry copy — every block-mode <syntaxhighlight> includes copy (see code); inline blocks are the exception.

See also