Difference between revisions of "Template:HPB-CW-header"

From Teopedia library
Jump to navigation Jump to search
m
Line 2: Line 2:
  
  
'''To copy:'''
+
{| class=wikitable
<pre>
+
|-
 +
! width=200px | To copy
 +
! Note
 +
|- valign=top
 +
| <pre>
 
{{HPB-CW-header
 
{{HPB-CW-header
 
  | item title  =  
 
  | item title  =  
Line 17: Line 21:
 
</pre>
 
</pre>
  
 +
|  Use semicolon (;) as a divider in a list.
 +
* '''item title''' -- title of an article or note; {{p|BCW item title}}
 +
* '''item author''' -- it's either “Blavatsky H.P.” or “Zirkoff B.”; this also add an item to appropriate category: {{c|Blavatsky H.P. (works)}} or {{c|Zirkoff B. (works)}}; {{p|BCW item author}}
 +
* '''volume''' -- volume number; {{p|BCW volume number}}
 +
* '''pages''' -- item place in the volume, first and last pages, f.e.: 606-614; {{p|BCW item pages}}
 +
* '''publications''' -- list of publications in chronological order; this refers to the item, not to the BCW, so it can include publications before and after BCW;; {{p|BCW item publications}}
 +
* '''previous''' -- previous item (article)
 +
* '''next''' -- next  item (article)
 +
* '''alternatives''' -- list of links to the same text on other internet websites; {{p|BCW item internet resources}}
 +
* '''translations''' -- list of links to translation of this text; {{p|BCW item translations}}
 +
|}
  
 
'''Example:'''
 
'''Example:'''
Line 35: Line 50:
 
[[Category: Templates]]
 
[[Category: Templates]]
 
[[Category: Templates for HPB CW]]
 
[[Category: Templates for HPB CW]]
</noinclude><includeonly>{{Hide title}} [[Category: HPB CW]]
+
</noinclude><includeonly>__NOFACTBOX__
__NOFACTBOX__<!--
+
{{Hide title}} [[Category: HPB CW]] [[Category: {{{item author|}}} (works)]] <!--
 +
  set semantic propertiesy
 +
-->{{#set: BCW item title={{{item title|}}}
 +
|BCW item author={{{item author|}}}
 +
|BCW volume number={{{volume|}}}
 +
|BCW item pages={{{pages|}}}
 +
|BCW item publications={{{publications|}}}|+sep=;
 +
|BCW item internet resources={{{alternatives|}}}|+sep=;
 +
|BCW item translations={{{translations|}}}|+sep=;
 +
}}<!--  
  
 
     PAGE OUTPUT
 
     PAGE OUTPUT

Revision as of 07:45, 28 September 2023

This template creates header for pages of «H.P. Blavatsky Collected Writtings».


To copy Note
{{HPB-CW-header
 | item title   = 
 | item author  = 
 | volume       = 
 | pages        = 
 | publications = 
 | previous     = 
 | next         = 
 | alternatives = 
 | translations = 
}}
Use semicolon (;) as a divider in a list.

Example:

{{HPB-CW-header
 | item title   = Chelas and Lay Chelas
 | item author  = Blavatsky H.P.
 | volume       = 4
 | pages        = 606-614
 | publications = The Theosophist, Vol. IV, Supplement to No. 10, July, 1883, p. 12
 | previous     = Blavatsky H.P. - The prince convert
 | next         = Blavatsky H.P. - Note to A Description of the Tantrik Mystic Rites
 | alternatives = [http://www.katinkahesselink.net/blavatsky/articles/v4/y1883_095.htm KHL]
 | translations = [https://ru.teopedia.org/lib/Блаватская_Е.П._-_Чела_и_мирские_чела Russian]
}}