m (Text replacement - "{{#widget:YouTube\|id=([^}]+)}}" to "{{Video|$1}}")
 
(194 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Lang|[[Hilfe: Inhalt|Deutsch]] - [[Help:Contents|English]] - [[Help:Conceptos básicos|Español]] - [[Help:Guia de edição|Português]] - [[Help:Kimsingi|Kiswahili]]}} {{TOCright}}
Appropedia, like all wikis, allows you to edit almost any page. It's super simple, just click the '''Edit''' button! If you make a mistake, don't worry! You can always revert any edit by clicking ''undo'' in the [[Help:Editing#Page history|page history]].


== Search help pages ==
There are two main ways to edit pages: the visual editor and the source editor. The visual editor is generally easier and often enough. However, learning the source editor will give you finer control of the final output and is essential for more advanced editing.


<center>Search for '''Help''' and/or '''Appropedia''' administrative pages</center>
== Visual editor ==
<inputbox>
type=search
namespaces=Help**,Appropedia
</inputbox>


Our Visual Editor is as straightforward as it gets. To dive in, simply hit the blue "Edit" button on the top right or the pencil icon on the top bar, then select "Edit." Make your changes, and when you're satisfied, click "Save Page" – that's it!


<center>''See also this [[:Category:Appropedia help|list of all Help pages]].''</center>
<gallery mode="video" width="650">
File:Help images visual step 1.png|To enable the visual editor, click on the pencil icon near the top.
File:Help editing visual editor paragraph.png|Click on "Paragraph" and you'll be able to manage the titles within your text in a simple and intuitive way.
File:Help editing visual editor paragraph format.png|Click on the format tool to choose between bold, italics and other formats.
File:Help editing visual editor paragraph link.png|Click on the paper clip icon to add a link to another Appropedia page or to an external site.
File:Help editing visual editor paragraph cite.png|Click on "Cite" to add a reference to another source. A footnote will be generated automatically at the bottom of your page.
File:Help editing visual editor paragraph bullets.png|Click on the bullet icon to make bulleted or numbered lists.
File:Help editing visual editor paragraph insert.png|Click on the "Insert" button to add images, media, templates, tables and other elements.
File:Help editing visual editor paragraph special.png|Click on the special characters icon to ad special characters.
</gallery>


== Start simple! ==
== Source editor ==


'''Editing a wiki is easy!''' Just type it in like an email, and click save when you're done. You don't need to worry about the advanced features straight away.
For those craving more control and advanced editing options, we introduce the Source Editor. Click on "Edit Source" via the top right or the pencil icon, and you're in. The Source Editor lets you work with wikitext and even a bit of HTML, providing precision for your edits.


If you want to do more, then read the page below for info on formatting. And you can always [http://www.appropedia.org/index.php?title=Appropedia_talk:Village_pump&action=edit&section=new drop us a line] and the community can help format it for you.


== Creating a new page ==
<table class="wikitable"><tr>
 
<th>You type</th>
{{main|Help:Creating a page}}
<th>You see</th>
 
</tr><tr><td><pre>
The quickest way to create a new page is to perform a search for the new title with the Go button. When the search finds nothing, click on the red link "create this page".
''italics''
 
'''bold'''
=== Naming conventions ===
</pre></td><td>
 
''italics''<br>
:{{main|Help:Page naming}}
'''bold'''<br>
 
</td></tr><tr><td><pre>
The name is case-sensitive, except for the first letter, which is automatically made upper-case. Don't capitalize all words, except for proper names, e.g. we use [[Natural paint basics]], not [[Natural Paint Basics]].  
[[Appropriate technology]]
 
[[Appropriate technology|AT]]
Remember to give your page a name that tells people at a glance what it's about. e.g. either "Smithville Local Exchange Trading System" or "SLETS (Smithville Local Exchange Trading System)" or "Smithville local currency scheme" - any of these is much better than just "SLETS".
</pre></td><td>
 
[[Appropriate technology]]<br>
For guidelines on naming projects and other types of pages, see [[Help:Page naming]].
[[Appropriate technology|AT]]
 
</td></tr><tr><td><pre>
== Formatting ==
https://www.example.com
 
[https://www.example.com Example]
You can format your text using wiki markup. The easiest way to do this is to select the text, then use the formatting bar above the edit box - click B for bold, for example. To see what a button does, hover you mouse over it and hover text should appear, explaining the button. However you can put the formatting in yourself as well, if you wish.
[https://www.example.com]
 
</pre></td><td>
Wiki markup consists of normal characters like asterisks, single quotes or equation marks which have a special function in the wiki, sometimes depending on their position. For example, to format a word in ''italic'', you include it in two single quotes like <tt><nowiki>''this''</nowiki></tt>  
https://www.example.com<br>
 
[https://www.example.com Example]<br>
=== Formatting Marks ===
[https://www.example.com]
<div style="float:left">
</td></tr><tr><td><pre>
{|
== Section heading ==
=== Sub-section heading ===
==== Sub-sub-section heading ====
</pre></td><td>__NOTOC__
<h2>Section heading</h2>
<h3>Sub-section heading</h3>
<h4>Sub-sub-section heading</h4></td>
</tr><tr><td><pre>
* Banana
* Apple
* Orange
</pre></td><td>
* Banana
* Apple
* Orange
</td></tr><tr><td><pre>
# Do this
# Do that
# Do more
</pre></td><td>
# Do this
# Do that
# Do more
</td></tr><tr><td><pre>
{| class="wikitable"
! Item
! Price
|-
|-
| align="center" | '''Description'''
| Banana
| align="center" | '''You type'''
| USD 1
| align="center" | '''You get'''
|-
|-
| colspan="3" align="center" | ''applies anywhere''
| Apple
| USD 2
|}
</pre></td><td>
{| class="wikitable"
! Item
! Price
|-
|-
| Italify text
| Banana
| <tt><nowiki>''italic''</nowiki></tt>
| USD 1
| ''italic''
|-
|-
| Bold text
| Apple
| <tt><nowiki>'''bold'''</nowiki></tt>
| USD 2
| '''bold'''
|}
|-
</td></tr></table>
| Bold and italic
| <tt><nowiki>'''''bold & italic'''''</nowiki></tt>
| '''''bold &amp; italic'''''
|-
| Big
| <tt><nowiki><big>BIG</big></nowiki></tt>
| <big>BIG</big>
|-
| Small
| <tt><nowiki><small>small</small></nowiki></tt>  
| <small>small</small>
|-
| Colored text ([http://en.wikipedia.org/wiki/Web_colors choose a color].)
| <tt><nowiki><font color="lime">colored text</font></nowiki></tt>
| <font color="lime">colored text</font>
|-
| Escape wiki markup
| <tt><nowiki><nowiki>no ''markup''</nowiki>&lt;/nowiki&gt;</tt>
| <nowiki>no ''markup''</nowiki>
|-
| [[Help:Signatures|Signature]] (use this to sign comments)
| <nowiki>~~~~</nowiki>
| [[User:Username|Username]] Time, Date (Zone)
|-
| colspan="3" align="center" | ''only at the beginning of the line''
|-
| Headings<br>
of different sizes


|
=== Advanced ===
<tt><nowiki>==level 1==</nowiki></tt><br> <tt><nowiki>===level 2===</nowiki></tt><br> <tt><nowiki>====level 3====</nowiki></tt><br> <tt><nowiki>=====level 4=====</nowiki></tt>


| <!--Below are manually formatted heading samples, to avoid section edit links.-->
Wikitext markup supports much more advanced formatting. However, try to '''keep it simple!''' Less markup generally makes your content easier to read, fix, improve, maintain, port and reuse by other people and software.<ref>https://motherfuckingwebsite.com/</ref>
<big><big><big>'''Level 1'''</big></big></big><br><br>  


<table class="wikitable"><tr>
<th>You type</th>
<th>You see</th>
<th>Comment</th>
</tr><tr><td><pre>
<s>strike</s>
text<sup>sup</sup>
text<sub>sub</sub>
<big>BIG</big>
<small>small</small>
<code>code</code>
<nowiki>no [[markup]]<&#47;nowiki>
</pre></td><td>
<s>strike</s><br>
text<sup>sup</sup><br>
text<sub>sub</sub><br>
<big>BIG</big><br>
<small>small</small><br>
<code>code</code><br>
<nowiki>no [[markup]]</nowiki>
</td><td>
</td></tr><tr><td><pre>
[[Wikipedia:Sanitation]]
[[Wikiversity:Sustainability]]
[[Greenlivingpedia:Recycling]]
</pre></td><td>
[[Wikipedia:Sanitation]]<br>
[[Wikiversity:Sustainability]]<br>
[[Greenlivingpedia:Recycling]]
</td><td>
See all available interwiki prefixes [[Special:Interwiki|here]].
</td></tr><tr><td><pre>
<pre>
multi
line
code
<&#47;pre>
</pre></td><td>
<pre>
multi
line
code
</pre></td><td>
Use <nowiki><pre></nowiki> tags for multiline code and other content that needs monospace font and spacing.
</td></tr><tr><td><pre>
<math>\alpha^2 + \beta^2 = 1</math>
</pre></td><td>
<math>\alpha^2 + \beta^2 = 1</math>
</td><td>
See all available TeX markup [https://meta.wikimedia.org/wiki/Help:Formula here].
</td></tr><tr><td><pre>
; Term
: Definition
; Another term
: Another definition
</pre></td><td>
; Term
: Definition
; Another term
: Another definition
</td><td>
Definition lists are generally useless. However, colons : are often used for indenting text, especially in talk pages.
</td></tr><tr><td><pre>
# Fruits
#* Apple
#* Banana
# Vegetables
#* Carrot
#* Spinach
</pre></td><td>
# Fruits
#* Apple
#* Banana
# Vegetables
#* Carrot
#* Spinach
</td><td>
Lists can be nested and combined. However, nesting more than once can be confusing to readers.
</td></tr><tr><td><pre>
~~~~
</pre></td><td>
[[User:Lonny]]&nbsp;([[User_talk:Lonny|talk]])&nbsp;{{CURRENTTIME}},&nbsp;{{CURRENTMONTHNAME}}&nbsp;{{CURRENTDAY}}&nbsp;{{CURRENTYEAR}}&nbsp;(UTC)
</td><td>
Signatures are added automatically when using the [reply] button.
</td></tr><tr><td><pre>
----
----
 
</pre></td><td>
<big><big>'''Level 2'''</big></big><br><br> '''Level 3'''<br><br> '''Level 4'''
 
|-
| Horizontal rule (use sparingly)
|
<tt><nowiki>----</nowiki></tt>  
 
|
----
----
</td><td>
Horizontal lines are generally unnecessary and should be avoided.
</td></tr></table>


|-
Some HTML tags are allowed too, for example <tt><nowiki><div></nowiki></tt>, <tt><nowiki><span></nowiki></tt> and <tt><nowiki><table></nowiki></tt>.
| Bullet list
|
<br>* one<br> * two<br> * three<br>  


|
== Page history ==
*one
*two
*three


|-
[[File:Help editing history.png|thumb|How to access a page history]]
| Numbered list
|
<br># one<br> # two<br> # three<br>


|
Ever made a change you regret? No worries! Every page has an edit history. You can undo changes or roll back a page to a previous version. To compare versions, use the "Difference to Current" and "Difference to Last" buttons for a side-by-side view.
#one
#two
#three


|-
To compare two versions of a page, use the "Difference to Current" and "Difference to Last" buttons. Diffs present changes in two columns, showcasing removed text on the left and added text on the right. The most recent version is displayed below for easy reference.
| Definition list
|
<br>;Definition<br> :item 1<br> :item 2<br>


|
Appropedia is about collaboration, learning, and making information accessible. Dive in, make your mark, and together, let's build a richer knowledge base for everyone. Happy editing!
;Definition
:item 1
:item 2


|-
== External links ==
| Preformatted text
|
&nbsp;&nbsp;a space at the<br> &nbsp;&nbsp;beginning of the line<br> &nbsp;&nbsp;creates<br> &nbsp;&nbsp;preformatted text
 
|
a space at the
beginning of the line
creates
preformatted text
 
|-
| Tables
{{main|Help:Tables|Help:Table examples}}
 
|
:<nowiki>{|border="1"</nowiki>
:<nowiki>| 1 || 2</nowiki>
:<nowiki>|- </nowiki>
:<nowiki>| 3 || 4</nowiki>
:<nowiki>|}</nowiki>
 
|
{| border="1"
|-
| One
| Two
|-
| Three
| Four
|}
 
|}
</div>
{{-}}


=== Internal links (wikilinks) ===
* [[Wikipedia:How to edit a page]]
* [[Wikipedia:Help:Contents/Editing Wikipedia]]
* [[Wikipedia:Help:Contents|All help pages on Wikipedia]]
* [[mw:Help:Formatting]]
* [[mw:Help:Contents]]


{| class="wikitable" style="float:right; margin:.5em"
== See also ==
|-
! Description 
! You type 
! You get
|-
| Internal link
| <tt><nowiki>[[Page]]</nowiki></tt>
| [[Page]]
|-
| Piped link
| <tt><nowiki>[[Page|different text]]</nowiki></tt>
| [[Page|different text]]
|}


Here are some variations of two important types of links in Appropedia: internal links to other pages in the wiki - including [[#Files|files]] (such as pictures) and external links to other websites.
{{Appropedia help menu}}


To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already, it is displayed in blue, empty pages are displayed in red.
== References ==


The first letter of the target page is automatically capitalized and spaces are represented as underscores (typing an underscore in the link has the same effect as typing a space, but is not recommended).
<references />
 
[[Help:Redlinks]]
 
=== External links ===
 
{| class="wikitable" style="float:right; margin:.5em"
|-
! Description 
! You type 
! You get
|-
| External link
| <tt><nowiki>http://mediawiki.org</nowiki></tt>
| http://mediawiki.org
|-
| External link,<br>
different title
| <tt><nowiki>[http://mediawiki.org MediaWiki]</nowiki></tt>
| [http://mediawiki.org MediaWiki]
|-
| External link,<br>
unnamed
| <tt><nowiki>[http://mediawiki.org]</nowiki></tt>
| [http://mediawiki.org]
|-
| Interwiki link<br>
for Wikipedia & [[Interwiki map|various other wikis]]
| <tt><nowiki>[[Wikipedia:Sanitation]]</nowiki></tt>
 
<tt><nowiki>[[Greenlivingpedia:Green computing]]</nowiki></tt>
| [[Greenlivingpedia:Green computing]]
|-
| Wikipedia <br>
superscript <br>
link
| ''<nowiki>{{w|target pagename}}</nowiki>'', e.g.:
 
<tt><nowiki>Lira{{w|Lira, Uganda}}</nowiki></tt>
| Lira{{w|Lira, Uganda}}
|}
 
External links are in the form <nowiki>[http://www.example.org link name]</nowiki> (resulting in [http://www.example.org link name]), with the link name separated from the URL by a space. Links without link names will be numbered: <nowiki>[http://www.example.org]</nowiki> becomes [1]. Links with no square brackets will be displayed in their entirety: http://www.example.org .
 
=== HTML ===
 
Some HTML-Tags are allowed in Appropedia, for example <tt><nowiki><code></nowiki></tt>, <tt><nowiki><div></nowiki></tt>, <tt><nowiki><span></nowiki></tt> and <tt><nowiki><font></nowiki></tt>.
 
== Files ==
 
Appropedia strongly encourages the use of supporting media to make articles more informative. Media that supports multilingual learning is also encouraged. Following are some instructions and guidelines on including media in your page.
 
=== Uploading ===
 
Before uploading, please ensure that you have [[Appropedia:Copyrights#Using_copyrighted_work_from_others|rights]] to upload and redistribute the file(s) in question and that you in turn grant these rights to others.
 
#Save a file on your computer and remember where, i.e. what folder.
#*Make sure to give it a unique name, such as your projectname_description.jpg
#*For photos: Save the photo with no dimension greater than 800 pixels, and do less if big is not necessary
#*For photos: Save the photo rotated in the proper orientation
#*For powerpoints with slideshare follow these instructions: http://help.slideshare.com/forums/67665-faq-embedding-sharing
#In Appropedia, click the "Upload a file" link located in the "toolbox" menu on the left
#Click the "Browse..." button in the "Upload file" page, and browse to the file you saved
#Choose the file
#*This will fill the Source and Destination Name of that file into the corresponding text fields.
#Enter a summary. (this step is optional but considerate)
#*This summary section is a great place to indicate why you have rights to post the file
#Then press the "Upload file" button to finish the upload. This may take some time if you have a slow internet connection.
 
The preferred formats are JPEG for photographic images, PNG for drawings and other iconic images, and OGG for sounds. Please name your files descriptively to avoid confusion.
 
Please note that as with wiki pages, others may edit your uploads (and admins may delete them) if they think it serves the project, and you may be blocked from uploading if you abuse the system.
 
Once your file is uploaded you will probably want to [[#Putting_in_image|put it in your page]].
 
=== Avoid huge image files ===
 
Huge image files should be avoided - it puts a load on the servers and can make pages load slowly (especially in remote or underdeveloped areas). Usually the file should be compressed to 1 MB or less (3 MB or less for a very large or detailed picture). Raw photos from digital cameras can be more than 5 MB, which is often unnecessarily large.
 
An image editing tool can help you make it smaller. An excellent free program for Windows users is [http://www.faststone.org/FSViewerDownload.htm Faststone].Here are [http://www.playingwithwire.com/2006/11/resizing-images-from-comfort-of-your.html some instructions for the mac] and an [http://www.fixpicture.org/ online image converter] (max image size 3MB).
 
=== Putting in an image ===
:''Main articles: [[Help:Images]] and [[Help:Add image tutorial]].''
 
To put your picture (file) in your page, you link to it by placing double brackets around the name of the file page (as if it was another Appropedia page). For instance if you just uploaded a file named AEFprevfilt2.jpg, you would put double brackets around image:AEFprevfilt2.jpg.
<div style="float:right">
{|
|-
| align="center" | '''Description'''
| align="center" | '''You type'''
| align="center" | '''You get'''
|-
| Just the picture
| <tt><nowiki>[[Image:AEFprevfilt2.jpg]]</nowiki></tt>
| [[Image:AEFprevfilt2.jpg]]
|-
| Thumbnailed
| <tt><nowiki>[[Image:AEFprevfilt2.jpg|thumb]]</nowiki></tt>
| [[Image:AEFprevfilt2.jpg|thumb]]
|-
| Thumbnailed with caption
| <tt><nowiki>[[Image:AEFprevfilt2.jpg|thumb|Fig 1: Cleaning out the old filter]]</nowiki></tt>
| [[Image:AEFprevfilt2.jpg|thumb|Fig 1: Cleaning out the old filter]]
|-
| Thumbnailed with <br> caption and location
| <tt><nowiki>[[Image:AEFprevfilt2.jpg|thumb|left|Fig 1: Cleaning out the old filter]]</nowiki></tt>
| [[Image:AEFprevfilt2.jpg|thumb|left|Fig 1: Cleaning out the old filter]]
|-
| Gallery
| <tt><nowiki>{{gallery</nowiki><br><nowiki>
|width=180</nowiki><br><nowiki>
|height=135</nowiki><br><nowiki>
|lines=2</nowiki><br><nowiki>
|Image:AEFprevfilt2.jpg|Fig 1: Cleaning out the old filter</nowiki><br><nowiki>
|Image:AEFprevfilt2.jpg|Fig 1a: This would be cooler as a different photo</nowiki><br><nowiki>
|Image:AEFprevfilt2.jpg|Fig 1b: This would be cooler as a different different photo</nowiki><br><nowiki>
}}
</nowiki></tt>
|
{{Gallery
|width=180
|height=135
|lines=2
|Image:AEFprevfilt2.jpg|Fig 1: Cleaning out the old filter
|Image:AEFprevfilt2.jpg|Fig 1a: This would be cooler as a different photo
|Image:AEFprevfilt2.jpg|Fig 1b: This would be cooler as a different different photo
}}
 
 
|}
</div>
{{-}}
See also [[Help:Add image tutorial]], and a much more detailed page at [[wikipedia:Wikipedia:Picture tutorial]], with many options.
 
{{-}}
 
=== Putting in a video ===
 
* To embed videos see [[Help:Video]]
 
== Categories ==
To add a page to a category, type <nowiki>[[Category:Name of category]]</nowiki> at the bottom of the page.
 
Categories on Appropedia are used to organize content. For instance if there are many individual articles on the topic of water, it might make sense to create a category for water.
 
To Create a category called Water type <nowiki>http://appropedia.org/Category:Water</nowiki> into the address bar<br>
 
To make a link to the Water category (a visible link, rather than adding the page to that category) type <nowiki>[[:Category:Water]]</nowiki> . If you want the link to display with different text, type <nowiki>[[:Category:Water | LINKTEXT]]</nowiki> where LINKTEXT is the text that will be displayed as the link.
 
To see a category tree see [[Appropedia:CategoryTree]]. It is helpful to have the category tree open in another tab when editing a page and deciding the most appropriate categories.
 
== Status tagging ==
 
For project pages it is important to note the status. Often the investment cost of recreating or building an appropriate technology is high. To overcome this cost, first, there must be adequate information and schematics for a user to trust that there is due diligence in a given design and that the designed device can perform to specifications. Second, there must be a successful history of implementation before an investment in time and resources to employ an innovation can be made. By following the instructions on the page [[Appropedia:Status]], the status of a particular appropriate technology can be shown easily to help users decide on the use of a technology.
 
See [[Appropedia:Status]] for details.
 
==AppropediaFox==
 
[[image:Appropediafox.png|75px]][[AppropediaFox]] is a free and open source Firefox plugin that helps make editing Appropedia fast and easy.
 
== More info ==
 
See [[:Category:Appropedia help]] for other specific help topics. See also [[Wikipedia:How to edit a page]] and [[Wikipedia:Help:Contents/Editing Wikipedia]].
 
If you have a technical question which is not answered here, you may wish to check the [[wikipedia:Help:Contents|help pages on Wikipedia]] (as Appropedia and Wikipedia use the same software); or please ask at the [[Appropedia talk:Technical questions|Technical questions]] page or the [[Appropedia talk:Village pump|Village pump]] - we'll be glad to help!
 
== External links ==
 
=== Guides  ===
 
*[[wikipedia:Help:Contents|Help pages on Wikipedia]]
*[[wikipedia:Help:Tables|Table help from Wikipedia]]
*[[wikipedia:How%20to%20edit%20a%20page|Wikipedia's How to edit a page]]
*[[wikipedia:Wikipedia:Picture tutorial|Wikipedia's Picture tutorial]]
* [https://html-color-codes.info/ Change HTML color]
 
=== Tutorials  ===
{|style="border:1px solid black; background-color: lightgreen; margin-left:.1em; margin-top:2px; -moz-border-radius:15px;" align="right" width="120px"
!<big>How to use Appropedia</big>
|-
|<center>{{Video|jr791UJNrow}} </center>
|-
|}


*[[wikieducator:Wikieducator tutorial|Wikieducator tutorial]]
{{Page data}}


[[Category:Appropedia_help|{{PAGENAME}}]]
[[Category:Appropedia help]]

Latest revision as of 14:52, 8 December 2023

Appropedia, like all wikis, allows you to edit almost any page. It's super simple, just click the Edit button! If you make a mistake, don't worry! You can always revert any edit by clicking undo in the page history.

There are two main ways to edit pages: the visual editor and the source editor. The visual editor is generally easier and often enough. However, learning the source editor will give you finer control of the final output and is essential for more advanced editing.

Visual editor[edit | edit source]

Our Visual Editor is as straightforward as it gets. To dive in, simply hit the blue "Edit" button on the top right or the pencil icon on the top bar, then select "Edit." Make your changes, and when you're satisfied, click "Save Page" – that's it!

  1. 00:00 To enable the visual editor, click on the pencil icon near the top.
  2. 00:05 Click on "Paragraph" and you'll be able to manage the titles within your text in a simple and intuitive way.
  3. 00:12 Click on the format tool to choose between bold, italics and other formats.
  4. 00:18 Click on the paper clip icon to add a link to another Appropedia page or to an external site.
  5. 00:25 Click on "Cite" to add a reference to another source. A footnote will be generated automatically at the bottom of your page.
  6. 00:34 Click on the bullet icon to make bulleted or numbered lists.
  7. 00:38 Click on the "Insert" button to add images, media, templates, tables and other elements.
  8. 00:45 Click on the special characters icon to ad special characters.

Source editor[edit | edit source]

For those craving more control and advanced editing options, we introduce the Source Editor. Click on "Edit Source" via the top right or the pencil icon, and you're in. The Source Editor lets you work with wikitext and even a bit of HTML, providing precision for your edits.


You type You see
''italics''
'''bold'''

italics
bold

[[Appropriate technology]]
[[Appropriate technology|AT]]

Appropriate technology
AT

https://www.example.com
[https://www.example.com Example]
[https://www.example.com]

https://www.example.com
Example
[1]

== Section heading ==
=== Sub-section heading ===
==== Sub-sub-section heading ====

Section heading

Sub-section heading

Sub-sub-section heading

* Banana
* Apple
* Orange
  • Banana
  • Apple
  • Orange
# Do this
# Do that
# Do more
  1. Do this
  2. Do that
  3. Do more
{| class="wikitable"
! Item
! Price
|-
| Banana
| USD 1
|-
| Apple
| USD 2
|}
Item Price
Banana USD 1
Apple USD 2

Advanced[edit | edit source]

Wikitext markup supports much more advanced formatting. However, try to keep it simple! Less markup generally makes your content easier to read, fix, improve, maintain, port and reuse by other people and software.[1]

You type You see Comment
<s>strike</s>
text<sup>sup</sup>
text<sub>sub</sub>
<big>BIG</big>
<small>small</small>
<code>code</code>
<nowiki>no [[markup]]</nowiki>

strike
textsup
textsub
BIG
small
code
no [[markup]]

[[Wikipedia:Sanitation]]
[[Wikiversity:Sustainability]]
[[Greenlivingpedia:Recycling]]

Wikipedia:Sanitation
Wikiversity:Sustainability
Greenlivingpedia:Recycling

See all available interwiki prefixes here.

<pre>
multi
line
code
</pre>
multi
line
code

Use <pre> tags for multiline code and other content that needs monospace font and spacing.

<math>\alpha^2 + \beta^2 = 1</math>

See all available TeX markup here.

; Term
: Definition
; Another term
: Another definition
Term
Definition
Another term
Another definition

Definition lists are generally useless. However, colons : are often used for indenting text, especially in talk pages.

# Fruits
#* Apple
#* Banana
# Vegetables
#* Carrot
#* Spinach
  1. Fruits
    • Apple
    • Banana
  2. Vegetables
    • Carrot
    • Spinach

Lists can be nested and combined. However, nesting more than once can be confusing to readers.

~~~~

User:Lonny (talk) 07:38, April 16 2024 (UTC)

Signatures are added automatically when using the [reply] button.

----

Horizontal lines are generally unnecessary and should be avoided.

Some HTML tags are allowed too, for example <div>, <span> and <table>.

Page history[edit | edit source]

How to access a page history

Ever made a change you regret? No worries! Every page has an edit history. You can undo changes or roll back a page to a previous version. To compare versions, use the "Difference to Current" and "Difference to Last" buttons for a side-by-side view.

To compare two versions of a page, use the "Difference to Current" and "Difference to Last" buttons. Diffs present changes in two columns, showcasing removed text on the left and added text on the right. The most recent version is displayed below for easy reference.

Appropedia is about collaboration, learning, and making information accessible. Dive in, make your mark, and together, let's build a richer knowledge base for everyone. Happy editing!

External links[edit | edit source]

See also[edit | edit source]

References[edit | edit source]

FA info icon.svg Angle down icon.svg Page data
Authors Lonny Grafman, Chris Watkins, Kike Ramirez, David Reber
License CC-BY-SA-3.0
Language English (en)
Related 0 subpages, 95 pages link here
Aliases Help, Editing help, Help:Math, Wiki guide, Mediawiki Editing Guidance, Media Wiki formatting description
Impact 13,125 page views
Created April 3, 2006 by Anonymous1
Modified December 8, 2023 by Felipe Schenone
Cookies help us deliver our services. By using our services, you agree to our use of cookies.