Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. Help:Advanced text formatting - Wikipedia
Help:Advanced text formatting - Wikipedia
From Wikipedia, the free encyclopedia
This help page is a how-to guide.
It explains concepts or processes used by the Wikipedia community. It is not one of Wikipedia's policies or guidelines, and may reflect varying levels of consensus.
Shortcuts
  • WP:TYPESETWP:TYPESET
  • H:ATFH:ATF
This text formatting is not suitable for mainspace articles. It is only intended for special use cases, such as in templates or on project pages. Using it in articles may cause accessibility issues.

This essay, Advanced text formatting or Advanced typesetting, describes techniques for controlling or adjusting text alignment on a page. While drawing on concepts familiar to those with professional backgrounds in typesetting, the guidance is intended as a practical supplement to Wikipedia’s default formatting, particularly in stub articles. The techniques presented here are meant for general readers, not specialists.

Moving vanity-boxes lower in articles

Perhaps the single greatest improvement to many articles is to lower those grandstanding top tag-boxes that proclaim, "This article is defective: fix immediately". Most of those tag-box templates allow a parameter "|section" when lowering the tag-box further down the page. For example: {{RefImprove|section|date=March 2026}}. Moving a distracting tag-box can vastly improve the readability for readers, who might otherwise become alarmed and distracted by a 2-year-old gripe box someone threw on the page, unopposed, years ago, giving the impression that the tag-box must be read to avoid critically dangerous information in an article.

Setting wrap-indent by tag {{wbr}}

The template {{wbr}} can be used to wrap before non-breaking spaces, as {{wbr}}  at the wrap position, which allows the wrapped portion to be indented by a non-breaking space. See table:

Text Typical wrapping With {{wbr}}
Rhianna Lea Doe Rhianna Lea Doe Rhianna  Lea Doe
486 plus 6 at-large 486 plus  6 at-large 486 plus  6 at-large
Advanced  typesetting Advanced typesetting Advanced  typesetting

More indentation can be set by additional non-breaking spaces; this is made easier (and arguably more readable) with the {{nbsp}} template, using the 2nd parameter to specify how many   characters to insert: Rhianna{{wbr}}{{spaces|2}}Lea. However, the extra space might seem excessive between some words (unless all nearby spaces are doubled). The width to trigger a wrap-indent depends on the user's browser TextSize zoom level, where larger levels trigger the wrapping more often, and a single space indents more at higher zoom. This type of space-adjusting by inserting individual extra space characters is not generally recommended while editing Wikipedia articles.

This technique has been previously suggested for use to wrap and indent text within infobox lists (where a non-indented wrapped line might be misinterpreted as 2 entries, rather than as a long entry which has wrapped onto the next line), this is not an appropriate technique. Instead, use the {{indented plainlist}} template, which creates semantically-correct HTML lists and uses CSS to control the indentation of list items:

Example use of {{indented plainlist}}
Wikitext Output
{{indented plainlist|
* A long list item that will likely wrap
* Another list item that will also wrap
* A short list item
* And finally another long list item
}}
  • A long list item that will likely wrap
  • Another list item that will also wrap
  • A short list item
  • And finally another long list item

The <wbr /> HTML tag also works with older browsers, but not in Internet Explorer since version 7. The {{wbr}} template relies on the combination of the <wbr /> HTML tag and the U+200B ZERO WIDTH SPACE character (which is compatible with IE prior to version 7). See Template:wbr § Technical details for more details.

Avoiding wrap of end-quote or apostrophe

One of the most troublesome typesetting glitches is the wrapping of the last word in a quotation onto a second line, when followed by parentheses or brackets:

Typical wrapping of end-quotemark:
"The quick brown fox jumped over the lazy
dogs" (typewriter exercise).

There are several methods to allow the end-word to stay on the same line, without wrapping. Perhaps the most common fix is to append the blank-code &#160; (or even a comma) after the end quotemark so that it will not wrap too soon:

Wrapping of end-quotemark plus &#160:
"The quick brown fox jumped over the lazy dogs"  (typewriter exercise).

To fix wrapping, the word dogs is followed by &#160; (after the quotemark: ... dogs"&#160;). Because thousands of articles begin with formally defining a term, with stating a quoted meaning, the forced wrapping of end quotemarks has become a major typesetting nightmare in Wikipedia. The wrapping of end-quotes grew to be so common, during 2005–2009, that it has become instinctive to expect an end-quote to almost always be prematurely wrapped onto a second line, and the first line to be truncated as bizarrely too short. The premature wrapping of the 18-character phrase "dogs...typewriter" is typical, not an exaggeration of how much text gets forced onto the second line in many articles.

