JDOC

Difference between revisions of "Joomla! 1.5 Template Tutorials Project/Outline"

From Joomla! Documentation

< JDOC:Joomla! 1.5 Template Tutorials Project
(Fixed link to "What is the purpose of the index.php file?)
m
 
(10 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
* [[Templates supplied with Joomla!|Templates supplied with Joomla!]]
 
* [[Templates supplied with Joomla!|Templates supplied with Joomla!]]
 
* [[How to switch templates|How to switch templates]]
 
* [[How to switch templates|How to switch templates]]
* [[How to install templates|How to install templates]]
+
* [[Installing a template|How to install templates]]
  
 
= Understanding Joomla! templates =
 
= Understanding Joomla! templates =
Line 24: Line 24:
 
= Customising the default Joomla! templates =
 
= Customising the default Joomla! templates =
 
* [[Pros and cons of table layout]]
 
* [[Pros and cons of table layout]]
* [[Understanding the Milkyway template]]
+
* [[Understanding the Milky Way template]]
 
* [[Understanding the Beez template]]
 
* [[Understanding the Beez template]]
 
* [[Understanding the JA_Purity template]]
 
* [[Understanding the JA_Purity template]]
* [[Customising the Milkyway template]]
+
* [[Customising the Milky Way template]]
 
* [[Customising the Beez template]]
 
* [[Customising the Beez template]]
 
* [[Customising the JA_Purity template]]
 
* [[Customising the JA_Purity template]]
Line 45: Line 45:
 
* [[Which DocType header to use|Which DocType header to use]]
 
* [[Which DocType header to use|Which DocType header to use]]
 
* [[Setting up page width|Setting up page width]]
 
* [[Setting up page width|Setting up page width]]
* [[About CSS page layouts|About CSS page layouts]]
 
 
* [[Source ordering|Source ordering]]
 
* [[Source ordering|Source ordering]]
 
* [[Horizontal and vertical centering]]
 
* [[Horizontal and vertical centering]]
Line 88: Line 87:
  
 
= Template parameters =
 
= Template parameters =
* [[Defining a parameter in templateDetails.xml|Defining a parameter in templateDetails.xml]]
+
* [[Introduction to template parameters]]
* [[Parameter types supported|Parameter types supported]]
+
* [[Defining a parameter in templateDetails.xml]]
* Page for each parameter type
+
* [[J1.5:Standard parameter types|Standard parameter types]]
* [[Retrieving parameter data in a template file|Retrieving parameter data in a template file]]
+
* [[Storing parameter values]]
 +
* [[Retrieving parameter data in a template file]]
 +
* [[Creating custom XML parameter types]]
 +
* [[Regular expressions in parameter arguments]]
  
 
= Fonts and typography =
 
= Fonts and typography =
Line 102: Line 104:
  
 
= Template translations =
 
= Template translations =
* [[Overview of translation]]
+
* [[Introduction to template translation]]
* [[Creating a language definition (INI) file|Creating a language definition (INI) file]]
+
* [[Location of template language definition files]]
* [[Adding a language file to the templateDetails.xml file|Adding a language file to the templateDetails.xml file]]
+
* [[Creating a language definition file]]
* [[Embedding translatable strings in the template file|Embedding translatable strings in the template file]]
+
* [[Amending the templateDetails.xml file]]
 +
* [[Embedding translatable strings in the template]]
 +
* [[Formatted fields in language translation strings]]
 +
* [[Debugging a translation]]
  
 
= Distributing Joomla! templates =
 
= Distributing Joomla! templates =

Latest revision as of 05:47, 23 January 2022

Suggested outline for the new template tutorials. This suggests a breakdown into numerous smaller tutorials.

Introduction to Joomla! templates[edit]

Understanding Joomla! templates[edit]

Upgrading a Joomla! 1.0.x template[edit]

Customising the default Joomla! templates[edit]

Creating a basic Joomla! template[edit]

More advanced Joomla! templates[edit]

Cascading Style Sheets (CSS)[edit]

More on Joomla! modules[edit]

Web Standards[edit]

Web content accessibility[edit]

Template parameters[edit]

Fonts and typography[edit]

Template overrides[edit]

Template translations[edit]

Distributing Joomla! templates[edit]

Advanced topics[edit]

Appendix[edit]