Help:Editing BoyWiki 101: Difference between revisions

From BoyWiki
No edit summary
 
(56 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Underconstruction}}
__NOTOC__


 
{|id="Help-editing-101" style="width: 100%; margin-bottom:7px; border:1px solid #cedff2; padding:2px; background-color:#f5faff"
{| style="width: 100%; margin-bottom:7px; border:1px solid #cedff2; padding:2px; background-color:#f5faff"
|- bgcolor="#cedff2"  
|- bgcolor="#cedff2"  
|align="center" style="font-size:20pt; font-weight:bold; padding:5px"|Help Editing
|align="center" style="font-size:20pt; font-weight:bold; padding:5px"|Basic Editing Help
|-
|-
|}
|}
<div style="border:2px solid #A3B1BF; padding:.5em 1em 1em 1em;  background-color:#fff; color:#000">
'''The fundamental principle of editing BoyWiki or any wiki is  aiming towards a "neutral point of view":'''


This pages is intended to be a basic overview of editing pages on BoyWiki.
In short, the neutrality of point of view leads to an objective, "scientific" discourse, whereas non-neutrality leads to one-sided views and propaganda.


{{Box1 start}}
An important point is perhaps to understand that specific sympathies are not incompatible with a neutral point of view: you can like a country, a person, an amorous preference, and nevertheless be able of an objective discourse about it.
Equal signs are used to mark the enclosed text as a section heading: <code>==Section name==</code> for a primary section; <code>===Subsection name===</code> for the next level (a subsection); and so on to the lowest-level subsection, with <code>=====Sub-subsection name=====</code>.  Spaces between the equal signs and the heading text are optional, and will not affect the way the heading is displayed. The heading must be typed on a separate line. Include one blank line above the heading, and optionally one blank line below it, for readability in the edit window. (Only two or more consecutive blank lines will add more white space in the public appearance of the page.)


==Page layout==
Only objectivity is credible. That's why it is vital for BoyWiki. We don't "promote", we explain and illustrate.
<nowiki>'''Page layout'''</nowiki> The Body sections


<div style="border:2px solid #A3B1BF; padding:.5em 1em 1em 1em;  background-color:#fff; color:#000">


