Community Central
Community Central
No edit summary
Tags: Help rte-wysiwyg
m (→‎Further help and feedback: Mass editing of links)
Tag: Help
(20 intermediate revisions by 13 users not shown)
Line 1: Line 1:
  +
[[File:Code image.png|right|250px|border]]
Anna Karenina (1996 TV series)From Wikipedia, the free encyclopediaThis article is about the 1996 series. For the 2013 series, see Anna Karenina (2013 TV series).Anna KareninaAnnakarenina1999-2002logo.jpg1999-2001 title cardGenre<span style="white-space:pre"> </span>RomanceFamily dramaTelenovelaCreated by<span style="white-space:pre"> </span>Viva Television and GMA Entertainment TVDirected by<span style="white-space:pre"> </span>Gil TejadaStarring<span style="white-space:pre"> </span>Antoinette TausSunshine DizonKim delos Santosand Tanya Garcia(see cast)Opening theme<span style="white-space:pre"> </span>Ikot ng Mundo by Antoinette TausCountry of origin<span style="white-space:pre"> </span>PhilippinesOriginal language(s)<span style="white-space:pre"> </span>Filipino, Tagalog, EnglishNo. of episodes<span style="white-space:pre"> </span>286ProductionExecutive producer(s)<span style="white-space:pre"> </span>Vic del RosarioWilma GalvanteRunning time<span style="white-space:pre"> </span>1 hour and 30 minutesProduction company(s)<span style="white-space:pre"> </span>GMA Entertainment TVReleaseOriginal network<span style="white-space:pre"> </span>GMA NetworkOriginal release<span style="white-space:pre"> </span>November 10, 1996 – April 28, 2002ChronologyRelated shows<span style="white-space:pre"> </span>Anna Karenina (2013)Anna Karenina is a Philippine drama series produced by VIVA Television and GMA Network starring Antoinette Taus, Sunshine Dizon, Kim delos Santos and Tanya Garcia. It is a story of four girls with the same name, and a mother searching for her daughter, which is the true Anna Karenina. Taus who plays Anna Karenina "Anna" Serrano was the missing Anna Karenina in the story, despite leaving the show in 2000. The show aired from November 10, 1996 to April 28, 2002. It replaced the long running drama anthology television series, Lovingly Yours, Helen, which was hosted by Helen Vela and later, her daughter Princess Punzalan. A 2013 remake version starring Krystal Reyes, Barbie Forteza, Joyce Ching & Thea Tolentino, aired on GMA Network from June 3, 2013 to September 20, 2013.Hadji Rieta (1974-1976)Winnie Monsod (1974-1976)Rod Nepomuceno (1974-1976)Jean Garcia (1974-1976)
 
  +
[[File:Location Source.png|thumb|250px|How to access source mode in the [[Help:Classic editor|classic editor]]]]
  +
'''HTML''' (Hypertext Markup Language) is a language used on websites to format the layout and content. Wiki pages are generally managed by [[Help:Wikitext|wikitext]] rather than HTML, so only a limited number of HTML tags can be used on articles.
  +
  +
HTML (and wikitext) can be written and managed while using [[Help:Editing|the editor]]'s source mode.
  +
  +
==Available HTML tags==
  +
The following HTML tags can be used on articles. Deprecated HTML tags will still work, but they may not in future software versions or browsers.
  +
  +
<div style="column-count: 3;">
  +
* <code><nowiki><abbr></nowiki></code>
  +
* <code><nowiki><acronym></nowiki></code> ''(deprecated)''
  +
* <code><nowiki><b></nowiki></code>
  +
* <code><nowiki><big></nowiki></code> ''(deprecated)''
  +
* <code><nowiki><blockquote></nowiki></code>
  +
* <code><nowiki><br /></nowiki></code>
  +
* <code><nowiki><caption></nowiki></code>
  +
* <code><nowiki><center></nowiki></code> ''(deprecated)''
  +
* <code><nowiki><cite></nowiki></code>
  +
* <code><nowiki><code></nowiki></code>
  +
* <code><nowiki><dd></nowiki></code>
  +
* <code><nowiki><del></nowiki></code>
  +
* <code><nowiki><dfn></nowiki></code>
  +
* <code><nowiki><div></nowiki></code>
  +
* <code><nowiki><dl></nowiki></code>
  +
* <code><nowiki><dt></nowiki></code>
  +
* <code><nowiki><em></nowiki></code>
  +
* <code><nowiki><font></nowiki></code> ''(deprecated)''
  +
* <code><nowiki><h1></nowiki></code>
  +
* <code><nowiki><h2></nowiki></code>
  +
* <code><nowiki><h3></nowiki></code>
  +
* <code><nowiki><h4></nowiki></code>
  +
* <code><nowiki><h5></nowiki></code>
  +
* <code><nowiki><h6></nowiki></code>
  +
* <code><nowiki><hr></nowiki></code>
  +
* <code><nowiki><i></nowiki></code>
  +
* <code><nowiki><ins></nowiki></code>
  +
* <code><nowiki><li></nowiki></code>
  +
* <code><nowiki><ol></nowiki></code>
  +
* <code><nowiki><p></nowiki></code>
  +
* <code><nowiki><pre></nowiki></code>
  +
* <code><nowiki><q></nowiki></code>
  +
* <code><nowiki><rb></nowiki></code>
  +
* <code><nowiki><rp></nowiki></code>
  +
* <code><nowiki><rt></nowiki></code>
  +
