Template:Path item: Difference between revisions

From Teopedia
mNo edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>This template creates one record for the [[Path, The/TOC|table of contents of ''The Path'']] magazine.
<noinclude>This template creates one record for the [[Path, The/TOC|table of contents of ''The Path'']] magazine.


To copy:
{| class="wikitable"
<pre>
|- valign=top
! To copy:
! Comment
|- valign=top
|<pre>
{{ Path item
{{ Path item
  | id            =  
  | id            =  
Line 14: Line 18:
  | author signed =  
  | author signed =  
  | comment      =  
  | comment      =  
| type          =
  | links to text =  
  | links to text =  
  | in russian    =  
  | in russian    =  
}}
}}
</pre>
</pre>
|
* '''id''' – unique item number in format: '''volume-page-item''', with leading zeros to fit pattern: 00-000-00
* '''type''' – article, review, maxima, note, etc.
|}
[[Category: Templates]]
[[Category: Templates]]
<!-- Table fields:
<!-- Table fields:
Line 23: Line 32:
! Date
! Date
! Author
! Author
! Signed
! Title, links, comments
! Title, links, comments
id = volume-page-item (there could be several items on page)
id = 01-025-01


TODO: Create semantic subobject for external queries and query from Russian section of Teopedia.
TODO: Create semantic subobject for external queries and query from Russian section of Teopedia.
Line 33: Line 40:
|- valign=top
|- valign=top
| v.{{{volume|-}}}, n.{{{number|-}}}, p.{{{page|-}}}
| v.{{{volume|-}}}, n.{{{number|-}}}, p.{{{page|-}}}
<p style="text-indent: 0; font-size: 80%; color: grey;">ID: {{{id|}}}</p>
| {{{year|-}}}, {{{month|-}}}
| {{{year|-}}}, {{{month|-}}}
| {{#if: {{{author|}}}| {{{author}}}|}}
| {{#if: {{{author|}}}| {{{author}}}|}}
{{#if: {{{author signed|}}}|<p style="text-indent: 0; line-height: 110%; font-size: 80%; color: grey;">{{{author signed}}}</p>|}}
| {{#if: {{{author signed|}}}|<span style="color: grey;">{{{author signed}}}</span>|}}
| {{{title|-}}}  
| {{{title|-}}} <!--
{{#if: {{{comment|}}}|<p style="text-indent: 0; line-height: 110%; font-size: 80%; color: grey;">Read at: <span class="plainlinks">{{{links to text|}}}</span></p>|}}
-->{{#if: {{{links to text|}}}|<br><span class="plainlinks" style="font-size: 80%; color: grey;">Read at: {{{links to text|}}}</span>|}}<!--
{{#if: {{{in russian|}}}|<p style="text-indent: 0; line-height: 110%; font-size: 80%; color: grey;">Read in: <span class="plainlinks">{{{in russian}}}</span></p>|}}
-->{{#if: {{{in russian|}}}|<br><span class="plainlinks" style="font-size: 80%; color: grey;">Read in: {{{in russian}}}</span>|}}<!--
{{#if: {{{comment|}}}|<p style="text-indent: 0; font-size: 100%; color: grey;">{{{comment|}}}</p>|}}
-->{{#if: {{{comment|}}}|<br><span style="color: grey;">{{{comment|}}}</span>|}}
</includeonly>
</includeonly>

Latest revision as of 16:51, 10 October 2024

This template creates one record for the table of contents of The Path magazine.

To copy: Comment
{{ Path item
 | id            = 
 | year          = 
 | volume        = 
 | number        = 
 | month         = 
 | page          = 
 | title         = 
 | author        = 
 | author signed = 
 | comment       = 
 | type          = 
 | links to text = 
 | in russian    = 
}}
  • id – unique item number in format: volume-page-item, with leading zeros to fit pattern: 00-000-00
  • type – article, review, maxima, note, etc.