A similar problem occurs with an end-apostrophe & parentheses:

Typical wrapping of end apostrophe:
The film 101 Dalmatians concerns all the dalmatians' safety (problem only if a parenthesis after apostrophe).
The film 101 Dalmatians concerns all the dalmatians' (there are 100+1 dogs) safety.
Wrapping of end-apostrophe plus &160:
The film 101 Dalmatians concerns all the dalmatians'  (there are 100+1 dogs) safety.

Besides using &#160; other characters, such as comma, semicolon or slash, could be appended after the end quotemark, if they fit the meaning. There might be other situations of forced wrapping in Wikipedia text.

Setting small font-size of lesser text

Lesser text can be reduced to a smaller font size, such as by using a span-tag:

<span style="font-size:88%">German: ''Der Lange-Annoying-Name-der-Dinge''</span>

That font-size will shrink the text somewhat: German: Der Lange-Annoying-Name-der-Dinge. A highly irritating problem can be the placement of too much foreign (or off-topic text) in the intro section. Much tangent-level wording should be moved to lower sections. However, the use of a reduced font-size can help minimize the glaring impact of off-topic text. Sizes such as 95% or 92% retain the original font shape; however, sizes of 88% or 85% might be needed. To reduce a larger section of text, consider using the paired <div>...</div> tags (instead of <span>...</span>).

The default small text-size, with almost no shape, is selected by <small>aa bb cc xx yy zz</small>, which appears as: aa bb cc xx yy zz. Using <span style="font-family:Georgia;">, to switch from default Arial font to <span style="font-family:Georgia;"> (Georgia font), the small text will appear as: small Georgia-font a b c x y z.

Guidelines

