Editing Help talk:VisualEditor

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 13: Line 13:
  
 
:Tables need massaging with HTML  
 
:Tables need massaging with HTML  
See Wikipedia help https://en.wikipedia.org/wiki/Help:Introduction_to_tables_with_Wiki_Markup/5
+
*From [https://en.wikipedia.org/wiki/Help:Table Table Help ] Each mark, except table end (|}), optionally accepts one or more HTML attributes. Attributes must be on the same line as the mark. Cells and caption (| or ||, ! or !!, and |+) hold content. So separate any attributes from content with a single pipe (|), with attributes preceding content. Table and row marks ({| and |-) do not directly hold content. Do not add a pipe (|) after any attributes.
 
+
Commonly included attributes in tables include: class, for example class="wikitable"; style, for CSS styling; scope, to indicate row or column header cells; rowspan, to extend cells by more than one row; colspan, to extend cells by more than one column.
*From [https://en.wikipedia.org/wiki/Help:Table Table Help ]  
 
**Each mark, except table end (|}), optionally accepts one or more HTML attributes. Attributes must be on the same line as the mark. Cells and caption (| or ||, ! or !!, and |+) hold content. So separate any attributes from content with a single pipe (|), with attributes preceding content.  
 
**Table and row marks ({| and |-) do not directly hold content. Do not add a pipe (|) after any attributes.
 
**Commonly included attributes in tables include: class, for example class="wikitable"; style, for CSS styling; scope, to indicate row or column header cells; rowspan, to extend cells by more than one row; colspan, to extend cells by more than one column.
 
 
 
 
 
CSS attributes can be added to the whole table by editing the first line of the table using <code><nowiki>{| style=" "</nowiki></code> in the first line. Similarly, attributes can be added to a row using <code><nowiki>|- style=" "</nowiki></code> The example below would fill the ''whole'' table yellow.
 
<pre style="width:70%">
 
{| class="wikitable" style="background: yellow"
 
</pre>
 
  
 
*See [[https://en.wikipedia.org/wiki/Wikipedia:Advanced_table_formattingWiki  Wiki help notes]]
 
*See [[https://en.wikipedia.org/wiki/Wikipedia:Advanced_table_formattingWiki  Wiki help notes]]

Please note that all contributions to IoTWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Itrontest:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)