Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
WYOS Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Template:Knowledge
Template
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
Refresh
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<includeonly> <!-- ================================================================== == VISIBLE INFOBOX - For display on the wiki page only. ================================================================== --> {| class="wikitable wyos-infobox" style="float:right; margin-left:1em; width:300px;" | colspan="2" style="text-align:center;" | {{#if:{{{Image|}}}|[[File:{{{Image}}}|290px]]|''No image provided''}} {{#if:{{{Display Title|}}}| {{!}}- ! Display Title {{!}} {{{Display Title}}} }} {{#if:{{{Subtitle|}}}| {{!}}- ! Subtitle {{!}} {{{Subtitle}}} }} {{#if:{{{Knowledge Format|}}}| {{!}}- ! Format {{!}} [[{{{Knowledge Format}}}]] }} {{#if:{{{Author|}}}| {{!}}- ! Author {{!}} {{{Author}}} }} {{#if:{{{Original Title|}}}| {{!}}- ! Original Title {{!}} "{{{Original Title}}}" }} {{#if:{{{Original Source|}}}| {{!}}- ! Source Type {{!}} {{{Original Source}}} }} {{#if:{{{URL|}}}| {{!}}- ! URL {{!}} [{{{URL}}} External Link] }} {{#if:{{{Topic Tags|}}}| {{!}}- ! Topics {{!}} {{#arraymap:{{{Topic Tags|}}}|,|x|[[x|{{#replace:x|Tag:|}}]]|, }} }} {{#if:{{{Status|}}}| {{!}}- ! Status {{!}} {{{Status}}} }} {{#if:{{{Is Featured|}}}| {{!}}- ! Featured {{!}} {{#ifeq:{{lc:{{{Is Featured|no}}}}}|yes|Yes|No}} }} {{#if:{{{Owner|}}}| {{!}}- ! Owner {{!}} [[User:{{{Owner}}}|{{{Owner}}}]] }} {{#if:{{{Description|}}}| {{!}}- ! Description {{!}} {{{Description}}} }} |} <!-- ================================================================== == HIDDEN SEMANTIC DATA - The single source of truth for your headless CMS. ================================================================== --> <div style="display:none;"> [[Category:Knowledge]] <!-- Set controlled vocabulary properties. Default status is 'Draft'. --> [[Has status::{{{Status|Draft}}}]] {{#if:{{{Knowledge Format|}}} | [[Has knowledge format::{{{Knowledge Format}}}]] }} {{#if:{{{Original Source|}}} | [[Has original source::{{{Original Source}}}]] }} <!-- Set standard properties only if a value is provided. --> {{#if:{{{Display Title|}}} | [[Has display title::{{{Display Title}}}]] }} {{#if:{{{Subtitle|}}} | [[Has subtitle::{{{Subtitle}}}]] }} {{#if:{{{Description|}}} | [[Has description::{{{Description}}}]] }} {{#if:{{{URL|}}} | [[Has url::{{{URL}}}]] }} {{#if:{{{Author|}}} | [[Has author::{{{Author}}}]] }} {{#if:{{{Original Title|}}} | [[Has original title::{{{Original Title}}}]] }} <!-- Robust Owner Handling: Adds 'User:' prefix only if it's missing. --> {{#if:{{{Owner|}}} | [[Has owner::{{#ifeq:{{lc:{{#titleparts:{{{Owner}}}|1|1}}}}|user|{{{Owner}}}|User:{{{Owner}}}}}]] }} <!-- Robust image handling: adds 'File:' prefix only if user forgets it. --> {{#if:{{{Image|}}} | [[Has image::{{#ifeq:{{lc:{{#titleparts:{{{Image}}}|1|1}}}}|file|{{{Image}}}|File:{{{Image}}}}}]] }} <!-- Set boolean property to return true/false for the API. --> [[Is featured::{{#ifeq:{{lc:{{{Is Featured|no}}}}}|yes|true|false}}]] <!-- Normalize Topic Tags to Tag: namespace and set multi-value Page property --> {{#if:{{{Topic Tags|}}} | {{#arraymap:{{{Topic Tags|}}}|,|x|[[Has topic tag::x]]|\s}} }} </div> <!-- ================================================================== == CONTENT - This displays the main body of the article. ================================================================== --> {{{Content|}}} </includeonly><noinclude> '''Template:Knowledge''' Master template for Knowledge entries. Call via format wrappers only (e.g., <nowiki>{{Summary|β¦}}</nowiki>). Handles infobox and shared semantics for headless API pulls. <templatedata> { "params": { "Image": { "label": "Image", "description": "The filename of the image to display in the infobox (e.g., \"My_Book_Cover.jpg\").", "type": "wiki-file-name" }, "Display Title": { "label": "Display Title", "description": "The primary, user-facing title of the entry.", "type": "line" }, "Subtitle": { "label": "Subtitle", "description": "A short, descriptive tagline that appears below the main title.", "type": "line" }, "Knowledge Format": { "label": "Knowledge Format", "description": "The format of the entry. This is set automatically by the wrapper template and should not be changed.", "example": "Summaries", "type": "wiki-page-name", "suggestedvalues": [ "Summaries", "Guides", "Frameworks & Models", "Big Ideas", "Tips & Tactics", "Quick Insights", "Visuals" ], "suggested": true }, "Author": { "label": "Author", "description": "The original creator of the work (e.g., the book's author).", "type": "line" }, "Original Title": { "label": "Original Title", "description": "The official title of the original work being summarized.", "type": "line" }, "Original Source": { "label": "Original Source", "description": "The type of the original work.", "example": "Book", "type": "line" }, "URL": { "label": "URL", "description": "A relevant external link, such as to the original article or a purchase page.", "type": "url" }, "Topic Tags": { "label": "Topic Tags", "description": "A comma-separated list of relevant Topic Tags. You may enter either \"Tag:Habits, Tag:Productivity\" or \"Habits, Productivity\".", "type": "line", "required": true }, "Status": { "label": "Status", "description": "The publication status of the entry. \"Draft\" keeps it hidden from public view.", "type": "line", "suggestedvalues": ["Draft","Published","Archived"], "default": "Draft", "required": true }, "Is Featured": { "label": "Featured?", "description": "Set to 'yes' to highlight this content on hub pages.", "type": "boolean" }, "Owner": { "label": "Owner", "description": "The username of the person responsible for this content's accuracy (do not include the \"User:\" prefix).", "type": "wiki-user-name", "required": true }, "Description": { "label": "Description", "description": "The short, 1β2 sentence summary used on content cards across the site.", "type": "string", "required": true }, "Content": { "label": "Main Content", "description": "The main body of the article. This is a free-form text area that supports standard wikitext/VE.", "type": "content", "suggested": true } }, "description": "Master template for all Knowledge entries. Handles infobox and shared semantics. Should only be called by a format-specific wrapper template.", "format": "block" } </templatedata></noinclude>
Summary:
Please note that all contributions to WYOS Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
WYOS Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)