Revision history for TableMarkupReference


Revision [22814]

Last edited on 2023-12-15 13:19:43 by WikkaInstaller [Upgrading from 1.2 to 1.4.2]

No Differences

Revision [22088]

Edited on 2017-10-13 00:06:07 by WikkaInstaller [Upgrading from 1.2 to 1.3.7]

No Differences

Revision [22079]

Edited on 2017-10-13 00:00:52 by WikkaInstaller [Upgrading from 1.2 to 1.3.7]

No Differences

Revision [22070]

Edited on 2017-10-12 23:35:21 by WikkaInstaller [Upgrading from 1.2 to 1.3.7]

No Differences

Revision [21027]

Edited on 2015-03-12 07:23:07 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [21018]

Edited on 2015-03-12 07:13:51 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [21009]

Edited on 2015-03-12 07:03:42 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20981]

Edited on 2015-02-27 03:30:36 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20979]

Edited on 2015-02-27 03:30:36 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20975]

Edited on 2015-02-27 03:30:36 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20974]

Edited on 2015-02-27 03:30:36 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20971]

Edited on 2015-02-27 03:30:36 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20960]

Edited on 2015-02-27 03:30:36 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20954]

Edited on 2015-02-27 03:30:36 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20951]

Edited on 2015-02-27 03:30:36 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20940]

Edited on 2015-02-27 03:30:36 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20909]

Edited on 2015-02-27 03:29:22 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20908]

Edited on 2015-02-27 03:29:22 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20907]

Edited on 2015-02-27 03:29:22 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20905]

Edited on 2015-02-27 03:29:22 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20900]

Edited on 2015-02-27 03:29:22 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20898]

Edited on 2015-02-27 03:29:22 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]

No Differences

Revision [20872]

Edited on 2015-02-27 03:28:05 by WikkaInstaller [Upgrading from 1.2 to 1.3.6]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19707]

Edited on 2014-01-24 19:10:33 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19701]

Edited on 2014-01-24 19:10:22 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19694]

Edited on 2014-01-24 18:55:53 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19688]

Edited on 2014-01-24 18:55:53 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19681]

Edited on 2014-01-24 18:52:00 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19675]

Edited on 2014-01-24 18:52:00 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19668]

Edited on 2014-01-24 18:50:14 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19662]

Edited on 2014-01-24 18:50:14 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19644]

Edited on 2014-01-24 18:41:39 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19643]

Edited on 2014-01-24 18:41:39 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19641]

Edited on 2014-01-24 18:41:39 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19638]

Edited on 2014-01-24 18:41:39 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19633]

Edited on 2014-01-24 18:41:02 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19624]

Edited on 2014-01-24 18:41:02 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19615]

Edited on 2014-01-24 18:41:02 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19595]

Edited on 2014-01-24 18:41:02 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19590]

Edited on 2014-01-24 18:41:02 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19575]

Edited on 2014-01-24 18:41:01 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19574]

Edited on 2014-01-24 18:41:01 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19572]

Edited on 2014-01-24 18:41:01 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19571]

Edited on 2014-01-24 18:41:01 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19570]

Edited on 2014-01-24 18:41:01 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19569]

Edited on 2014-01-24 18:41:01 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19568]

Edited on 2014-01-24 18:41:01 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19555]

Edited on 2014-01-24 18:41:00 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19554]

Edited on 2014-01-24 18:41:00 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19553]

Edited on 2014-01-24 18:41:00 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19552]

Edited on 2014-01-24 18:41:00 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19544]

Edited on 2014-01-24 18:41:00 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19526]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19518]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19517]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19512]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19504]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19495]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19490]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19483]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19476]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19475]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19442]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19441]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19440]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19439]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19438]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19437]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19436]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19435]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19434]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19433]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19432]

Edited on 2014-01-24 18:39:45 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19391]

Edited on 2014-01-24 18:37:53 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19390]

Edited on 2014-01-24 18:37:53 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19386]

Edited on 2014-01-24 18:37:53 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19372]

Edited on 2014-01-24 18:37:53 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19371]

Edited on 2014-01-24 18:37:53 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19370]

Edited on 2014-01-24 18:37:53 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19353]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19352]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19351]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19350]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19349]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19348]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19347]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19339]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19305]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19303]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19302]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19301]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19300]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19299]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19298]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19296]

Edited on 2014-01-24 18:37:11 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19274]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19262]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19258]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19243]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19239]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19221]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19219]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19218]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19217]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19215]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19214]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19213]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19211]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19207]

