Jump to content

User:Arcorann: Difference between revisions

From Wikisource
Content deleted Content added
No edit summary
Line 96: Line 96:
|Page break stuff || <pre><ref name="p99n1">start</ref>
|Page break stuff || <pre><ref name="p99n1">start</ref>
<ref follow="p99n1">end</ref></pre>
<ref follow="p99n1">end</ref></pre>
|-
|Rule || <pre>{{rule|width=12em}}</pre>
|}
|}



Revision as of 11:37, 27 January 2024

Subpages

The original Popular Science Monthly (or The Popular Science Monthly, if you prefer) is here:

And its successor, which subsequently merged into Science:

Easy enough. No, the problem here is the other magazine. Here is an incomplete list of its hierarchy including all the magazines it absorbed:

And to this day Popular Science claims continuity with the original Popular Science Monthly...

Texts

Roughly ascending order of difficulty.

Cheat sheet

To add things that are easy to forget.

Pseudoheader
{{`ph|class=chapter|PREFACE}}
{{ph|class=chapter num|Chapter IX}}
{{ph|class=chapter title|Guild Socialism|level=2}}
Formatting pseudoheaders
Drop initial
{{di|x}}
x
Uppercase
{{uc|Abc}}
Abc
Small caps
{{sc|Abc}}
Abc
End page hyphen
{{peh}}
Running header
{{rh|l|text|r}}
Brace2
{{brace2|}}
{{brace2|2}}
{{brace2|4|r}}
{{brace2|1|l}}
{{brace2|1|u}}
{{brace2|1|d}}
sic
{{SIC|wrd|word}}
ditto marks, gaps
January {{fsp}}5<br />{{ditto|January}} 12<br />{{ditto bar|January}} 29<br />{{phantom|January}} 26
January  5
January 12
January— — — 19
January 26
Single quote
{{`}}
Poems
{{ppoem|...}}
{{block center|{{ppoem|...}}}}
{{fqm|'}}

{{

Quote blocks (CSS style using .wst-quote)
{{quote|text}}
Pages
<pages index="foo.pdf" from="88" to="98" />
<pages index="bar.djvu" include="19-22,24"/>
<pages index="baz.djvu" include="330" onlysection="abc" />
<pages index="baz.djvu" from=330 to=331
  fromsection="xyz" tosection="xyz" />
Page break stuff
<ref name="p99n1">start</ref>
<ref follow="p99n1">end</ref>
Rule
{{rule|width=12em}}

Table styles

Alignment al, ac, ar, aj
Small caps sc, asc
Borders br, br., br2, br2., brd, bb, bl, bt, ba etc. right border (solid, dotted, 2px solid, 2px dotted, doubled), bottom, left, top, all etc.

Sample styles.css

From Index:The Case for Capitalism (1920).djvu/styles.css

.chapter {
	text-align: center;
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: 1.5em;
}

.chapter.num {
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: 1.5em;
}

.chapter.title {
	font-variant: all-small-caps;
}

.toc-block {
	max-width: 25em;
    margin-left: auto;
    margin-right: auto;
    
}

.wst-block-center {
	max-width: 25em;
}

.wst-fine-block {
	margin-bottom: 2em;
	margin-top: 2em;
}