Template:Tag: Difference between revisions
Appearance
Created page with "<includeonly> {{{content|}}} <div style="display:none;"> <!-- This sets the display title. If the 'display_title' parameter is provided in the template call, it uses that. If not, it defaults to the base name of the page itself (e.g., for "Tag:Habits", it uses "Habits"). --> [[Has display title::{{#if:{{{display_title|}}}|{{{display_title}}}|{{BASEPAGENAME}}}}]] </div> Category:Topic Tags </includeonly><noinclude> This template is for all pages in the "Tag:..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<div style="display:none;"> | <div style="display:none;"> | ||
<!-- | <!-- Manually set properties --> | ||
[[Has display title::{{{display_title|}}}]] | |||
[[Belongs to main category::{{{main_category|}}}]] | |||
--> | |||
[[Has display title: | |||
</div> | </div> | ||
[[Category:Topic Tags]] | [[Category:Topic Tags]] | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
This template | This is the simple template for Topic Tags. | ||
== Usage == | == Usage == | ||
{{Tag | {{Tag | ||
|display_title= | |display_title=The Exact Title You Want | ||
|content= | |main_category=The Main Category | ||
|content=Description of the topic. | |||
}} | }} | ||
</noinclude> | </noinclude> |