Form:OrganizationCategoryPage: Difference between revisions
From Buddha-Nature
((by SublimeText.Mediawiker)) |
((by SublimeText.Mediawiker)) |
||
| Line 13: | Line 13: | ||
|- | |- | ||
! Image | ! Image | ||
| {{{field| image | input type=text}}} | | {{{field| image | input type=text }}} | ||
| Use any image in [https://commons.tsadra.org/index.php/Main_Page commons]. | | Use any image in [https://commons.tsadra.org/index.php/Main_Page commons]. | ||
|- | |- | ||
! Website | ! Website | ||
| {{{field| link | input type=text}}} | | {{{field| link | input type=text }}} | ||
| Website of the publisher, journal, or organization. | |||
|- | |||
! Description | |||
| {{{field| wpDescription | input type=textarea }}} | |||
| This can simply be the description from wikipedia, website above, or other website with description. | |||
|- | |||
! Read more link | |||
| {{{field| wpPage | input type=text }}} | |||
| Link to where the description above was found and where one can read more on this. Again a good example if wikipedia. | |||
|} | |||
<div class="row"> | <div class="row"> | ||
<div class="col-sm-8"> | <div class="col-sm-8"> | ||
<div class="org-description">{{{ wpDescription | }}} | <div class="org-description">{{{ wpDescription | }}} | ||
<div class="text-right">[ | <div class="text-right">[{{{ wpPage | }}} read more...]</div> | ||
</div> | </div> | ||
</div> | </div> | ||