వాడుకరి:Arjunaraoc/enwikisource-formatting-templates

వికీసోర్స్ నుండి

Usage[మార్చు]

Use this template to insert a fixed width gap in inline text. The default is 2em.

For example,

Hello{{gap|3em}}world!

yields "Helloworld!"


If no argument is given, the default is 2em:

Hello{{gap}}world!

yields "Helloworld!"

For a real example of it in use, see Page:An introduction to physiological and systematical botany (1st edition).djvu/542.

Deprecated or incorrect usage[మార్చు]

Please note: This template is not intended to produce a formatting preference, such as indented paragraphs or double spacing after full stops (periods).

Indentation[మార్చు]

Indentation can be produced with a div style using a CSS command like "text-indent:2em". {{gap}} shouldn't be used to indent the first line of a paragraph

Offsetting right-aligned text[మార్చు]

Please do not use a construction like

{{right|This is incorrect{{gap}} }}

{{Right}} has a parameter "offset" for this:

{{right|This is correct|offset=2em}}

See also[మార్చు]

To insert a vertical gap (i.e. extra line spacing), simply add consecutive carriage returns. To force a gap in situations where the Mediawiki software consumes multiple carriage returns, such as at the end of a page, use {{nop}}.

Similar functionality is provided by {{em}}.

Usage[మార్చు]

Hanging indent template. The default inset is 2em when one parameter is used with single pipe | to separate the template name and the text. (The expression {{lorem ipsum}} is simply used below to generate some arbitrary text.)


one parameter
{{hanging indent|{{lorem ipsum}}}}

produces

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


shorthand version
{{hi|{{lorem ipsum}}}}

produces

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


To specify the amount of indent, use the width first e.g. 1em
{{hanging indent|1em|{{lorem ipsum}}}}

produces

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Spanning multiple pages[మార్చు]

You can also use {{hanging indent/s}} to open and {{hanging indent/e}} and close the paragraph. But if you need to span the paragraph across pages, you should use the footer and header to create two separate paragraphs, each with hanging-indents, which will not be transcluded to the main namespace. /m can be used instead of /s for a paragraph with no hanging first line. Every page must have one of each, one at the start and one at the end. When the pages are all transcluded, you will end up with just one {{hanging indent/s}} and just one {{hanging indent/e}} at the start and end of the section, respectively. In this way an indented paragraph may span over two or more pages. In the schema below, omit the middle page if it only spans two pages.

First page[మార్చు]

Body
{{hanging indent/s}}
Start of the hanging indent text.
Footer
{{hanging indent/e}}

Middle pages[మార్చు]

Header
{{hanging indent/m}}
Body
continuation of the paragraph goes here.
Footer
{{hanging indent/e}}

Last page[మార్చు]

Header
{{hanging indent/m}}
Body
The last part of the paragaph is here.
{{hanging indent/e}}

See also[మార్చు]


Template to indicate that a span of text is italic.

Note that in MediaWiki text can be italicized by enclosing it in two straight apostrophes; ''this'' is displayed as this.

This template uses a styled span, in attempt to prevent misinterpretation of conventional MediaWiki notation for italics when working with certain templates and parameters that use specific formatting. This template should only be used when there are semantic reasons to separate text that is italicized for typographical conventions (titles of works, the names of ships, species taxa, foreign language terms, phrases that are whispered, etc.) versus text that is emphasized (warnings, text that is shouted, etc.) In the case of the latter, use {{em text}}, which will mark it as semantically different. This template only exists to distinguish between the two, which are often conflated but have different meanings.

Usage[మార్చు]

See also[మార్చు]

  • {{normal}} remove italics in an otherwise italic span or block
  • {{em text}}, for emphasized text, which is usually italicized in web browsers


Usage[మార్చు]

This template is for formatting a quotation that is indented on the left and the right margin, and italicized.

Example[మార్చు]

{{lorem ipsum}}
{{itquote|{{lorem ipsum}}}}
{{lorem ipsum}}

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

See also[మార్చు]


Usage[మార్చు]

Line is used to add a line number to the right edge of a page after the line it's added to.

Add {{Line|Line number}} at the end of the line and change the italic text to the desired line number.

Usage[మార్చు]

{{outdent
 | text
 | outdent in ems
}}

