Help talk:Introduction to tables with Wiki Markup/1: Difference between revisions

Content deleted Content added
Line 111:
 
As for suggestions, go back to how it was, and start again. <b style="font-family:'Segoe Script',cursive;">[[User:Mrjulesd|<span style="color:orange;">--Jules</span>]]&nbsp;[[User talk:Mrjulesd|(Mrjulesd)]]</b> 03:06, 10 December 2015 (UTC)
 
:Here's what I think is "basic" table markup:
<pre>
{| class="wikitable"
|-
! Header text !! Header text !! Header text
|-
| Example || Example || Example
|-
| Example || Example || Example
|-
| Example || Example || Example
|}
</pre>
:Others may disagree with me, but as far as I'm concerned, an "Introduction to tables with Wiki Markup" should cover very little that is not visible in that example.
:It doesn't really matter to me whether we decide that "class" is properly classified as HTML (because the same word is used in this context in HTML) or as wikitext (because that word is used in this context in MediaWiki core). All that matters to me is that editors understand how to make one of those and how to change them if someone else made one of those – and that they ''not'' get lost in details about hex codes or other "advanced" details that are only occasionally used in Wikipedia articles. [[User:Whatamidoing (WMF)|Whatamidoing (WMF)]] ([[User talk:Whatamidoing (WMF)|talk]]) 19:07, 16 December 2015 (UTC)
 
== Deciding on tutorial content ==