JHelp

Cheatsheet: Difference between revisions

From Joomla! Documentation

No edit summary
No edit summary
Line 15: Line 15:
|-
|-
|'''Κεφαλίδες Ενοτήτων'''{{Anchor|Section headings}}<br />
|'''Κεφαλίδες Ενοτήτων'''{{Anchor|Section headings}}<br />
<div style="padding: 0.7em .5em; font-size:0.9em;">Είναι ισοδύναμα με την χρήση <nowiki><h2>, <h3>, <h4>, κτλ... κεφαλίδων</nowiki><br/></nowiki>''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;">Είναι ισοδύναμα με την χρήση <nowiki><h2>, <h3>, <h4>, κτλ... κεφαλίδων</nowiki><br/>''Ενας πίνακας περιεχομένων θα δημιουργηθεί αυτόματα όταν προστεθούν κεφαλίδες στο άρθρο''</div>
|
|
<tt><nowiki>==Επίπεδο 2==</nowiki></tt><br />
<tt><nowiki>==Επίπεδο 2==</nowiki></tt><br />

Revision as of 13:20, 19 October 2019

Shortcuts:
JDOC:CHEAT
JDOC:EDIT

Joomla Documentation Wiki Cheatsheet

Λειτουργεί μόνο στην αρχή των γραμμών    
Περιγραφή Γράφετε Εμφανίζεται
Κεφαλίδες Ενοτήτων
Είναι ισοδύναμα με την χρήση <h2>, <h3>, <h4>, κτλ... κεφαλίδων
Ενας πίνακας περιεχομένων θα δημιουργηθεί αυτόματα όταν προστεθούν κεφαλίδες στο άρθρο

==Επίπεδο 2==
===Επίπεδο 3===
====Επίπεδο 4====
=====Επίπεδο 5=====
======Επίπεδο 6======

Μην χρησιμοποιείτε  =Επίπεδο 1=  καθώς είναι μόνο για τους τίτλους σελίδων

Επίπεδο 2

Επίπεδο 3

Επίπεδο 4

Επίπεδο 5
Επίπεδο 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
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
Numbered list
Use the hash tag(number sign-(#))

# 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

no indent (normal)

first indent
second indent
third indent
Works anywhere in the text        
Description You type You get
Italics, bold, and both

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

italics, bold, and both

Link to another page

[[glossary]]
[[glossary]] terms

glossary
glossary terms

"Pipe" a link to change the link's text

[[Administrators|Joomla! Administrator]]

Joomla! Administrator

Link to a section

[[Glossary#Component]]
[[Glossary#Component|Joomla! Component]]

Glossary#Component
Joomla! Component

Red link
red links in articles help by showing desired redirects or Needed pages

[[something missing]]

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: <references/>

Hello,[1] World.[2]

References:

  1. Library of Congress
  2. http://www.w3.org/
Signature
sign your contributions when posting to a talk page

~~~~

do not sign in an article, only on talk pages

Username (talk) 14:03, 18 August 2026 (UTC)

Display as Code

<tt>JFactory::getApplication()</tt>

JFactory::getApplication()

Plain website link

http://docs.joomla.org

http://docs.joomla.org

Link a website

[http://docs.joomla.org]

[1]

Link and name a website

[http://docs.joomla.org Joomla Documentation Wiki]

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>

This topic isn't notable.

Show an image
for uploading, see the intro to uploading images

[[File:Documentation_all_together_transparent.png|thumb|Caption]]

Caption
Float an image
for uploading, see the intro to uploading images

[[File:Documentation_all_together_transparent.png|left]]

[[File:Documentation_all_together_transparent.png|right]]

Add a page to a category [[Category:Category name{{#translation:}}]]

place near the bottom of a page
shows "Category name" in a bar at bottom when the page is previewed or saved