ie:
{{outdent
 | {{lorem ipsum}}
 | 3
}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.


See also[మార్చు]


Usage[మార్చు]

For use with works with sidenotes where the works are transcluded from the Page: namespace.

These templates display sidenotes to the left and right as displayed when in the Page namespace, though when the pages are transcluded to the main namespace, the sidenotes are 'all displayed on the left hand side of the page. Uses a <span> for formatting.

  • Pages with original notes on left hand side use {{outside L}}
{{outside L|Special sidenote to display}}{{lorem ipsum}}
Special sidenote to display Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  • Pages with original notes on right hand side use {{outside RL}}
{{outside RL|Special sidenote to display}}{{lorem ipsum}}
Special sidenote to display Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Note: Template:outside is not and should not be used directly, it is called as appropriate from within {{outside L}} and {{outside RL}}

Available parameters[మార్చు]

  • depth: Depth of penetration into left margin, default 9em.
  • padding: The space on the right of the text, default 1em.
  • top: Vertical offset of text (margin-top) in pixel, default is 4px.
  • align: Text alignment (text-align) within the span, default to "left".
  • size: Size of font (font-size), default to "smaller", can be freely set.
  • height: The height of each line, the vertical space between lines, default is 125% (enter as a number, do not include the percent sign).
  • clearfix: Adds a "clear:" into the styling to force the sidenote to not overlap with an existing one.

Notes[మార్చు]

Note - The use of this template has elements of complexity due to the requirement for the technical placement of text relative to other text
  • PAGE: namespace

When set within the Page: namespace, the use of {{sidenotes begin}} and {{sidenotes end}} within the header and footer, respectively, is recommended for display purposes.

  • MAIN namespace

When transcluding to main namespace, the following formatting is recommended

<div style="margin-left: XXem">
<pages your transclusion details as Wikisource:ProofreadPage />
</div>

where XXem = depth + padding; so 10em for default usage
example Copyright Act, 1956 (United Kingdom)/Part 1

See also[మార్చు]


Usage[మార్చు]

This template floats a span past the left margin, so it appears further to the left.

Parameters[మార్చు]

  • align: Text alignment within the span, default to "left". If set, the width is fixed, to allow alignment. Otherwise, width is unset, and extended as far to the right as needed.
  • depth: Depth of penetration into left margin, default 3em.
  • padding: The space on the right of the text, default 0.2em.
  • width: width of left-aligned text block, add this parameter for a multi-line block.

Examples[మార్చు]

<div class="prose">
{{overfloat left|align=right|I.}} {{lorem ipsum}} {{overfloat right|45}}

{{overfloat left|align=right|padding=1em|II.}} {{lorem ipsum}}

{{overfloat left|depth=4em|2}} {{lorem ipsum}}
</div>

I. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. 45

II. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

2 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

See also[మార్చు]

  • {{fqm}} - simplified version for floating quotation marks

This template is for placing text above another text. It is based on Wikipedia template overset

{{os}} redirects here. Use this shorter form of the template if you prefer.

Syntax[మార్చు]

The syntax is:

{{overscript|base|over}}

Required parameters:

  • base (1) : This is the base text.
  • over (2) : This is the overscript text above the base text.

Optional parameters:

  • os-offset : Adjusts the line-height of the overscript and this changes vertical distance between the overscript and the base. Default is 0.8em.
  • os-size : Adjusts the font-size of the overscript. Default is 70%.
  • os-padding : Adjusts the left and the right padding of the overscripted text (to clearly separate it from other text). Default is 0.1em.

Examples[మార్చు]

{{overscript|base|overscript}} = overscriptbase

{{overscript|base text|overscript}} = overscriptbase text

{{overscript|base|overscript|os-offset=0em}} = overscriptbase

{{overscript|base|overscript|os-size=40%}} = overscriptbase

ab{{overscript|c|1}}de = ab1cde

ab{{overscript|c|1|os-padding=0.0em}}de = ab1cde

This is a compact version of the Template:Overscript. It is intended only for lowercase base text which doesn't have the height of the uppercase letters, e.g. a, e, o.

{{osc}} redirects here. Use this shorter form of the template if you prefer.

Syntax[మార్చు]

The syntax is:

{{overscript compact|base|over}}

Required parameters:

  • base (1) : This is the base text.
  • over (2) : This is the overscript text above the base text.

Example[మార్చు]

{{overscript compact|aeo|123}} = 123aeo

DRAFT

Usage[మార్చు]

Works much like the premise in Template:Table style.

Use: {{P|1|2|3|up to 10 attributes and their values|10}}

More info pending.

Example[మార్చు]

{{P|lh12|fs92}}{{Lorem ipsum}}</p>

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

TemplateData[మార్చు]

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly error report for this template.

TemplateData for Arjunaraoc

This template allows for a means to style the paragraph tag.

మూస పరామితులు[టెంప్లేట్‌డేటాను నిర్వహించు]

పరామితివివరణరకంస్థితి
arar

text-align:right

స్ట్రింగుఐచ్చికం
acac

text-align:center

స్ట్రింగుఐచ్చికం
alal

text-align:left

స్ట్రింగుఐచ్చికం
asas

text-align:start

స్ట్రింగుఐచ్చికం
aeae

text-align:end

స్ట్రింగుఐచ్చికం
ajaj

text-align:justify

స్ట్రింగుఐచ్చికం
ainain

text-align:inherit

స్ట్రింగుఐచ్చికం
ampamp

text-align:match-parent

స్ట్రింగుఐచ్చికం
asease

text-align:start end

స్ట్రింగుఐచ్చికం
alaala

text-align-last:auto

స్ట్రింగుఐచ్చికం
alralr

text-align-last:right

స్ట్రింగుఐచ్చికం
alcalc

text-align-last:center

స్ట్రింగుఐచ్చికం
allall

text-align-last:left

స్ట్రింగుఐచ్చికం
alsals

text-align-last:start

స్ట్రింగుఐచ్చికం
aleale

text-align-last:end

స్ట్రింగుఐచ్చికం
aljalj

text-align-last:justify

స్ట్రింగుఐచ్చికం
bgtbgt

background-color:transparent

స్ట్రింగుఐచ్చికం
blbl

border-left:1px solid black

స్ట్రింగుఐచ్చికం
brbr

border-right:1px solid black

స్ట్రింగుఐచ్చికం
btbt

border-top:1px solid black

స్ట్రింగుఐచ్చికం
bbbb

border-bottom:1px solid black

స్ట్రింగుఐచ్చికం
baba

border:1px solid black

స్ట్రింగుఐచ్చికం
bnbn

border:none

స్ట్రింగుఐచ్చికం
bttbtt

border-top:0px solid transparent

స్ట్రింగుఐచ్చికం
bbtbbt

border-bottom:0px solid transparent

స్ట్రింగుఐచ్చికం
bltblt

border-left:0px solid transparent

స్ట్రింగుఐచ్చికం
brtbrt

border-right:0px solid transparent

స్ట్రింగుఐచ్చికం
ba3ba3

border:3px solid black

స్ట్రింగుఐచ్చికం
bl3bl3

border-left:3px solid black

స్ట్రింగుఐచ్చికం
br3br3

border-right:3px solid black

స్ట్రింగుఐచ్చికం
bt3bt3

border-top:3px solid black

స్ట్రింగుఐచ్చికం
bb3bb3

border-bottom:3px solid black

స్ట్రింగుఐచ్చికం
bldbld

border-left:4px double black

స్ట్రింగుఐచ్చికం
brdbrd

border-right:4px double black

స్ట్రింగుఐచ్చికం
btdbtd

border-top:4px double black

స్ట్రింగుఐచ్చికం
bbdbbd

border-bottom:4px double black

స్ట్రింగుఐచ్చికం
bsbbbsbb

box-sizing:border-box

స్ట్రింగుఐచ్చికం
bscbbscb

box-sizing:content-box

స్ట్రింగుఐచ్చికం
bspbbspb

box-sizing:padding-box

స్ట్రింగుఐచ్చికం
clrclr

clear:right

స్ట్రింగుఐచ్చికం
clbclb

clear:both

స్ట్రింగుఐచ్చికం
cllcll

clear:left

స్ట్రింగుఐచ్చికం
clinclin

clear:inherit

స్ట్రింగుఐచ్చికం
clnoclno

clear:none

స్ట్రింగుఐచ్చికం
dpbdpb

display:block

స్ట్రింగుఐచ్చికం
dpidpi

display:inline

స్ట్రింగుఐచ్చికం
dpibdpib

display:inline-block

స్ట్రింగుఐచ్చికం
dplidpli

display:list-item

స్ట్రింగుఐచ్చికం
dpridpri

display:run-in

స్ట్రింగుఐచ్చికం
dpindpin

display:inherit

స్ట్రింగుఐచ్చికం
dpnodpno

display:none

స్ట్రింగుఐచ్చికం
fllfll

float:left

స్ట్రింగుఐచ్చికం
flrflr

float:right

స్ట్రింగుఐచ్చికం
ffblffbl

font-family:UnifrakturMaguntia;font-size:113%

స్ట్రింగుఐచ్చికం
fs08fs08

font-size:0.80em

స్ట్రింగుఐచ్చికం
fs09fs09

font-size:0.90em

స్ట్రింగుఐచ్చికం
fs10fs10

font-size:1.00em

స్ట్రింగుఐచ్చికం
fs70fs70

font-size:70%

స్ట్రింగుఐచ్చికం
fs75fs75

font-size:75%

స్ట్రింగుఐచ్చికం
fs80fs80

font-size:80%

స్ట్రింగుఐచ్చికం
fs85fs85

font-size:85%

స్ట్రింగుఐచ్చికం
fs90fs90

font-size:90%

స్ట్రింగుఐచ్చికం
fs92fs92

font-size:92%

స్ట్రింగుఐచ్చికం
fs95fs95

font-size:95%

స్ట్రింగుఐచ్చికం
fs100fs100

font-size:100%

స్ట్రింగుఐచ్చికం
fs110fs110

font-size:110%

స్ట్రింగుఐచ్చికం
fs115fs115

font-size:115%

స్ట్రింగుఐచ్చికం
lglg

font-size:120%

స్ట్రింగుఐచ్చికం
fs125fs125

font-size:125%

స్ట్రింగుఐచ్చికం
xlxl

font-size:144%

స్ట్రింగుఐచ్చికం
fs150fs150

font-size:150%

స్ట్రింగుఐచ్చికం
xxlxxl

font-size:182%

స్ట్రింగుఐచ్చికం
fs200fs200

font-size:200%

స్ట్రింగుఐచ్చికం
fsinfsin

font-size:inherit

స్ట్రింగుఐచ్చికం
fynfyn

font-style:normal

స్ట్రింగుఐచ్చికం
fyifyi

font-style:italic

స్ట్రింగుఐచ్చికం
fyofyo

font-style:oblique

స్ట్రింగుఐచ్చికం
fyinfyin

font-style:inherit

స్ట్రింగుఐచ్చికం
fwnfwn

font-weight:normal

స్ట్రింగుఐచ్చికం
fwbfwb

font-weight:bold

స్ట్రింగుఐచ్చికం
fwinfwin

font-weight:inherit

స్ట్రింగుఐచ్చికం
lhnolhno

line-height:normal

స్ట్రింగుఐచ్చికం
lh10lh10

line-height:1.00em

స్ట్రింగుఐచ్చికం
lh11lh11

line-height:1.10em

స్ట్రింగుఐచ్చికం
lh12lh12

line-height:1.20em

స్ట్రింగుఐచ్చికం
lh15lh15

line-height:1.50em

స్ట్రింగుఐచ్చికం
lh85lh85

line-height:85%

స్ట్రింగుఐచ్చికం
lh90lh90

line-height:90%

స్ట్రింగుఐచ్చికం
lh95lh95

line-height:95%

స్ట్రింగుఐచ్చికం
lh100lh100

line-height:100%

స్ట్రింగుఐచ్చికం
lh110lh110

line-height:110%

స్ట్రింగుఐచ్చికం
lh120lh120

line-height:120%

స్ట్రింగుఐచ్చికం
lh125lh125

line-height:125%

స్ట్రింగుఐచ్చికం
lh150lh150

line-height:150%

స్ట్రింగుఐచ్చికం
lh200lh200

line-height:200%

స్ట్రింగుఐచ్చికం
lhinlhin

line-height:inherit

స్ట్రింగుఐచ్చికం
m0m0

margin:0 0 0 0

స్ట్రింగుఐచ్చికం
mcmc

margin:0 auto 0 auto

స్ట్రింగుఐచ్చికం
mt5mt5

margin-top:5px

స్ట్రింగుఐచ్చికం
mt2exmt2ex

margin-top:2ex

స్ట్రింగుఐచ్చికం
mr5mr5

margin-right:5px

స్ట్రింగుఐచ్చికం
mb5mb5

margin-bottom:5px

స్ట్రింగుఐచ్చికం
ml5ml5

margin-left:5px

స్ట్రింగుఐచ్చికం
scsc

font-variant:small-caps

స్ట్రింగుఐచ్చికం
smsm smaller

font-size:smaller

స్ట్రింగుఐచ్చికం
sm80sm80

font-size:80%

స్ట్రింగుఐచ్చికం
sm85sm85

font-size:85%

స్ట్రింగుఐచ్చికం
sm90sm90

font-size:92%

స్ట్రింగుఐచ్చికం
sm95sm95

font-size:95%

స్ట్రింగుఐచ్చికం
xsxs

font-size:69%

స్ట్రింగుఐచ్చికం
sminsmin

font-size:inherit

స్ట్రింగుఐచ్చికం
capcap

text-transform:capitalize

స్ట్రింగుఐచ్చికం
lclc

text-transform:lowercase

స్ట్రింగుఐచ్చికం
ucuc

text-transform:uppercase

స్ట్రింగుఐచ్చికం
pl1pl1

padding-left:1.0em

స్ట్రింగుఐచ్చికం
pl15pl15

padding-left:1.5em

స్ట్రింగుఐచ్చికం
pl2pl2

padding-left:2.0em

స్ట్రింగుఐచ్చికం
pl5pl5

padding-left:5.0em

స్ట్రింగుఐచ్చికం
pr1pr1

padding-right:1.0em

స్ట్రింగుఐచ్చికం
pr15pr15

padding-right:1.5em

స్ట్రింగుఐచ్చికం
pr2pr2

padding-right:2.0em

స్ట్రింగుఐచ్చికం
pr5pr5

padding-right:5.0em

స్ట్రింగుఐచ్చికం
pt1pt1

padding-top:1.0em

స్ట్రింగుఐచ్చికం
pt15pt15

padding-top:1.5em

స్ట్రింగుఐచ్చికం
pt2pt2

padding-top:2.0em

స్ట్రింగుఐచ్చికం
pt5pt5

padding-top:5.0em

స్ట్రింగుఐచ్చికం
pb1pb1

padding-bottom:1.0em

స్ట్రింగుఐచ్చికం
pb15pb15

padding-bottom:1.5em

స్ట్రింగుఐచ్చికం
pb2pb2

padding-bottom:2.0em

స్ట్రింగుఐచ్చికం
pb5pb5

padding-bottom:5.0em

స్ట్రింగుఐచ్చికం
ti0ti0

text-indent:0.00em

స్ట్రింగుఐచ్చికం
ti7ti7

text-indent:0.75em

స్ట్రింగుఐచ్చికం
ti10ti10

text-indent:1.00em

స్ట్రింగుఐచ్చికం
ti12ti12

text-indent:1.25em

స్ట్రింగుఐచ్చికం
ti15ti15

text-indent:1.50em

స్ట్రింగుఐచ్చికం
ti17ti17

text-indent:1.75em

స్ట్రింగుఐచ్చికం
ti20ti20

text-indent:2.00em

స్ట్రింగుఐచ్చికం
ti22ti22

text-indent:2.25em

స్ట్రింగుఐచ్చికం
tiitii

text-indent:inherit

స్ట్రింగుఐచ్చికం
unun

text-decoration:underline

స్ట్రింగుఐచ్చికం
ovov

text-decoration:overline

స్ట్రింగుఐచ్చికం
stst

text-decoration:line-through

స్ట్రింగుఐచ్చికం
bkbk

text-decoration:blink

స్ట్రింగుఐచ్చికం
ofaofa

overflow:auto

స్ట్రింగుఐచ్చికం
ofhofh

overflow:hidden

స్ట్రింగుఐచ్చికం
ofsofs

overflow:scroll

స్ట్రింగుఐచ్చికం
ofvofv

overflow:visible

స్ట్రింగుఐచ్చికం
vttvtt

vertical-align:text-top

స్ట్రింగుఐచ్చికం
vtbvtb

vertical-align:text-bottom

స్ట్రింగుఐచ్చికం
vtpvtp

vertical-align:top

స్ట్రింగుఐచ్చికం
vbsvbs

vertical-align:baseline

స్ట్రింగుఐచ్చికం
vbmvbm

vertical-align:bottom

స్ట్రింగుఐచ్చికం
vmivmi

vertical-align:middle

స్ట్రింగుఐచ్చికం
vivviv

visibility:visible

స్ట్రింగుఐచ్చికం
vihvih

visibility:hidden

స్ట్రింగుఐచ్చికం
viinviin

visibility:inherit

స్ట్రింగుఐచ్చికం
wawa

width:100%

స్ట్రింగుఐచ్చికం
w25w25

width:25em

స్ట్రింగుఐచ్చికం
w50w50

width:50em

స్ట్రింగుఐచ్చికం
w75w75

width:75em

స్ట్రింగుఐచ్చికం
w100w100

width:100em

స్ట్రింగుఐచ్చికం
wbnwbn

word-break:normal

స్ట్రింగుఐచ్చికం
wbawba

word-break:break-all

స్ట్రింగుఐచ్చికం
wbkwbk

word-break:keep-all

స్ట్రింగుఐచ్చికం
wbintwbint

word-break:initial

స్ట్రింగుఐచ్చికం
wbinwbin

word-break:inherit

స్ట్రింగుఐచ్చికం
wsnwsn

word-spacing:normal

స్ట్రింగుఐచ్చికం
ws10ws10

word-spacing:1.00em

స్ట్రింగుఐచ్చికం
ws20ws20

word-spacing:2.00em

స్ట్రింగుఐచ్చికం
ws-1ws-1

word-spacing:-1px

స్ట్రింగుఐచ్చికం
ws-2ws-2

word-spacing:-2px

స్ట్రింగుఐచ్చికం
wsintwsint

word-spacing:initial

స్ట్రింగుఐచ్చికం
wsinwsin

word-spacing:inherit

స్ట్రింగుఐచ్చికం
wwnwwn

word-wrap:normal

స్ట్రింగుఐచ్చికం
wwbwwb

word-wrap:break-word

స్ట్రింగుఐచ్చికం
wwintwwint

word-wrap:initial

స్ట్రింగుఐచ్చికం
wwinwwin

word-wrap:inherit

స్ట్రింగుఐచ్చికం


This template expands to a bit of whitespace and a line number, which is formatted in small coloured text in order not to distract from the actual text of the poem or play. The line number also includes an id attribute, which can be used as a label to hyperlink directly to a particular line: [[Hellas#line300]]

{{pline|number}} gives: number
  • Note: the contents doesn't have to be numerical.

Alignment[మార్చు]

If a second parameter is given as "l", the line number will float left, past the left margin of the text. The text will be right-aligned.

If a second parameter is given as "r", the line number will float right. This is only generally useful when the poem is enclosed in a limited-width environment, particularly {{block center}}, which "contracts" to the minimum width required by the contents.

If a second parameter is given as "or", the line number will overfloat right, past the right margin of the text.

ID tags[మార్చు]

If no id parameter is given, the "id" of the span will be "lineXXX", where XXX is the given line number. If id is given, the "id" will be that instead.

Example[మార్చు]

<poem>
Hence! home, you idle creatures, get you home{{pline|1}} 
Is this a holiday? what! know you not,{{pline|2}}
Being mechanical, you ought not walk 
Upon a labouring day without the sign{{pline|4}}
</poem>

Hence! home, you idle creatures, get you home1
Is this a holiday? what! know you not,2
Being mechanical, you ought not walk
Upon a labouring day without the sign4

Example of right alignment[మార్చు]

{{block center|
<poem>
Hence! home, you idle creatures, get you home{{pline|1|r}} 
Is this a holiday? what! know you not,{{pline|2|r}}
Being mechanical, you ought not walk 
Upon a labouring day without the sign{{pline|4|r}}
</poem>
}}

Hence! home, you idle creatures, get you home1
Is this a holiday? what! know you not,2
Being mechanical, you ought not walk
Upon a labouring day without the sign4

Example of left alignment[మార్చు]

{{block center|
<poem>
{{pline|1|l}}Hence! home, you idle creatures, get you home
{{pline|2|l}}Is this a holiday? what! know you not,
Being mechanical, you ought not walk 
{{pline|4|l}}Upon a labouring day without the sign
</poem>
}}

1Hence! home, you idle creatures, get you home
2Is this a holiday? what! know you not,
Being mechanical, you ought not walk
4Upon a labouring day without the sign

See also[మార్చు]


Usage[మార్చు]

This template is for semantically marking up text as a quotation within running text.

Example[మార్చు]

The following:

He told me, {{qhtml|Wikisource is the best!}}

will render as:

He told me, Wikisource is the best!

See also[మార్చు]


Usage[మార్చు]

This template is for formatting a quotation. The second and third parameters are used for the cited author and work. They should not be used if the quotation has different formatting to the one provided.

The default style is an extra margin on the left and right sides, but this can be set on a per-work basis with Index CSS.

The split templates {{quote/s}} and {{quote/e}} are available for spanning page breaks. The citation parameters are not available in this case.

Parameters[మార్చు]

  • 1: the quoted text
  • 2: a citation author, which comes after the quote (not available for the /s, /e split version)
  • 3: a citation work, which comes after the author (not available for the /s, /e split version)
  • class: extra CSS classes (wst-quote is always applied in addition). You can target these classes with Index CSS.
  • align: text alignment of the content (e.g. center).
  • style: extra CSS style to apply to the quoted text. Do not use quotes, the template supplies them.

Example[మార్చు]

{{lorem ipsum}}
{{quote|'''With citation''': {{lorem ipsum}}|Albert Einstein|Life and Works}}
{{lorem ipsum}}
{{quote|style=color:blue;|'''With CSS''': {{lorem ipsum}}}}
{{lorem ipsum}}

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

With citation: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Albert Einstein, Life and Works

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

With CSS: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

CSS[మార్చు]

Target the wst-quote class with CSS to apply styles to this template. You can also specify your own class name with the class parameter (e.g. if the work has multiple quote styles).

A common use case is to remove the default right margin inset:

.wst-quote {
    margin-right: 0;		
}

See also[మార్చు]

Insert a block of quoted text

మూస పరామితులు[టెంప్లేట్‌డేటాను నిర్వహించు]

ఈ మూసకు, పరామితుల ఇన్‌లైను ఫార్మాటింగు కావాలి.

పరామితివివరణరకంస్థితి
11

The quoted content

కంటెంటుతప్పనిసరి
classclass

Additional classes for targeting CSS

ఉదాహరణ
_custom_class
లైనుఐచ్చికం
alignalign

Text alignment

సూచిత విలువలు
center right left justify
స్ట్రింగుఐచ్చికం
stylestyle

Additional CSS styling

లైనుఐచ్చికం
22

Citation author (rarely used in actual works)

తెలియనిదిఐచ్చికం
33

The cited work (rarely used in actual works)

తెలియనిదిఐచ్చికం

Usage[మార్చు]

This template inserts a black horizontal rule. It should be used in transcriptions in preference to wiki syntax "----", which inserts a rule but in a lighter colour. Furthermore there can be no certainty that the rendering of "----" will not change in the future. Please check for any [X]HTML 5 issues as well.

For example

{{rule}}

produces


The common case of a double-rule can be achieved by

{{rule}}{{rule}}

which produces




Width[మార్చు]

A width may optionally be provided, in em or by % in which case a black horizontal rule of that width is centered on the line.

For example

{{rule|width=12em}}

and

{{rule|12em}}

both produce


Height[మార్చు]

Height is provided by the named height parameter:

{{rule|height=3px}}

Alignment[మార్చు]

In rare cases where the left or right alignment is required, the align parameter may be used.

For example

{{rule|6em|align=left}}

produces


Style[మార్చు]

Finally, any desired special HTML styling may be applied through the style parameter.

For example

{{rule|width=12em|height=1em|style=background-color:orange;border:1px solid black}}

produces


Redirects[మార్చు]

See also[మార్చు]

  • {{Bar}} for an inline, user specified length of the dash

-->

About[మార్చు]

Templates {{Right sidenote}}, and {{Left sidenote}} are used to create a text in which notes appear to the side of the text, rather than as footnotes at the end.

These templates are compatible with dynamic layouts. Thus, the way notes are rendered depends on the layout. CSS properties are defined in self.ws_layouts.

Usage[మార్చు]

Usage is as follows:

  • In the Page Namespace, {{Sidenotes begin}} should be placed in the header of the page, and {{Sidenotes end}} in the footer, in order to create margins. (Note: these templates will be deprecated in the future, as css style properties will be imported from the index page)
  • In the main namespace, these templates are no longer necessary.
Parameters
Parameter Mandatory Definition Default
1 No Unused, temporarily retained for access to 2
2 No Width of left and right margin to apply(measured in em values) 11
side No Side of page to place a sidenotes column (options: left, right, both) both



{{Right sidenote}} is used to create a sidenote appearing to the right of the text.

Parameters
Parameter Mandatory Definition Default
1 Yes The text to appear at the right, possibly including wiki markup.
2 No The css style of the note

{{Left sidenote}} is used to create a sidenote appearing to the left of the text.

Parameters
Parameter Mandatory Definition Default
1 Yes The text to appear at the left, possibly including wiki markup.
2 No The css style of the note


Example:


Usage[మార్చు]

{{smallrefs}}
{{smallrefs|10pt}}
{{smallrefs|columns=2}}

Use in place of <references/> when a smaller type size is desired, with optional control over the specific type size and the number of columns rendered (in browsers that implement CSS columns).

Parameters[మార్చు]

All parameters are optional.

first parameter (unnamed)
Font size; this sets the CSS font-size attribute ("12px", "10pt", "0.8em", etc.; default is "83%")
columns (or second parameter)
number of columns for references; this sets the CSS column-count and -moz-column-count attributes
group (needs to be called by name)
for named groups as per reference group
refx (needs to be called by name)
for including texts within <references /> where named reference only appears specifically in the body text itself. See Cite.


Yields a larger superscript than {{sup}}.

Compare

The end.100
The end.100

మూస పరామితులు[టెంప్లేట్‌డేటాను నిర్వహించు]

పరామితివివరణరకంస్థితి
11

Text

ఉదాహరణ
{{superscript-small|100}}
స్ట్రింగుతప్పనిసరి

Redirects[మార్చు]

See also[మార్చు]

  • {{sup}} — single raised line of text with smaller font-size (for example this)
  • {{^}} — decreases font-size and raises text, but not above the text (for example this)
  • {{raised text}} — single raised line of text with regular font-size (for example this)

TOCIndex usage[మార్చు]

This template generates a wiki-readable Table of Contents for a work. It is used in conjunction with {{pg}} to create page links within a work. It takes the following syntax:

{{subst:TOCIndex
|Title of Work
|1|Introduction
|12|First Chapter
|56|Second Chapter
}}

and so forth.

Pg usage[మార్చు]

This template is used in conjunction with {{TOCIndex}} to generate page links within a book. First a TOC index page must be generated with {{TOCIndex}}, e.g. at Name of Book/TOCIndex. Then, this template can be used with the following syntax:

{{subst:pg|location=Name of Book/TOCIndex|page=2}}

or, more simply:

{{subst:pg|Name of Book/TOCIndex|2}}


Usage[మార్చు]

Almost identical to {{white}}; intended to be immune to modified background coloured pages. The purpose of this template is to encapsulate "invisible" text whose presence has no effect other than alignment side-effects.

Usage:

I want the following two sentences to align:
John Brown's car had a puncture in it's tyre.
John Brown's car had a puncture in it's tyre.
Comment This template is for trimming whitespace from strings. For the maintenance tag for images, see {{trimming}}

This template trims whitespace from a string. The string should be passed as the first unnamed parameter. You may substitute this template - that is, if used as {{subst:trim}}, the resulting wikicode is "clean".

Usage[మార్చు]

{{trim|text}} = text with any leading or trailing whitespace removed.

Example[మార్చు]

  • "{{trim| abc}}" produces "abc"

Template data[మార్చు]

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly error report for this template.

TemplateData for Arjunaraoc

The template trims whitespace from a string.

మూస పరామితులు[టెంప్లేట్‌డేటాను నిర్వహించు]

పరామితివివరణరకంస్థితి
String1

The string to be trimmed of whitespace

స్ట్రింగుతప్పనిసరి

See also[మార్చు]


మూస:String-handling templates


Usage[మార్చు]

This template simplifies formatting text that is మూస:Arjunaraoc.

Example[మార్చు]

{{Arjunaraoc|Arjunaraoc}}

See also[మార్చు]


All Wikisource size templates are relative to the default size. There are two kinds of sizing template: inline and block templates. Inline templates are suitable for use within a paragraph, but can't handle paragraph breaks, and do not adjust line spacing. Block templates can handle paragraph breaks, and adjust line spacing, but are not suitable for use within a paragraph, as they will cause a paragraph break. See H:DIVSPAN for more details.

Font size definition by relative differences using words[మార్చు]

Comment The line heights of fonts greater than 100% increase proportionally with the font size. The line heights of fonts less than 100% are not proportional but inherit the line height of the font at the 100% size. The smaller the font, the greater the distance between rows of text. For these, see: Fonts smaller than 100% with proportional line heights

.

Inline template Block template Size Sample
{{xx-smaller}} {{xx-smaller block}} 58% Lorem ipsum dolor sit amet,
{{x-smaller}} {{x-smaller block}} 69% Lorem ipsum dolor sit amet,
{{smaller}} {{smaller block}} 83% Lorem ipsum dolor sit amet,
{{fine}} {{fine block}} 92% Lorem ipsum dolor sit amet,
100% Lorem ipsum dolor sit amet,
{{larger}} {{larger block}} 120% Lorem ipsum dolor sit amet,
{{x-larger}} {{x-larger block}} 144% Lorem ipsum dolor sit amet,
{{xx-larger}} {{xx-larger block}} 182% Lorem ipsum dolor sit
{{xxx-larger}} {{xxx-larger block}} 207% Lorem ipsum dolor
{{xxxx-larger}} {{xxxx-larger block}} 249% Lorem ipsum