Template:FAQPage: Difference between revisions

From FamilySearch Wiki
(typo)
(move to doc page)
Line 14: Line 14:
<noinclude>You can use this template by filling out the [[Form:FAQ Page|FAQ Page]] form
<noinclude>You can use this template by filling out the [[Form:FAQ Page|FAQ Page]] form
[[Category:SMW]]
[[Category:SMW]]
== Design Considerations for FAQ Page ==
Should <code>Faqquestion</code> (the property) be of type '[https://www.semantic-mediawiki.org/wiki/Help:Type_Page page]' or type 'text'?  That depends in part on whether we would ever want simple formatting in faqquestion ('page' doesn't do formatting while 'text' retains any wiki markup); it also depends in part on whether we would want [https://www.semantic-mediawiki.org/wiki/Help:Service_links Service Links] for Faqquestion (probably not).
[https://www.semantic-mediawiki.org/wiki/Help:Inferencing Inferencing] is another topic that should be considered.  While pages (and only pages) support this, it's not expected that we would need this for FAQ Questions. In fact, we could well want the title to be distinct from the Question in cases where there are more than a single question per page.  So, it's probably best to just make sure that the page title and the faqquestion do not end with a question mark.  This requirement is an external requirement due to Google's implementation of FAQPage. They could have allowed URLencoded characters like <code>%3F</code>.
See also: https://www.semantic-mediawiki.org/wiki/Help:Inverse_properties
</noinclude>
</noinclude>

Revision as of 15:19, 23 November 2020

You can use this template by filling out the FAQ Page form