Edited on 2014-01-24 18:35:58 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19183]

Edited on 2014-01-24 18:34:27 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19177]

Edited on 2014-01-24 18:34:27 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19153]

Edited on 2014-01-24 18:30:46 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19151]

Edited on 2014-01-24 18:30:46 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19150]

Edited on 2014-01-24 18:30:46 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19147]

Edited on 2014-01-24 18:30:46 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19142]

Edited on 2014-01-24 18:30:46 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19139]

Edited on 2014-01-24 18:30:46 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Deletions:
======Wikka Table Markup Reference======
>>==See also:==
~-For an informal introduction to this markup and several examples consult this server's TableMarkup page.
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
>>
==== 1. Table Markup Scheme ====
The generic markup for table elements follows this scheme:
~**##{{color fg="#F00" text="|*|"}}{{color fg="blue" text="(attribute parameters)"}}{{color fg="green" text="{style parameters}"}}content{{color fg="#F00" text="||"}}##**
==Example:==
~##""|=|(i:main_heading){text-size: 120%}This is the main heading||""##
===Understanding the Table Markup Scheme===
~1)**Opening delimiter** --- **##{{color fg="#F00" text="|*|"}}##** is any of the delimiters described in the //elements table// below.
~1)**Attributes** --- **##{{color fg="blue" text="(attribute parameters)"}}##** is an optional series of ##parameter:value## declarations enclosed in brackets. Valid parameters are described in the //attribute table// below. Multiple parameter declarations can be separated with a semicolon (**##;##**).
~1)**Style** --- **##{{color fg="green" text="{style parameters}"}}##** is an optional series of CSS style declarations enclosed in braces. Multiple style declarations can be separated with a semicolon (**##;##**).
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
~1)**Closing delimiter** --- **##{{color fg="#F00" text="||"}}##** is the standard delimiter.
==Note:==
Some elements are //self closing// and do not accept any attributes, style parameters or content. See the notes in the //elements table// below.
==== 2. Elements ====
|!|{width: 80%}||
|?|Table Elements||
|=|""XHTML Elements""|=|Delimiter|=|Notes||
||##<table>##||##""|!|""##||Optional, only useful for adding attributes. **Must** be first in table markup if used. Should be on a line by itself.||
||##<caption>##||##""|?|""##||||
||##<colgroup>##||##""|_|""##||||
||##<col />##||##""|-|""##||Selfclosing - must not be closed!||
||##<thead>##||##""|[|""##||||
||##<tfoot>##||##""|]|""##||||
||##<tbody>##||##""|#|""##||||
||##<tr>##||none||Will be opened for each row of table cells.||
||##<th>##||##""|=|""##||||
||##<td>##||##""||""##||||
==== 3. Attributes ====
|?|Table Attributes||
|[|
|=|Attribute|=|Markup key||
|]|
|=|Attribute|=|Markup key||
|#|
|=|(x:2)Core||
||##id##||##i##||
||##title##||##t##||
||##class##||##c##||
||##style##||##s##||
|=|(x:2)i18n||
||##xml:lang##||##l##||
||##dir##||##d##||
|=|(x:2)Table cells||
||##colspan##||##x##||
||##rowspan##||##y##||
||##scope##||##o##||
||##headers##||##h##||
||##abbr##||##a##||
||##axis##||##z##||
|=|(x:2)Other Table elements||
||##span##||##p##||
||##summary##||##u##||
----
CategoryWiki


Revision [19119]

Edited on 2014-01-24 18:30:42 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19114]

Edited on 2014-01-24 18:30:33 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19113]

Edited on 2014-01-24 18:30:33 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19106]

Edited on 2014-01-24 18:30:16 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19105]

Edited on 2014-01-24 18:30:16 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]

No Differences

Revision [19099]

Edited on 2014-01-24 18:29:59 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Additions:
======Wikka Table Markup Reference======
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference|Wikka documentation server]].
~1)**Content** --- **##content##** can be any valid content for that element (including [[Docs:TextFormatting|formatted text]]).
Deletions:
=====Wikka Table Markup Reference=====
~-Updated versions of this page can be found on the [[Docs:TableMarkupReference Wikka documentation server]].
~1)**Content** --- **##content##** can be any valid content for that element (including [[TextFormatting formatted text]]).


Revision [7382]

The oldest known version of this page was created on 2011-01-25 13:10:10 by WikkaInstaller [Upgrading from 1.2 to 1.3.5]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki