Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
BarkWiki
Search
Search
Appearance
Log in
Personal tools
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Formatting Help
(section)
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
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.
Anti-spam check. Do
not
fill this in!
== HTML tags == <!--T:80--> </translate> {{anchor|<div>|.3Cdiv.3E|<span>|.3Cspan.3E}} <translate> <!--T:81--> Some [[w:HTML|HTML]] tags are allowed in MediaWiki, for example <tvar name=1>{{tag|code|open}}</tvar>, [[w:Div and span|<tvar name=2>{{tag|div|open}}</tvar>, and <tvar name=3>{{tag|span|open}}</tvar>]]. These apply anywhere you insert them. </translate> {| class="wikitable" ! <translate><!--T:82--> Description</translate> ! style="width: 40%;" | <translate><!--T:83--> You type</translate> ! style="width: 40%;" | <translate><!--T:84--> You get</translate> {{Table-AnchorRow|colspan=3|<ins>|.3Cins.3E|<u>|.3Cu.3E}} |- | <translate><!--T:85--> Inserted <br>(Displays as underline in most browsers)</translate> | {{#tag:syntaxhighlight| <ins><translate nowrap><!--T:86--> Inserted</translate></ins> <translate nowrap><!--T:87--> or</translate> <u><translate nowrap><!--T:88--> Underline</translate></u> |lang=wikitext}} | <ins><translate><!--T:89--> Inserted</translate></ins> <translate><!--T:90--> or</translate> <u><translate><!--T:91--> Underline</translate></u> {{Table-AnchorRow|colspan=3|<del>|.3Cdel.3E|<s>|.3Cs.3E}} |- | <translate><!--T:92--> Deleted <br>(Displays as strike-through in most browsers)</translate> | {{#tag:syntaxhighlight| <s><translate nowrap><!--T:93--> Strike-through</translate></s> <translate nowrap><!--T:94--> or</translate> <del><translate nowrap><!--T:95--> Deleted</translate></del> |lang=wikitext}} | <s><translate><!--T:96--> Strike-through</translate></s> <translate><!--T:97--> or</translate> <del><translate><!--T:98--> Deleted</translate></del> {{Table-AnchorRow|colspan=3|<code>|.3Ccode.3E}} |- | <translate><!--T:99--> Fixed width text</translate> | <syntaxhighlight lang=html><code><translate nowrap><!--T:100--> Source code</translate></code></syntaxhighlight> | <code><translate><!--T:154--> Source code</translate></code> {{Table-AnchorRow|colspan=3|<blockquote>|.3Cblockquote.3E}} |- | <translate><!--T:104--> Blockquotes</translate> | {{#tag:syntaxhighlight| <translate nowrap><!--T:105--> Text before</translate> <blockquote><translate nowrap><!--T:106--> Blockquote</translate></blockquote> <translate nowrap><!--T:107--> Text after</translate> |lang=wikitext}} {{Note|1=<translate><!--T:185--> If the quote contains multiple paragraphs the tags need to be on separate lines to display properly, i.e.:</translate> {{#tag:syntaxhighlight| <blockquote> <translate nowrap><!--T:186--> First paragraph.</translate> <translate nowrap><!--T:187--> Second paragraph.</translate> </blockquote> |lang=wikitext}} {{Tracked|T309778|float=none}} }} | <translate><!--T:108--> Text before</translate> <blockquote><translate><!--T:109--> Blockquote</translate></blockquote> <translate><!--T:110--> Text after</translate> {{Table-AnchorRow|colspan=3|<q>|.3Cq.3E}} |- | <translate><!--T:167--> Quotes</translate> | {{#tag:syntaxhighlight| <q><translate nowrap><!--T:168--> This is a quotation</translate></q> |lang=wikitext}} {{Note|1=<translate><!--T:174--> The q element '''must not''' be used in place of quotation marks that do not represent quotes; for example, it is inappropriate to use the q element for marking up sarcastic statements.<ref>[<tvar name=url>https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-q-element</tvar> HTML Living Standard—The <tvar name=q><'''q'''></tvar> element]</ref></translate>}} | <q><translate><!--T:169--> This is a quotation</translate></q> |- | <translate><!--T:111--> Comment</translate> | {{#tag:syntaxhighlight| <translate nowrap> <!--T:112--> {{^(}}!-- This is a comment --{{)^}} Comments are visible only in the edit zone. </translate> |lang=wikitext}} | <translate> <!--T:113--> <!-- This is a comment --> Comments are visible only in the edit zone. </translate> {{Table-AnchorRow|colspan=3|<pre>|.3Cpre.3E}} |- | <translate><!--T:114--> Completely preformatted text</translate> | {{#tag:syntaxhighlight| {{^(}}pre{{)^}} <translate nowrap> <!--T:115--> Text is '''preformatted''' and ''markups'' '''''cannot''''' be done </translate> {{^(}}/pre{{)^}} |lang=wikitext}} ---- {{note|1=<translate><!--T:116--> For marking up of preformatted text, check the "Preformatted text" entry at the end of the previous table.</translate>}} | {{#tag:pre| <translate nowrap> <!--T:117--> Text is '''preformatted''' and ''markups'' '''''cannot''''' be done </translate> }} |- | <translate><!--T:118--> '''Customized''' preformatted text</translate> | {{#tag:syntaxhighlight| {{^(}}pre style="color: red"{{)^}} <translate nowrap> <!--T:119--> Text is '''preformatted''' with a style and ''markups'' '''''cannot''''' be done </translate> {{^(}}/pre{{)^}} |lang=wikitext}} ---- {{note|1=<translate><!--T:120--> A CSS style can be named within the <code>style</code> attribute.</translate>}} | {{#tag:pre| <translate nowrap> <!--T:121--> Text is '''preformatted''' with a style and ''markups'' '''''cannot''''' be done </translate> |style=color: red}} |} <translate> <!--T:122--> continued:</translate> {| class="wikitable" | style="table-layout: fixed; width: 100%" ! <translate><!--T:123--> Description</translate> ! style="width: 40%;" | <translate><!--T:124--> You type</translate> ! style="width: 40%;" | <translate><!--T:125--> You get</translate> |- | <translate><!--T:159--> '''Default''' preformatted text has a CSS attribute (<code>white-space: pre-wrap;</code>) to wrap the text according to available width</translate> | {{#tag:syntaxhighlight| {{^(}}pre{{)^}} <translate nowrap><!--T:127--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate> {{^(}}/pre{{)^}} |lang=wikitext}} | {{#tag:pre| <translate nowrap><!--T:128--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate> |}} |- | <translate><!--T:126--> '''Customized''' preformatted text with '''disabled''' text wrapping</translate> | {{#tag:syntaxhighlight| {{^(}}pre style="white-space: pre;"{{)^}} <translate nowrap><!--T:130--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate> {{^(}}/pre{{)^}} |lang=wikitext}} | {{#tag:pre| <translate nowrap><!--T:131--> This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.</translate> |style=white-space: pre;}} |} <translate> <!--T:188--> The full list of recognized tags is given on <tvar name=1>{{ll|Help:HTML in wikitext}}</tvar>.
Summary:
Please note that all contributions to BarkWiki 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
BarkWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)