{{further|Wikipedia:Manual of Style/Text formatting#Font size]]

Editors should avoid manually inserting large and small font sizes into prose. Increased and decreased font size should primarily be produced through automated facilities such as headings or through carefully designed templates. Below is one list of font sizing templates that have been tested and are available if needed:

Font size templates
  • view
  • edit
Code for inline content Code for block content Size Result
{{small|text}} {{smalldiv|text}} 85% text
{{resize|text}} {{resizediv|text}} 90% text
none none 100% text
{{large|text}} {{largediv|text}} 120% text
{{huge|text}} 180% text
{{resize|x%|text}} {{resizediv|x%|text}} custom varies
{{font|size=x%}} custom varies

Example: {{big|Will make the text here larger}} renders as: Will make the text here larger. To put this chart on your User page for reference use: {{font size templates}}

Reducing line-height when wrapping small text

A very common problem, when using a smaller font, is the gapping caused by large interline spacing between the lines. A better line-height (for small-font notes) is: 1.3em, such as by:

<span style="font-size:88%; line-height: 1.3em;">xxx</span>

Such small lines could be used in a lengthy image caption, where the typical caption size would take too much space, for the amount of detailed caption being displayed. Of course, once again, a full solution often involves removing some excess text (from the image caption) to a lower spot on the page, and then referring to the image, such as {{crossref|(see image)}} from that text.

Reducing line-height in a quote-box

Another use of reduced line-height might be for an indented quote-box, where the smaller line-height might help in emphasizing the quote as being a special text section. For example, using:

<span style="font-size:92%; line-height: 1.31em;">xxx</span>

Then enclose the text of a quote, such as the following:

For scientific endeavor is a natural whole, the parts
of which mutually support one another in a way which,
to be sure, no one can anticipate.
                                – Albert Einstein, Out of My Later Years

Sometimes, the setting must be precise, where 1.20em would be too close, or 1.35em would separate lines too much, while 1.31em provides an even balance, for the particular lines in the quotation. Because the line-height is reduced, the effect of the quotation is different than merely indenting the text. Note how the line for author "Einstein" has been indented, far to the right: the new indenter template {{in5|32}} was used to indent across 32 spaces further than the quoted lines: {{in5|32}}–&nbsp;Albert ....

Line height of text

The line-height of text, in CSS, sets the height of text's line box.[1] On the default desktop skin (Vector) it is set at 1.6 (times the font size) by default for readability.

Examples

This block of text has line-height 1:

Typography (Greek: typos "form", graphein "to write") is the art and technique of setting written subject matter in type using a combination of typeface styles, point sizes, line lengths, line leading, character spacing, and word spacing to produce typeset artwork in physical or digital form.

The same block of text set with line-height 1.5 is easier to read:

Typography (Greek: typos "form", graphein "to write") is the art and technique of setting written subject matter in type using a combination of typeface styles, point sizes, line lengths, line leading, character spacing, and word spacing to produce typeset artwork in physical or digital form.

The same block of text with line-height 2 is again easier to read, but makes less efficient use of vertical page space:

Typography (Greek: typos "form", graphein "to write") is the art and technique of setting written subject matter in type using a combination of typeface styles, point sizes, line lengths, line leading, character spacing, and word spacing to produce typeset artwork in physical or digital form.

Expanding line-height for song lyrics or poems

The opposite technique, of increased line-height, might be used for some indented song lyrics (or poetry), where the larger line-height could help in emphasizing the "double-spaced" appearance of a text section. For example, using:

<div style="font-size:92%; line-height: 2.1em;">xxx</div>

Then enclose the song lyrics as "xxx", wrapped with <poem>...</poem>, which preserves line-breaking, as follows:

"I hear Jerusalem, bells are ringing,
Roman cavalry, choirs are singing,
"Be my mirror, my sword and shield,
My missionaries in a foreign field",
For some reason....

          —Coldplay, "Viva la Vida"[Note 1]

This is coded as:

<poem style="font-size:92%; line-height: 2.1em;">I hear Jerusalem, bells are ringing,
Roman cavalry, choirs are singing,
"Be my mirror, my sword and shield,
My missionaries in a foreign field",
For some reason....</poem>
{{in5|10}}—&nbsp;[[Coldplay]], "[[Viva la Vida]]"<ref>...</ref>

In either case, because the line-height is increased, the effect of the quoted text appears similar to having used double-spaced lines in the text. (The lyrics are truncated, to keep them short, per copyright restrictions limiting to 10%, or prohibiting the display of an entire performable unit, of a composition).

These examples are shown indented here, to set them off from the explanatory text, but would not be in the actual article. If this effect were desired, it could be done like this, using the {{quote}} template:

{{quote
|text=<poem style="font-size:92%; line-height: 2.1em;">I hear Jerusalem, bells are ringing,
Roman cavalry, choirs are singing,
"Be my mirror, my sword and shield,
My missionaries in a foreign field",
For some reason....</poem>
|author=[[Coldplay]]
|source="[[Viva la Vida]]"<ref>...</ref>}}

Which renders as:

I hear Jerusalem, bells are ringing,
Roman cavalry, choirs are singing,
"Be my mirror, my sword and shield,
My missionaries in a foreign field",
For some reason....

— Coldplay, "Viva la Vida"[Note 1]

Word-joining to avoid one-word-per-line

Words can be joined by &nbsp; or {{nowrap|xx xx}} to force the words to appear together, on one line. Sometimes text, next to a wide image-box or wide infobox, tends to get squeezed into a narrow column of text. A very narrow column can cause text-wrapping as, sometimes, one-word-per-line, all the way down the entire column. In such cases, by word-joining the first few words of a phrase (such as At&nbsp;the&nbsp;outset or The&nbsp;region&nbsp;covers), the text can be forced down the page, into a wider column, where all the joined-words can fit side by side, across the line. Then, even when the page is viewed in larger browser text-size settings, the joined text will float down to columns where the typesetting looks more logical, rather than the default, of one-word-per-line, in a narrow column. This obviously should only be done with a few words, not long strings of text, or undesirable (and, browser-by-browser, unpredictable) display results will occur.

Bold but not too bold

Bold-faced text can be softened, or visually thinned, by using dark gray text, rather than typical black, as the text font-color. For example:

<span style="color: #666666;">'''One''' and '''Two''' and '''Three'''</span>

The dark-gray color (#666666) will appear as:

One and Two and Three

Compare the bolded text of "One", "Two" and "Three" against the starker contrast of the default boldfacing results:

One and Two and Three

In Wikipedia, bold-faced text is used, primarily, to highlight words that are:

  • the title of the article, repeated in the lead;
  • alternative names of the article's or section's topic, that redirect to this location;
  • section headings;
  • table headers;
  • terms in glossaries;
  • and a few other special uses.

Bold-faced text could be confusing when used in other ways, so the use of a lighter bolded text allows for this style of highlighting, with less ambiguity.

Also, other, lively colors could be bolded without much confusion with the article-title words (see color choices in: Web colors). Also see topic below: {{Section link}}: required section parameter(s) missing).

Adjusting spaces for kerning between letters

Typically, when using italic text, the spacing after an italic word often will seem too narrow (as a kerning problem), and hence a small amount of extra space could be added after the italic text as &thinsp; to insert a so-called "thin space", or for small text, a &#8202; "hair space" (a normal-width space is too large for this purpose). In many cases, the wording could be phrased so that a comma, or period (full stop) or right parenthesis (curved bracket) follows the italic text, which would also act to widen the spacing at the end of the italic text. Some examples:

  • The book To Kill a Mockingbird  by Harper Lee   ← title followed by &thinsp; then a regular space
  • The overture Romeo and Juliet, by Tchaikovsky   ← title followed by comma: , then a regular space
  • The city of Munich (German: Muenchen) in Bavaria   ← followed by parenthesis: ) then a regular space
  • In particle physics, J p  denotes   ← a &#8202; hair space between {{var|J}} and small superscripted <sup>{{var|p}}</sup>, in turn followed by &thinsp; then a regular space

Perhaps the most common adjustment would be to insert &thinsp; after italic text which ends with a tall letter (such as: h, l, t, or any capital, e.g. W). However, by planned phrasing, instead, a comma could be added after italic words to widen the visual spacing after the italicized part.

Changing font faces

See also: Wikipedia:Typography

The MediaWiki markup language supports many HTML tags, including <span style="font-family:Garamond;"> and such. Some of the fonts are:

  • Arial:       This is Arial font (default).
  • Courier:     This is Courier font.
  • Garamond: This is Garamond font.
  • Georgia:     This is Georgia font.
  • Helvetica:   This is Helvetica font.
  • Linux Libertine:   This is Linux Libertine.
  • Noto:   This is Noto Sans.
  • Times New Roman: This is Times New Roman font.

Changing font color or span style=color

See also: Help:Using colours

The MediaWiki markup language supports HTML-style color tags, to change the color of text, such as "<span style="color:gray;">xx</span>". Templates like {{color}} also exist to change text color.

To change text colors, some colors are (or see all: Web colors):

  • Darkgreen: This is "darkgreen" font color.
  • Darkred & crimson: This is "darkred" font color and "crimson" here.
  • Blue: This is "blue" font color and "darkblue" here.
  • Darkorange: This is darkorange font color.
  • Chocolate & SaddleBrown: This is "chocolate" font color and "SaddleBrown" here.
  • Gray: This is "gray" font color and "darkgray" here.
  • #515151: Using <span style="color:#515151;"> here.

The default color is black (or hex-code #000000). When changing the text color, care must be taken to put the "/" in the end tag, such as "</span>" to reset text color afterward. For an extensive list of hundreds of screen colors, see: Web colors.

Undenting/bracketing of text

Real typesetting software typically has had simple directives to trigger alignments as left, right, center, or undented (beyond the left-margin line). However, for decades, HTML has had only limited options for easy alignment (one: <center>). A method for undenting the first word of a paragraph is to put the paragraph into a text-table, where the first word (or syllable) is (alone) in column 1, while the other text is in column 2. For example, undenting "Beethoven":

Markup
<table cellspacing=0 cellpadding=0><tr><td valign=top>Bee<td>thoven {{in5|16}}composed [[Moonlight Sonata]] while he was losing his hearing.</table>
Renders as
Beethoven composed Moonlight Sonata
while he was losing his hearing.

Note the use of both "cellspacing=0 cellpadding=0" so as to not separate the spacing between the first syllable "Bee" and "thoven".

A third column can be used to enclose text in outside brackets, then putting the closing-bracket "]" in column 3, as follows:

Markup
<table><tr><td valign=top>[<td>This is line 1.<br />Line 2.<td>]</table>
Renders as
[This is line 1.
Line 2.
]

The original design of the HTML language included presentational markup, such as the <center> tag. However, this type of presentational markup tags has been deprecated in current HTML and XHTML recommendations and is illegal in HTML5. Cascading Style Sheets (CSS) have been encouraged by the World Wide Web Consortium (W3C) for presentational markup and other styling.

See also

  • WP:Advanced article editing
  • WP:Advanced footnote formatting
  • WP:Advanced table formatting

Notes

  1. ^ a b The lyrics are truncated, to keep them short, per copyright restrictions limiting display to 10%, or prohibiting the display of an entire performable unit, of a composition.
  1. ^ "line-height - CSS: Cascading Style Sheets | MDN". Mozilla Developer Network. Retrieved 1 January 2022.
  • v
  • t
  • e
Wikipedia essays (?)
Building, editing, and deletion
Philosophy
  • Articles are more important than policy
  • Articles must be written
  • All Five Pillars are equally important
  • Avoid vague introductions
  • Civil POV pushing
  • Cohesion
  • Competence is required
  • Concede lost arguments
  • Dissent is not disloyalty
  • Don't lie
  • Don't search for objections
  • Duty to comply
  • Editing Wikipedia is like visiting a foreign country
  • Editors will sometimes be wrong
  • Eight simple rules for editing our encyclopedia
  • Explanationism
  • External criticism of Wikipedia
  • Five pillars
  • Here to build an encyclopedia
  • Large language models
  • Leave it to the experienced
  • Levels of competence
  • Levels of consensus
  • Most ideas are bad
  • Need
  • Not broken is ugly
  • Not editing because of Wikipedia restriction
  • Not every article can be a Featured Article
  • The one question
  • Oversimplification
  • Paradoxes
  • Paraphrasing
  • POV and OR from editors, sources, and fields
  • Process is important
  • Product, process, policy
  • Purpose
  • Reasonability rule
  • Systemic bias
  • There is no seniority
  • Ten Simple Rules for Editing Wikipedia
  • Tendentious editing
  • The role of policies in collaborative anarchy
  • The rules are principles
  • Trifecta
  • We are absolutely here to right great wrongs
  • Wikipedia in brief
  • Wikipedia is an encyclopedia
  • Wikipedia is a community
  • Wikipedia is not RationalWiki
Article construction
  • 100K featured articles
  • Abandoned stubs
  • Acronym overkill
  • Adding images improves the encyclopedia
  • Advanced text formatting
  • Akin's Laws of Article Writing
  • Alternatives to the "Expand" template
  • Amnesia test
  • A navbox on every page
  • An unfinished house is a real problem
  • Archive your sources
  • Article revisions
  • Articles have a half-life
  • Autosizing images
  • Avoid mission statements
  • Be neutral in form
  • Beef up that first revision
  • Blind men and an elephant
  • BOLD, revert, discuss cycle
  • Build content to endure
  • Cherrypicking
  • Chesterton's fence
  • Children's lit, adult new readers, & large-print books
  • Citation overkill
  • Citation underkill
  • Common-style fallacy
  • Concept cloud
  • Creating controversial content
  • Criticisms of society may be consistent with NPOV and reliability
  • Dictionaries as sources
  • Don't cite Wikipedia on Wikipedia
  • Don't demolish the house while it's still being built
  • Don't get hung up on minor details
  • Don't hope the house will build itself
  • Don't panic
  • Don't "teach the controversy"
  • Editing on mobile devices
  • Editors are not mindreaders
  • Encourage the newcomers
  • Endorsements (commercial)
  • Featured articles may have problems
  • Formatting bilateral relations articles
  • Formatting bilateral relations templates
  • Fruit of the poisonous tree
  • Give an article a chance
  • Gotfryd custom
  • How to write a featured article
  • Identifying and using independent sources
    • History sources
    • Law sources
    • Primary sources
    • Science sources
    • Style guides
    • Tertiary sources
  • Ignore STRONGNAT for date formats
  • Introduction to structurism
  • Link rot
  • Mine a source
  • Merge Test
  • Minors and persons judged incompetent
  • "Murder of" articles
  • Not every story/event/disaster needs a biography
  • Not everything needs a navbox
  • Not everything needs a template
  • Nothing is in stone
  • Obtain peer review comments
  • Organizing disambiguation pages by subject area
  • Permastub
  • Potential, not just current state
  • Presentism
  • Principle of Some Astonishment
  • The problem with elegant variation
  • Pro and con lists
  • Printability
  • Publicists
  • Put a little effort into it
  • Restoring part of a reverted edit
  • Robotic editing
  • Sham consensus
  • Source your plot summaries
  • Specialized-style fallacy
  • Stublet
  • Stub Makers
  • Run an edit-a-thon
  • Temporary versions of articles
  • Tertiary-source fallacy
  • There are no shortcuts to neutrality
  • There is no deadline
  • There is a deadline
  • The deadline is now
  • Try not to leave it a stub
  • What is a reliable source
  • Understanding Wikipedia's content standards
  • Walled garden
  • What an article should not include
  • Wikipedia is a work in progress
  • Wikipedia is not being written in an organized fashion
  • The world will not end tomorrow
  • Write the article first
  • Writing better articles
Writing article content
  • Avoid thread mode
  • Copyediting reception sections
  • Coup
  • Don't throw more litter onto the pile
  • Gender-neutral language
  • Myth vs fiction
  • Proseline
  • Reading in a flow state
  • Turning biology research into a Wikipedia article
  • Use our own words
  • We shouldn't be able to figure out your opinions
  • Write the article first
  • Writing about women
  • Writing better articles
Removing or
deleting content
  • Adjectives in your recommendations
  • AfD is not a war zone
  • Arguments to avoid in deletion discussions
  • Arguments to avoid in deletion reviews
  • Arguments to avoid in image deletion discussions
  • Arguments to make in deletion discussions
  • Avoid repeated arguments
  • Before commenting in a deletion discussion
  • But there must be sources!
  • Confusing arguments mean nothing
  • Content removal
  • Counting and sorting are not original research
  • Delete or merge
  • Delete the junk
  • Deletion is not cleanup
  • Does deletion help?
  • Don't attack the nominator
  • Don't confuse stub status with non-notability
  • Don't overuse shortcuts to policy and guidelines to win your argument
  • Emptying categories out of process
  • Follow the leader
  • How the presumption of notability works
  • How to save an article nominated for deletion
  • I just don't like it
  • Identifying blatant advertising
  • Identifying test edits
  • Immunity
  • Keep it concise
  • Liar liar pants on fire
  • No Encyclopedic Use
  • Notability is not everything
  • Nothing
  • Nothing is clear
  • Overzealous deletion
  • Relisting can be abusive
  • Relist bias
  • The Heymann Standard
  • Unopposed AFD discussion
  • Wikipedia is not Whack-A-Mole
  • Why was the page I created deleted?
  • What to do if your article gets tagged for speedy deletion
  • When in doubt, hide it in the woodwork
  • Zombie page
Civility
The basics
  • Accepting other users
  • Apology
  • Autistic editors
  • Being right isn't enough
  • Contributing to complicated discussions
  • Divisiveness
  • Don't retaliate
  • Editors' pronouns
  • Edit at your own pace
  • Encouraging the newcomers
  • Enjoy yourself
  • Expect no thanks
  • How to be civil
  • Maintaining a friendly space
  • Negotiation
  • Obsessive–compulsive disorder editors
  • Please say please
  • Relationships with academic editors
  • Thank you
  • Too long; didn't read
  • Truce
  • Unblock perspectives
  • We are all Wikipedians here
  • You have a right to remain silent
Philosophy
  • A thank you never hurts
  • A weak personal attack is still wrong
  • Advice for hotheads
  • An uncivil environment is a poor environment
  • Be the glue
  • Beware of the tigers!
  • Civility warnings
  • Deletion as revenge
  • Duty to comply
  • Failure
  • Forgive and forget
  • It's not the end of the world
  • Nobody cares
  • Most people who disagree with you on content are not vandals
  • On Wikipedia no one knows you're a dog
  • Old-fashioned Wikipedian values
  • Profanity, civility, and discussions
  • Revert notification opt-out
  • Shadowless Fists of Death!
  • Staying cool when the editing gets hot
  • The grey zone
  • The last word
  • There is no Divine Right of Editors
  • Most ideas are bad
  • Nothing is clear
  • Reader
  • The rules of polite discourse
  • There is no common sense
  • Two wrongs don't make a right
  • Wikipedia clichés
  • Wikipedia is not about winning
  • Wikipedia should not be a monopoly
  • Writing for the opponent
Dos
  • Assume good faith
  • Assume the assumption of good faith
  • Assume no clue
  • Avoid personal remarks
  • Avoid the word "vandal"
  • Be excellent to one another
  • Be pragmatic
  • Beyond civility
  • Call a spade a spade
  • Candor
  • Deny recognition
  • Desist
  • Discussing cruft
  • Drop the stick and back slowly away from the horse carcass
  • Encourage full discussions
  • Get over it
  • How to lose
  • Imagine others complexly
  • Just drop it
  • Keep it concise
  • Keep it down to earth
  • Mind your own business
  • Say "MOBY"
  • Mutual withdrawal
  • Read before commenting
  • Read the room
  • Settle the process first
  • You can search, too
Don'ts
  • Wikipedia:Because I can
  • Civil POV pushing
  • Cyberbullying
  • Don't accuse someone of a personal attack for accusing of a personal attack
  • Don't be a fanatic
  • Don't be a jerk
  • Don't be an ostrich
  • Don't be ashamed
  • Don't be a WikiBigot
  • Don't be high-maintenance
  • Don't be inconsiderate
  • Don't be obnoxious
  • Don't be prejudiced
  • Don't be rude
  • Don't be the Fun Police
  • Don't bludgeon the process
  • Don't call a spade a spade
  • Don't call people by their real name
  • Don't call the kettle black
  • Don't call things cruft
  • Don't come down like a ton of bricks
  • Don't cry COI
  • Don't demand that editors solve the problems they identify
  • Don't eat the troll's food
  • Don't fight fire with fire
  • Don't give a fuck
  • Don't help too much
  • Don't ignore community consensus
  • Don't knit beside the guillotine
  • Don't make a smarmy valediction part of your signature
  • Don't remind others of past misdeeds
  • Don't shout
  • Don't spite your face
  • Don't take the bait
  • Don't template the regulars
  • Don't throw your toys out of the pram
  • Do not insult the vandals
  • Griefing
  • Hate is disruptive
  • Nationalist editing
  • No angry mastodons
    • just madmen
  • No ableism
  • No Nazis
  • No racists
  • No Confederates
  • No queerphobia
  • No, you can't have a pony
  • Passive aggression
  • POV railroad
  • Superhatting
  • There are no oracles
  • There's no need to guess someone's preferred pronouns
  • You can't squeeze blood from a turnip
  • UPPERCASE
WikiRelations
  • WikiBullying
  • WikiCrime
  • WikiHarassment
  • WikiHate
  • WikiLawyering
  • WikiLove
  • WikiPeace
Neutrality
  • Academic bias
  • Activist
  • Advocacy
  • Avoid thread mode
  • Be neutral in form
  • Blind men and an elephant
  • Cherrypicking
  • Civil POV pushing
  • Coatrack
  • Controversial articles
  • Creating controversial content
  • Criticisms of society may be consistent with NPOV and reliability
  • Criticism
  • Describing points of view
  • Don't "teach the controversy"
  • Endorsements
  • Let the reader decide
  • Inaccuracy
  • Myth vs fiction
  • NPOV dispute
  • Neutral and proportionate point of view
  • Not Wikipedia's fault
  • POV and OR from editors, sources, and fields
  • Partisans
  • Partisanship
  • Presentism
  • Pro and con lists
  • Systemic bias
  • Tendentious editing
  • There are no shortcuts to neutrality
  • Wikipedia:Truth
  • We are absolutely here to right great wrongs
  • We shouldn't be able to figure out your opinions
  • What is fringe?
  • Why Wikipedia cannot claim the Earth is not flat
  • Wikipedia is not RationalWiki
  • Yes, it is promotion
Notability
  • Advanced source searching
  • All high schools can be notable
  • Alternative outlets
  • Arguments to avoid in deletion discussions
  • Articles with a single source
  • Avoid template creep
  • Bare notability
  • Big events make key participants notable
  • Businesses with a single location
  • But it's true!
  • Common sourcing mistakes
  • Clones
  • Coatrack
  • Discriminate vs indiscriminate information
  • Drafts are not checked for notability or sanity
  • Every snowflake is unique
  • Existence ≠ Notability
  • Existence does not prove notability
  • Extracting the meaning of significant coverage
  • Google searches and numbers
  • How the presumption of notability works
  • High schools
  • Historical/Policy/Notability/Arguments
  • Inclusion is not an indicator of notability
  • Independent sources
  • Inherent notability
  • Insignificant
  • Just because BFDI has an article doesn't mean you can add fancruft about it
  • Masking the lack of notability
  • Make stubs
  • Minimum coverage
  • News coverage does not decrease notability
  • No amount of editing can overcome a lack of notability
  • No one cares about your garage band
  • No one really cares
  • Notability and tornadoes
  • Notability cannot be purchased
  • Notability comparison test
  • Notability is not everything
  • Notability is not a level playing field
  • Notability is not a matter of opinion
  • Notability is not relevance or reliability
  • Notability means impact
  • Notabilitymandering
  • Not all Vocaloid songs deserve their own article
  • Not every single thing Donald Trump does deserves an article
  • Obscurity ≠ Lack of notability
  • Offline sources
  • One sentence does not an article make
  • Other stuff exists
  • Overreliance upon Google
  • Perennial websites
  • Popularity ≠ Notability
  • Read the source
  • Red flags of non-notability
  • Reducing consensus to an algorithm
  • Run-of-the-mill
  • Solutions are mixtures and nothing else
  • Significance is not a formula
  • Source content comes first!
  • Sources must be out-of-universe
  • Subjective importance
  • Third-party sources
  • Trivial mentions
  • Video links
  • Vanispamcruftisement
  • What BLP1E is not
  • What is and is not routine coverage
  • What notability is not
  • What to include
  • Why was BFDI not on Wikipedia?
  • Wikipedia is not Crunchbase
  • Wikipedia is not here to tell the world about your noble cause
  • Wikipedia is not the place to post your résumé
  • Two prongs of merit
Humorous
  • Adminitis
  • Ain't no rules says a dog can't play basketball
  • Akin's Laws of Article Writing
  • Alternatives to edit warring
  • ANI flu
  • Anti-Wikipedian
  • Anti-Wikipedianism
  • Articlecountitis
  • Asshole John rule
  • Assume bad faith
  • Assume faith
  • Assume good wraith
  • Assume stupidity
  • Assume that everyone's assuming good faith, assuming that you are assuming good faith
  • Avoid using the preview button
  • Avoid using wikilinks
  • Bad Jokes and Other Deleted Nonsense
  • Barnstaritis
  • Before they were notable
  • Be the fun police
  • BOLD, revert, revert, revert cycle
  • Boston Tea Party
  • Butterfly effect
  • CaPiTaLiZaTiOn MuCh?
  • Case against LLM-generated articles
  • Complete bollocks
  • Counting forks
  • Counting juntas
  • Crap
  • Delete the main page
  • Diffusing conflict
  • Don't stuff beans up your nose
  • Don't-give-a-fuckism
  • Don't abbreviate "Wikipedia" as "Wiki"!
  • Don't delete the main page
  • Editcountitis
  • Edits Per Day
  • Editsummarisis
  • Editing under the influence
  • Embrace Stop Signs
  • Emerson
  • Fart
  • Five Fs of Wikipedia
  • Seven Ages of Editor, by Will E. Spear-Shake
  • Go ahead, vandalize
  • How many Wikipedians does it take to change a lightbulb?
  • How to get away with UPE
  • How to put up a straight pole by pushing it at an angle
  • How to vandalize correctly
  • How to win a citation war
  • If you have a pulse
  • Ignore all essays
  • Ignore all user warnings
  • Ignore every single rule
  • Is that even an essay?
  • Keep beating the horse
  • List of really, really, really stupid article ideas that you really, really, really should not create
  • Mess with the templates
  • My local pond
  • Newcomers are delicious, so go ahead and bite them
  • Legal vandalism
  • List of jokes about Wikipedia
  • LTTAUTMAOK
  • No climbing the Reichstag dressed as Spider-Man
  • No episcopal threats
  • No one cares about your garage band
  • No one really cares
  • No, really
  • No self attacks
  • Notability is not eternal
  • Oops Defense
  • Play the game
  • Please be a giant dick, so we can ban you
  • Please bite the newbies
  • Please do not murder the newcomers
  • Pledge of Tranquility
  • Project S.C.R.A.M.
  • R-e-s-p-e-c-t
  • Requests for medication
  • Requirements for adminship
  • Rouge admin
  • Rouge editor
  • Sarcasm is really helpful
  • Sausages for tasting
  • Spaling Muich?
  • Template madness
  • The Night Before Wikimas
  • The first rule of Wikipedia
  • The Five Pillars of Untruth
  • Things that should not be surprising
  • The WikiBible
  • Watchlistitis
  • We are deletionist!
  • Why is BFDI on Wikipedia?
  • Why you shouldn't write articles with ChatGPT, according to ChatGPT
  • Wikipedia is an MMORPG
  • WTF? OMG! TMD TLA. ARG!
  • Yes, falsely
  • Yes legal threats
  • Yes personal attacks
  • You don't have to be mad to work here, but
  • You should not write meaningless lists
About
About essays
  • Essay guide
  • Value of essays
  • Difference between policies, guidelines and essays
  • Don't cite essays as if they were policy
  • Avoid writing redundant essays
  • Finding an essay
  • Quote your own essay
Policies and guidelines
  • About policies and guidelines
    • Policies
    • Guidelines
  • How to contribute to Wikipedia guidance
  • Policy writing is hard
Essay search
Retrieved from "https://teknopedia.ac.id/w/index.php?title=Help:Advanced_text_formatting&oldid=1339011696"
Categories:
  • Wikipedia how-to
  • Wikipedia essays
  • Wikipedia essays about article formatting
  • Wikipedia how-to essays

  • indonesia
  • Polski
  • العربية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصرى
  • Nederlands
  • 日本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українська
  • Tiếng Việt
  • Winaray
  • 中文
  • Русский
Sunting pranala
url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id