Jump to content

Template:FAQ notice: Difference between revisions

From Grigoripedia
Created page with "<templatestyles src="FAQ notice/styles.css" /> <div class="gp-faq-notice" role="note"> <div class="gp-faq-notice-icon" aria-hidden="true">ℹ️</div> <div class="gp-faq-notice-body"> <div class="gp-faq-notice-label">FAQ page</div> <div class="gp-faq-notice-message">{{#if:{{{free|}}}|{{{free}}}|This page is dedicated to frequently asked questions about a specific subject. For the main article, see [[{{{1}}}]].}}</div> </div> </div><noinclude> == Usage == Place {{..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
<div class="gp-faq-notice-body">
<div class="gp-faq-notice-body">
<div class="gp-faq-notice-label">FAQ page</div>
<div class="gp-faq-notice-label">FAQ page</div>
<div class="gp-faq-notice-message">{{#if:{{{free|}}}|{{{free}}}|This page is dedicated to frequently asked questions about a specific subject. For the main article, see [[{{{1}}}]].}}</div>
<div class="gp-faq-notice-message">{{#if:{{{free|}}}|{{{free}}}|This page answers frequently asked questions about a specific subject from a Satano-Grigorist perspective. For the main article, see [[{{{1}}}]].}}</div>
</div>
</div>
</div><noinclude>
</div><noinclude>

Latest revision as of 02:53, 20 August 2026

FAQ page
This page answers frequently asked questions about a specific subject from a Satano-Grigorist perspective. For the main article, see [[{{{1}}}]].

Usage

Place {{FAQ notice}} at the beginning of an FAQ page to identify it as a page dedicated to frequently asked questions about a specific subject and provide a link to the corresponding main article.

The first unnamed parameter should contain the exact title of the main article.

Basic usage

{{FAQ notice|Watchers}}

This displays:

This page is dedicated to frequently asked questions about a specific subject. For the main article, see Watchers.

Custom text

The |free parameter completely replaces the default notice text.

{{FAQ notice
|Watchers
|free=This page answers common questions about the [[Watchers]], their history, and their place in [[Satano-Grigorism]]. For a comprehensive treatment of the subject, see [[Watchers]].
}}

When |free is filled in, the standard text and automatic main-article sentence are not displayed.

Parameters

|1
The title of the main article associated with the FAQ page. The template automatically links this page in the default notice text. This parameter is required unless |free is used.
|free
Optional fully custom notice text. When this parameter is filled in, it completely replaces the default notice text.

Notes

The value of the first unnamed parameter should normally be the exact page title rather than manually formatted wiki markup.

For example:

{{FAQ notice|Satano-Grigorism}}

rather than:

{{FAQ notice|[[Satano-Grigorism]]}}

The |free parameter accepts normal wiki markup, including links and formatting.

If custom text contains a vertical bar character, use {{!}} in place of the bar so the template does not misread it as a parameter divider.

Categories added

None

Template type

This template is a:

ℹ️ Notice template