Difference between revisions of "Template:PrintTopicAcceptedTheoriesFormulations"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
 
Line 9: Line 9:
 
* <code><nowiki>|outro=</nowiki></code> - text that is appended to the output, if at least some results exist.
 
* <code><nowiki>|outro=</nowiki></code> - text that is appended to the output, if at least some results exist.
 
* <code><nowiki>|default=</nowiki></code> - if, for any reason, the query returns no results, this will be printed instead.
 
* <code><nowiki>|default=</nowiki></code> - if, for any reason, the query returns no results, this will be printed instead.
* <code><nowiki>|bullets=</nowiki></code> - if ''yes'', a bullet-list will be produced.
 
 
* <code><nowiki>|linebreak=</nowiki></code> - if ''yes'', each disjoint group entry will start from a new line; if ''no'' (default), a mere space will be added between sentences.
 
* <code><nowiki>|linebreak=</nowiki></code> - if ''yes'', each disjoint group entry will start from a new line; if ''no'' (default), a mere space will be added between sentences.
  
Line 44: Line 43:
 
     -->|<!--
 
     -->|<!--
 
       -->{{#ifeq: {{{linebreak|}}}|yes|<p>|}}<!--
 
       -->{{#ifeq: {{{linebreak|}}}|yes|<p>|}}<!--
      -->{{#ifeq: {{{bullets|}}}|yes|*<nowiki> </nowiki>|}}<!--
 
 
       -->{{PrintCommunityTopicCurrentTheoriesFormulations<!--
 
       -->{{PrintCommunityTopicCurrentTheoriesFormulations<!--
 
       -->|community=varCommunity<!--
 
       -->|community=varCommunity<!--

Latest revision as of 23:54, 27 February 2023

This template is used to print a list of accepted answers to a question. It groups the answers by community: for each community where the topic is accepted, it looks for the accepted answers and prints the answers by grouping the multiple results as needed.

NOTE: As any "printing" template, it doesn't store any values anywhere, but merely prints them on the page.

Parameters:

  • |topic= - the topic.
  • |intro= - initial text that precedes the output, if at least some results exist.
  • |outro= - text that is appended to the output, if at least some results exist.
  • |default= - if, for any reason, the query returns no results, this will be printed instead.
  • |linebreak= - if yes, each disjoint group entry will start from a new line; if no (default), a mere space will be added between sentences.

NOTE:

  • |communitiesfirst= - is UNAVAILABLE, since the community should be printed first; otherwise it looks ugly.