* <code><nowiki><ruby></nowiki></code>
  +
* <code><nowiki><s></nowiki></code>
  +
* <code><nowiki><small></nowiki></code>
  +
* <code><nowiki><span></nowiki></code>
  +
* <code><nowiki><strike></nowiki></code> ''(deprecated)''
  +
* <code><nowiki><strong></nowiki></code>
  +
* <code><nowiki><sub></nowiki></code>
  +
* <code><nowiki><sup></nowiki></code>
  +
* <code><nowiki><table></nowiki></code>
  +
* <code><nowiki><td></nowiki></code>
  +
* <code><nowiki><th></nowiki></code>
  +
* <code><nowiki><tr></nowiki></code>
  +
* <code><nowiki><tt></nowiki></code> ''(deprecated)''
  +
* <code><nowiki><u></nowiki></code>
  +
* <code><nowiki><ul></nowiki></code>
  +
* <code><nowiki><var></nowiki></code>
  +
* <code><nowiki><!-- ... --></nowiki></code> ''(displayed as [[File:Comment Icon.png|Comments|link=]] in visual mode)''
  +
</div>
  +
  +
  +
== Usage notes ==
  +
; Keep it friendly
  +
: The use of [[Help:Wikitext|wikitext]] is recommended wherever possible, as HTML generally makes the text in the edit box harder to read and more intimidating for new users. Complex uses of HTML and CSS can be hidden away in [[Help:Templates|templates]] where they are less likely to get in the way of the casual editor.
  +
; Combine it with CSS
  +
: Styling information can be stored in [[Help:Community CSS and JS|community CSS pages]] (using code like <code>class="classname"</code>). Both CSS classes and inline styling (<code>style="color: pink;"</code>) can be used with the HTML tags listed above, and they can also be used with many types of wikitext, particularly [[Help:Tables|tables, table rows and cells]]. However, please keep in mind that [[w:c:portability:Why you should avoid inline styles|use of inline styling should be limited]], as it can cause conflicts with the mobile experience of your community.
  +
  +
== See also ==
  +
* [[Help:Tables|Tables]]
  +
* [[Help:Editing|Editing]]
  +
* [[m:Help:Editing|Wikimedia's help page]]
  +
* [[m:Help:HTML in wikitext|Using HTML in Wikitext]]
  +
* [[wikipedia:Wikipedia:Span tags|Information on using span tags]]
  +
  +
== Further help and feedback ==
  +
{{Help and feedback section}}
  +
[[be:Даведка:HTML]]
  +
[[de:Hilfe:HTML]]
  +
[[es:Ayuda:HTML]]
  +
[[fr:Aide:HTML]]
  +
[[it:Aiuto:HTML]]
  +
[[ja:ヘルプ:HTML]]
  +
[[ko:도움말:HTML]]
  +
[[nl:Help:HTML]]
  +
[[pl:Pomoc:HTML]]
  +
[[pt:Ajuda:HTML]]
  +
[[ro:Ajutor:HTML]]
  +
[[ru:Справка:HTML]]
  +
[[tr:Yardım:HTML]]
  +
[[uk:Довідка:HTML]]
  +
[[vi:Trợ giúp:HTML]]
  +
[[zh:Help:HTML]]
 
[[Category:Code help]]
 
[[Category:Code help]]
 
[[Category:Editing]]
 
[[Category:Editing]]

Revision as of 07:03, 1 December 2019

Code image
Location Source

How to access source mode in the classic editor

HTML (Hypertext Markup Language) is a language used on websites to format the layout and content. Wiki pages are generally managed by wikitext rather than HTML, so only a limited number of HTML tags can be used on articles.

HTML (and wikitext) can be written and managed while using the editor's source mode.

Available HTML tags

The following HTML tags can be used on articles. Deprecated HTML tags will still work, but they may not in future software versions or browsers.

  • <abbr>
  • <acronym> (deprecated)
  • <b>
  • <big> (deprecated)
  • <blockquote>
  • <br />
  • <caption>
  • <center> (deprecated)
  • <cite>
  • <code>
  • <dd>
  • <del>
  • <dfn>
  • <div>
  • <dl>
  • <dt>
  • <em>
  • <font> (deprecated)
  • <h1>
  • <h2>
  • <h3>
  • <h4>
  • <h5>
  • <h6>
  • <hr>
  • <i>
  • <ins>
  • <li>
  • <ol>
  • <p>
  • <pre>
  • <q>
  • <rb>
  • <rp>
  • <rt>
  • <ruby>
  • <s>
  • <small>
  • <span>
  • <strike> (deprecated)
  • <strong>
  • <sub>
  • <sup>
  • <table>
  • <td>
  • <th>
  • <tr>
  • <tt> (deprecated)
  • <u>
  • <ul>
  • <var>
  • <!-- ... --> (displayed as Comments in visual mode)


Usage notes

Keep it friendly
The use of wikitext is recommended wherever possible, as HTML generally makes the text in the edit box harder to read and more intimidating for new users. Complex uses of HTML and CSS can be hidden away in templates where they are less likely to get in the way of the casual editor.
Combine it with CSS
Styling information can be stored in community CSS pages (using code like class="classname"). Both CSS classes and inline styling (style="color: pink;") can be used with the HTML tags listed above, and they can also be used with many types of wikitext, particularly tables, table rows and cells. However, please keep in mind that use of inline styling should be limited, as it can cause conflicts with the mobile experience of your community.

See also

Further help and feedback