Form:BookExcerpt: Difference between revisions

From Buddha-Nature
((by SublimeText.Mediawiker))
((by SublimeText.Mediawiker))
 
(10 intermediate revisions by the same user not shown)
Line 5: Line 5:
{| class="wikitable bnw-form"
{| class="wikitable bnw-form"
|-
|-
! Excerpt page title
! class="nowrap" | Excerpt page title
| {{{field | Title | input type=text }}}
| {{{field | Title | input type=textarea | rows=3 }}}
|-
|-
! Title of book excerpted
! class="nowrap" | Featured image for excerpt
| {{{field | BookTitle | input type=textarea with autocomplete | values from category=Books }}}
| {{{field | ExcerptImage | input type=text }}}
|-
|-
! Featured author
! class="nowrap" | Title of book excerpted
| {{{field | AuthorPage | input type=text with autocomplete | values from category=People}}}
| {{{field | BookTitle | input type=textarea with autocomplete | values from category=Books | rows=3 }}}
|-
|-
! Citation for top of page
! class="nowrap" | Featured author
| {{{field | TopCitation | input type=textarea }}}
| {{{field | AuthorPage | input type=tokens | delimiter=; | list | values from category=People }}}
|-
|-
! Content of excerpt
! class="nowrap" | Citation for top of page
| {{{field | Content | input type=textarea }}}
| {{{field | TopCitation | input type=textarea | rows=3 }}}
|-
|-
! Related content for sidebar
! class="nowrap" | Content of excerpt
| {{{field | RelatedContent | input type=textarea }}}
| {{{field | Content | input type=textarea | rows=3 }}}
|-
! class="nowrap" | Related content for sidebar
| {{{field | RelatedContent | input type=textarea | rows=3 }}}
<pre>
For Example:
 
{{RelatedVideo
|label=Related Video
|service=youtube
|id=biUu5zODklY
}}
{{RelatedTilesQuery
|label=Introductory Content
|query=[[BuNayGrade::I]]
}}
{{RelatedTilesQuery
|label=Read the scripture
|pages=Ratnagotravibhāga_Mahāyānottaratantraśāstra; Ratnagotravibhāgavyākhyā; Mahāyānottaratantraśāstraṭippanī; Mahāyānottaratantraśāstropadeśa; When the Clouds Part
}}
</pre>
|}
|}



Latest revision as of 13:11, 6 September 2019

BookExcerptpage name=<BookExcerpt[Title]>

Excerpt page title Title
Featured image for excerpt ExcerptImage
Title of book excerpted BookTitle
Featured author AuthorPage
Citation for top of page TopCitation
Content of excerpt Content
Related content for sidebar RelatedContent
For Example: 

{{RelatedVideo
	|label=Related Video
	|service=youtube
	|id=biUu5zODklY
}}
{{RelatedTilesQuery
	|label=Introductory Content
	|query=[[BuNayGrade::I]]
}}
{{RelatedTilesQuery
	|label=Read the scripture
	|pages=Ratnagotravibhāga_Mahāyānottaratantraśāstra; Ratnagotravibhāgavyākhyā; Mahāyānottaratantraśāstraṭippanī; Mahāyānottaratantraśāstropadeśa; When the Clouds Part
}}

{{{end template}}}

save save and continue changes