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 6: Line 6:
  
 
== Log Issues here ==
 
== Log Issues here ==
:Use Wikipedia Sandbox
+
:Tables need massaging. The MediaWiki help notes
Please create a account on Wikipedia. The configure to use the wikEd editor by Select wikEd under Gadgets in your wiki preferences.
 
Now Copy&Paste the formatted text, table you want into sandbox. Most of time content will come thru but some formatting may need tweaks as mentioned earlier esp HTML attributes  --[[User talk:ArvindIOTF|Arvind Tiwary ]] 22:14, 18 October 2017 (PDT)
 
 
 
----
 
 
 
: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.
 
 
 
 
 
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]]
 
 
''The wikitext for any one row can be compressed onto a single line by joining columns with double-bars "||" between them and ending each row with "<tr>".''
 
''The wikitext for any one row can be compressed onto a single line by joining columns with double-bars "||" between them and ending each row with "<tr>".''
  

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)