Cheatsheet: Difference between revisions
From Joomla! Documentation
m rearranged |
m some updates |
||
| Line 15: | Line 15: | ||
|- | |- | ||
|'''Section headings'''{{Anchor|Section headings}}<br /> | |'''Section headings'''{{Anchor|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''</div> | <div style="padding: 0.7em .5em; font-size:0.9em;">These are equivalent to using <nowiki><h2>, <h3>, <h4>, etc.. header tags</nowiki><br/></nowiki>''a Table of Contents will automatically be generated when four headings are added to an article''</div> | ||
| | | | ||
<tt><nowiki>==Level 2==</nowiki></tt><br /> | <tt><nowiki>==Level 2==</nowiki></tt><br /> | ||
| Line 45: | Line 45: | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
|- | |- | ||
|'''Bulleted list'''{{Anchor|Bulleted list}} | |'''Bulleted list'''<br/>Use the asterisk(*){{Anchor|Bulleted list}} | ||
| | | | ||
<tt>* One</tt><br /> | <tt>* One</tt><br /> | ||
| Line 59: | Line 59: | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| | |colspan="3" style="border-top:1px solid #cee0f2;"| | ||
|- | |- | ||
|'''Numbered list'''{{Anchor|Numbered list}} | |'''Numbered list'''<br/>Use the hash tag(number sign-(#)){{Anchor|Numbered list}} | ||
| | | | ||
<tt># One</tt><br /> | <tt># One</tt><br /> | ||
Revision as of 00:28, 4 September 2013
Joomla Documentation Wiki Cheatsheet | ||
|
| ||
| Description | You type | You get |
| Section headings These are equivalent to using <h2>, <h3>, <h4>, etc.. header tags
</nowiki>a Table of Contents will automatically be generated when four headings are added to an article |
==Level 2== |
Level 2Level 3Level 4Level 5Level 6 |
| Nonindexed headers left out of Table of Contents
|
; Header name has a leading semicolon ";" in front
|
Header name will not appear in Table of Contents
|
| Bulleted list Use the asterisk(*) |
* One |
|
| Numbered list Use the hash tag(number sign-(#)) |
# One |
|
| Indenting text
this is used when replying on a talk page, to make it easier to follow conversations
|
no indent (normal) |
no indent (normal)
|
|
| ||
| Description | You type | You get |
| Italics, bold, and both |
''italics'', '''bold''', and '''''both''''' |
italics, bold, and both |
| Link to another page |
[[glossary]] |
|
|
"Pipe" a link to change the link's text |
[[Administrators|Joomla! Administrator]] |
|
|
Link to a section |
[[Glossary#Component]] |
|
| Red link
red links in articles help by showing desired redirects or Needed pages
|
[[something missing]] |
|
| References and footnotes
sources in the article will appear where {{reflist}} is put, typically under a level 2 section heading (see below) towards the bottom of the page.
|
Hello,<ref>Library of Congress</ref> World.<ref>http://www.w3.org/</ref>
|
References:
|
| Signature
sign your contributions when posting to a talk page
|
~~~~ |
|
| Plain website link |
http://docs.joomla.org |
|
| Link a website |
[http://docs.joomla.org] |
|
| Link and name a website |
[http://docs.joomla.org Joomla Documentation Wiki] |
|
| Strike your talk page comment or a list
to show your previous comment is outdated
|
<s>This topic isn't notable.</s> |
|
| Show an image
for uploading, see the intro to uploading images
|
[[File:Documentation_all_together_transparent.png|thumb|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 |