Example:
This pages is intended to be a basic overview of editing pages on BoyWiki. You can cut and paste the [[#Page layout|page layout]] below to your new page as a template to get started.


==Page layout==
{{Box1 start}}
{{Box1 start}}
Wiki Code:
<nowiki>''' First word'''</nowiki> (which is generally the page title is made '''bold''')
 
<Pre>
== Section ==
=== Subsection ===
==== Sub-subsection ====
</Pre>
{{Box2 start}}
Gives:
 
== Section ==


=== Subsection ===


==== Sub-subsection ====


{{Boxes end}}
<nowiki>==References==</nowiki>
<nowiki>==References==</nowiki>


Line 52: Line 37:




<nowiki>[[Category:</nowiki>''Category name'']]
{{Boxes end}}
{{Boxes end}}
<Br />
{|
| colspan=3 style="background:#E6F2FF; border-top:2px #a3b1bf solid" |
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">'''Works anywhere in the text'''</div>


==== Table of contents ====
|-<!--COLUMN HEADINGS--> style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"
| style="border-bottom:2px #a3b1bf solid" width="30%" | '''Description'''
| style="border-bottom:2px #a3b1bf solid" | '''You type'''
| style="border-bottom:2px #a3b1bf solid" width="30%" | '''You get'''
|-<!--1ST ROW 1ST COLUMN-->
|Italics, bold, and both
|<!--2ND COLUMN-->
<tt><nowiki>''italics'', '''bold''', and '''''both'''''</nowiki></tt>
|<!--3RD COLUMN-->
''italics'', '''bold''', and '''''both'''''
|-<!--HORIZONTAL LINE-->
|colspan="3" style="border-top:1px solid #cee0f2;"|


|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|
Link to a section
|
<tt><nowiki>[[Boylover#Characteristics of boylovers]]</nowiki></tt><br />
<tt><nowiki>[[Boylover#Characteristics of boylovers|the characteristics of boylovers]]</nowiki></tt>
|
[[Boylover#Characteristics of boylovers]]<br />
[[Boylover#Characteristics of boylovers|the characteristics of boylovers]]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|[[Red link]]


When a page has at least four headings, a table of contents (TOC) will automatically appear after the lead and before the first heading. The TOC can be controlled by magic words or templates:
* <code><nowiki>__FORCETOC__</nowiki></code> forces the TOC to appear at the normal location regardless of the number of headings.
* <code><nowiki>__TOC__</nowiki></code> forces the TOC to appear at the point where the magic word is inserted instead of the normal location.
* <code><nowiki>__NOTOC__</nowiki></code> disables the TOC entirely.
=== Indent text ===
Indentation is most commonly used on talk pages.
{{markup
|<nowiki>Indentation as used on talk pages:
:Each colon at the start of a line
::causes the line to be indented by three more character positions.
:::(The indentation persists
so long as no carriage return or line break is used.)
:::Repeat the indentation at any line break.
::::Use an extra colon for each response.
:::::And so forth ...
::::::And so on ...</nowiki>
|Indentation as used on talk pages:
:Each colon at the start of a line
::causes the line to be indented by three more character positions.
:::(The indentation persists
so long as no carriage return or line break is used.)
:::Repeat the indentation at any line break.
::::Use an extra colon for each response.
:::::And so forth ...
::::::And so on ...
}}
=== Text formatting ===
{| class="wikitable"
|- valign="top"
! Description
! What you type
! What it looks like
|- id="emph" valign="top"
|
|
''Italics'', '''bold'''
<tt><nowiki>[[something missing]]</nowiki></tt>
|
[[something missing]]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|'''References and footnotes'''
<div style="padding: 0.7em .5em; font-size:0.9em;">''Sources in the article will appear where <nowiki>{{reflist}}</nowiki> is put, typically under a [[#Level 2 Section headings|level 2 section heading]] towards the bottom of the page; text between <nowiki>{{}}</nowiki> is for a template.
<br />
For more advanced reference templates see: [[:Category:Citation templates]]''</div>
<div style="padding: 0.7em .5em; font-size:0.9em;"></div>
|
|
<pre>To ''italicize text'', just put
<tt><nowiki><ref>[https://www.boywiki.org/en/Main_Page]</ref>
2 apostrophes on each side.
</nowiki>


3 apostrophes will '''bold the text'''
<nowiki>
<ref>http://www.boychat.org/</ref></nowiki></tt>
<br /><br />
<tt><nowiki>
==References==</nowiki>


5 apostrophes for '''''bold italics'''''
<nowiki>{{reflist}}</nowiki>
 
'''''Italic and bold
formatting''''' only works properly
within a single line.


For text as {{Smallcaps|small caps}},
</tt>
that uses a [[Help:Template|template]].
</pre>
|
|
To ''italicize text'', just put
BoyWiki.<ref>[https://www.boywiki.org/en/Main_Page BoyWiki]</ref> BoyChat.<ref>http://www.boychat.org/</ref>
2 apostrophes on each side.
 
3 apostrophes will '''bold the text'''
 
5 apostrophes for '''''bold italics'''''
 
'''''Italic and bold
formatting''''' only works properly
within a single line.
 


==References==


{{reflist}}
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Signature
<div style="padding: 0.7em .5em; font-size:0.9em;">''sign your contributions when posting to a [[Help:Talk pages|talk page]]''</div>
|
<tt><nowiki>~~~~</nowiki></tt><br /><br /><span style="font-size:0.9em;">''do not sign in an article, only on talk pages''</span>
|
[[Special:Mypage|Username]] ([[Special:Mytalk|talk]]) {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC)
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Plain website
|
<tt><nowiki>http://www.BoyWiki.org</nowiki></tt>
|
http://www.BoyWiki.org
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Link a website
|
<tt><nowiki>[http://www.BoyWiki.org]</nowiki></tt>
|
[http://www.BoyWiki.org]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|-
|Link and name a website
|
|
Small chunks of source code within a line of normal text.
<tt><nowiki>[http://www.BoyWiki.org BoyWiki]</nowiki></tt>
 
Code is displayed in a monospace font.
|
|
<pre><nowiki>function <code>int m2()</code> is nice</nowiki></pre>
[http://www.BoyWiki.org BoyWiki]
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Strike your [[Help:Talk pages|talk page]] comment
<div style="padding: 0.7em .5em; font-size:0.9em;">''to show your previous comment is outdated''</div>
|
|
function <code>int m2()</code> is nice
<tt><nowiki><s>This topic isn't notable.</s></nowiki></tt>
|- valign="top"
|
|
Syntax highlighting for source code.
<s>This topic isn't notable.</s>
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Hide text somewhere for editors


Computer code has colored text and more stringent formatting.
For example, to define a function: <code>int m2()</code>, with highlights.
|
|
<pre><nowiki><syntaxhighlight lang="cpp">
<tt><nowiki><!--This had consensus, discuss at talk page--></nowiki></tt>
#include <iostream>
int m2 (int ax, char *p_ax) {
  std::cout <<"Hello World!";
  return 0;
}</syntaxhighlight></nowiki></pre>
|
|
<syntaxhighlight lang="cpp">
<!--This had consensus, discuss at talk page-->
#include <iostream>
int m2 (int ax, char *p_ax) {
  std::cout <<"Hello World!";
  return 0;
}</syntaxhighlight>
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|[[Help:Images|Show an image]]
|
|
<small>Small text</small>
<tt><nowiki>[[</nowiki></tt>File:BLogo 930x818.png<tt>|thumb|</tt>Caption<tt><nowiki>]]</nowiki></tt>
|
|
<pre><nowiki>Use <small>small text</small> if needed.
[[File:BLogo 930x818.png|thumb|Caption]]
|-


A span tag can set text font-size as
|colspan="3" style="border-top:1px solid #cee0f2;"|
being <span style="font-size: 87%">87%
|-
of prior size</span>, to match an
|Add a page to a category
image caption.</nowiki></pre>
|<tt><nowiki>[[Category:Category name]]</nowiki></tt><br /><br /><span style="font-size:0.9em;">''place near the bottom of a page''</span>
|
|<span style="font-size:0.9em;">''shows''</span> "Category name" <span style="font-size:0.9em;">''in a bar at bottom when the page is previewed or saved''</span>
Use <small>small text</small> if needed.


A span tag can set text font-size as
|-<!--WORKS ONLY AT THE BEGINNING OF LINES-->
being <span style="font-size: 87%">87%
| colspan="3" style="background:#E6F2FF; border-top:2px #a3b1bf solid" |
of prior size</span>, to match an
<div class="center" style="width: auto; margin-left: auto; margin-right: auto;">'''Works only at the beginning of lines'''</div>  
image caption.
|-<!--COLUMN HEADINGS--> style="background:#E6F2FF; padding:0.3em; font-size: 0.9em; text-align:center;"
| style="border-bottom:2px #a3b1bf solid" width="30%" | '''Description'''
| style="border-bottom:2px #a3b1bf solid" | '''You type'''
| style="border-bottom:2px #a3b1bf solid" width="30%" | '''You get'''
|-
|-
|Redirect to another page
<div style="padding: 0.7em .5em; font-size:0.9em;">''redirects must be placed at the start of the first line''</div>
|
|
<big>Big text</big> (Obsolete)
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
|
|
<pre><nowiki>
[[File:30px-Redirect arrow without text.jpg|30px|link=]] [[Target page]]
Better not use <big>big text</big>,
|-
unless <small> it's <big>within</big>
|colspan="3" style="border-top:1px solid #cee0f2;"|
small</small> text.
|-
</nowiki></pre>
|Redirect to a section of another page
|
|
Better not use <big>big text</big>,
<tt><nowiki>#REDIRECT [[</nowiki></tt>Target page#anchorName<tt><nowiki>]]</nowiki></tt>
unless <small> it's <big>within</big>
|
small</small> text.
[[File:30px-Redirect arrow without text.jpg|30px|link=]] [[Target page#anchorName]]
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|'''Section headings'''<br />
<div style="padding: 0.7em .5em; font-size:0.9em;">''a Table of Contents will automatically be generated when four headings are added to an article''. However, you can force a TOC by adding  &nbsp;&nbsp;<nowiki>__TOC__ &nbsp;</nowiki>  or remove the TOC by adding  &nbsp;&nbsp;<nowiki>__NOTOC__</nowiki>&nbsp; </div>
|
|
You can include a '''non-breaking space''' (sometimes called '''non-printing character''') where you require two words to always appear together on the same line, such as ''Mr.&nbsp;Smith'' or ''400&nbsp;km/h'', using '''<code>&amp;nbsp;</code>''' in place of a regular space between the two "words" that need to behave as a single word (never be separated on different lines).
<tt><nowiki>==Level 2 Section headings==</nowiki></tt><br />
<tt><nowiki>===Level 3===</nowiki></tt><br />
<tt><nowiki>====Level 4====</nowiki></tt><br />
<tt><nowiki>=====Level 5=====</nowiki></tt><br />
<tt><nowiki>======Level 6======</nowiki></tt><br /><br />
<span style="font-size:0.9em">*''do not use''&nbsp; =Level 1=&nbsp; ''as it is for page titles''</span>
|
|
<pre>Mr.&amp;nbsp;Smith or 400&amp;nbsp;km/h</pre>
 
==Level 2 Section headings==
'''Level 3'''<br />
'''Level 4'''<br />
'''Level 5'''<br />
Level 6
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Bulleted list
|
<tt>* One</tt><br />
<tt>* Two</tt><br />
<tt>** Two point one</tt><br />
<tt>* Three</tt>
|
|
Mr.&nbsp;Smith or 400&nbsp;km/h
* One
* Two
** Two point one
* Three
|-
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|Numbered list
|
|
'''Extra spacing''' within text can best be achieved using the [[Template:Pad|pad]] template.
<tt># One</tt><br />
<tt># Two</tt><br />
<tt>## Two point one</tt><br />
<tt># Three</tt>
|
|
<pre><nowiki>Mary {{pad|4em}} had a little lamb.</nowiki></pre>
# One
|
# Two
Mary {{pad|4em}} had a little lamb.
## Two point one
# Three
|-
|colspan="3" style="border-top:1px solid #cee0f2;"|
|-
|-
|Indenting text
<div style="padding: 0.7em .5em; font-size:0.9em;">''this is used when replying on a [[Help:Talk pages|talk page]], to make it easier to follow conversations. </div>
|
|
'''Typewriter font''' (Obsolete)
<tt><nowiki>no indent (normal)</nowiki></tt><br />
<tt><nowiki>:first indent</nowiki></tt><br />
<tt><nowiki>::second indent</nowiki></tt><br />
<tt><nowiki>:::third indent</nowiki></tt><br />
<tt><nowiki>::::fourth indent</nowiki></tt><br />


(Also works beyond the end of a paragraph.)
|
|
<pre><nowiki><tt>arrow      &amp;rarr;</tt>
no indent (normal)<br />
:first indent
::second indent
:::third indent
::::fourth indent


<tt>''italics'', '''bold'''</tt>
|}
 
</div>
<tt>[[wikilink]]
 
New paragraph </tt>started here.</nowiki></pre>
|
<tt>arrow      &rarr;</tt>
 
<tt>''italics'', '''bold'''</tt>


<tt>[[wikilink]]


New paragraph </tt>started here.
|}


==See also==
==See also==


*[[Help:Editing]]
*[[Help:Images]]
*[[Help:Magic words]]
*[[Help:Talk pages]]
*[[Help:User page]]


==External links==
==External links==
*[http://en.wikipedia.org/wiki/Wikipedia:Layout Wikipedia:Manual of Style/Layout]
*[http://en.wikipedia.org/wiki/Wikipedia:Layout Wikipedia:Manual of Style/Layout]
*[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Wikipedia:Cheatsheet]
*[http://en.wikipedia.org/wiki/Help:Wiki_markup Wikipedia:Help:Wiki markup]
*[http://en.wikipedia.org/wiki/Wikipedia:Neutral_point_of_view Wikipedia:Neutral point of view]
{{Navbox Help pages|collapsed}}
{{LL}}
[[Category:Help]]

Latest revision as of 16:34, 4 May 2016

Basic Editing Help

The fundamental principle of editing BoyWiki or any wiki is aiming towards a "neutral point of view":

In short, the neutrality of point of view leads to an objective, "scientific" discourse, whereas non-neutrality leads to one-sided views and propaganda.

An important point is perhaps to understand that specific sympathies are not incompatible with a neutral point of view: you can like a country, a person, an amorous preference, and nevertheless be able of an objective discourse about it.

Only objectivity is credible. That's why it is vital for BoyWiki. We don't "promote", we explain and illustrate.

This pages is intended to be a basic overview of editing pages on BoyWiki. You can cut and paste the page layout below to your new page as a template to get started.

Page layout

''' First word''' (which is generally the page title is made bold)



==References==

{{reflist}}


==See also==


==External links==


[[Category:Category name]]


Works anywhere in the text
Description You type You get
Italics, bold, and both

''italics'', '''bold''', and '''''both'''''

italics, bold, and both

Link to a section

[[Boylover#Characteristics of boylovers]]
[[Boylover#Characteristics of boylovers|the characteristics of boylovers]]

Boylover#Characteristics of boylovers
the characteristics of boylovers

Red link

[[something missing]]

something missing

References and footnotes
Sources in the article will appear where {{reflist}} is put, typically under a level 2 section heading towards the bottom of the page; text between {{}} is for a template.


For more advanced reference templates see: Category:Citation templates

<ref>[https://www.boywiki.org/en/Main_Page]</ref>

<ref>http://www.boychat.org/</ref>

==References==

{{reflist}}

BoyWiki.[1] BoyChat.[2]

References

Signature
sign your contributions when posting to a talk page

~~~~

do not sign in an article, only on talk pages

Username (talk) 18:15, 15 May 2024 (UTC)

Plain website

http://www.BoyWiki.org

http://www.BoyWiki.org

Link a website

[http://www.BoyWiki.org]

[1]

Link and name a website

[http://www.BoyWiki.org BoyWiki]

BoyWiki

Strike your talk page comment
to show your previous comment is outdated

<s>This topic isn't notable.</s>

This topic isn't notable.

Hide text somewhere for editors

<!--This had consensus, discuss at talk page-->

Show an image


[[File:BLogo 930x818.png|thumb|Caption]]

Caption
Add a page to a category [[Category:Category name]]

place near the bottom of a page
shows "Category name" in a bar at bottom when the page is previewed or saved
Works only at the beginning of lines
Description You type You get
Redirect to another page
redirects must be placed at the start of the first line

#REDIRECT [[Target page]]

Target page

Redirect to a section of another page

#REDIRECT [[Target page#anchorName]]

Target page#anchorName

Section headings
a Table of Contents will automatically be generated when four headings are added to an article. However, you can force a TOC by adding   __TOC__   or remove the TOC by adding   __NOTOC__ 

==Level 2 Section headings==
===Level 3===
====Level 4====
=====Level 5=====
======Level 6======

*do not use  =Level 1=  as it is for page titles

Level 2 Section headings

Level 3
Level 4
Level 5
Level 6

Bulleted list

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
Numbered list

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
Indenting text
this is used when replying on a talk page, to make it easier to follow conversations.

no indent (normal)
:first indent
::second indent
:::third indent
::::fourth indent

no indent (normal)

first indent
second indent
third indent
fourth indent


See also

External links