Community Central
Community Central
(New page: This feature allows you to embed a blog listing within a normal wiki article. It's like a blog listing page to go, and uses the <code><nowiki><bloglist></nowiki></code> extension. There a...)
 
Tag: Help
(63 intermediate revisions by 31 users not shown)
Line 1: Line 1:
  +
[[File:Bloglist_example_update.png|thumb|300px|A blog list]]
This feature allows you to embed a blog listing within a normal wiki article. It's like a blog listing page to go, and uses the <code><nowiki><bloglist></nowiki></code> extension.
 
  +
{{Enabled by default}}
   
  +
The '''bloglist''' feature allows you to embed a list of [[Help:Blogs|blogs]] within a normal article.
There are a number of parameters you can define to format the embedded list to fit within different content pages - e.g. Main Page, Community Portal, Contest Page, etc.
 
   
===Basic form===
+
==Step-by-Step==
  +
* Decide which page you'd like to display the list of blogs on, and open that page for editing.
The basic form of the extension is as following:
 
  +
* Switch to [[Help:Editing|source mode]] and enter the following code on the page: <code><nowiki><bloglist/></nowiki></code>
  +
* The <code><nowiki><bloglist/></nowiki></code> tag without further customization will display all of the recent blog posts on the wiki, and look something like the image to the right.
  +
  +
==Customizing Your Bloglist==
  +
There are a number of parameters you can define to change the content of your blog list so it works for different content pages. Though this may seem complex at first, you can specify up to ten parameters as you wish. Those you don't specify will use the default setting.
  +
  +
Here's an example of customization:
   
 
<pre>
 
<pre>
 
<bloglist count=3 summary=true summarylength=250 type=plain title="Sample code" timestamp=true order=date>
<bloglist parameter1=setting1 p2=s2 p3=s3 p4=s4>
 
<category>Cat1</category>
+
<category>News</category>
<category>Cat2</category>
+
<category>Opinion</category>
<author>Wikian1</author>
+
<author>User1</author>
<author>Wikian2</author>
+
<author>User2</author>
 
<author>User3</author>
 
</bloglist>
 
</bloglist>
 
</pre>
 
</pre>
   
  +
===Categories and authors===
Note that category and author are written differently to other inputs as they can take multiple inputs. Using author and category together gives you posts by the selected authors from the selected categories.
+
Note how the category and author sections are written differently to other inputs - this is because they can take multiple inputs. Using author and category together gives you any posts by the selected authors from the selected categories.
   
===Inputs===
+
===List of parameters===
 
;author
;category
 
  +
:This specifies which authors posts are selected from.
:This is "or" selector - i.e. give it several categories, and it will collate posts from each category together. Defaults to all categories (even uncategorized posts).
 
 
:It is an "or" selector - if you specify more than one author, it will collate posts from each author together. If unspecified, it defaults to all authors.
 
:To use it type:
 
:To use it type:
  +
 
<pre>
 
<pre>
<author>Category1</author>
+
<author>Author1</author>
<author>Category2</author>
+
<author>Author2</author>
<author>Category3</author>
+
<author>Author3</author>
 
</pre>
 
</pre>
   
 
;category
;author
 
  +
:This specifies which categories posts are pulled from.
:This is "or" selector - i.e. give it several authors, and it will collate posts from each author together. Defaults to all authors.
 
 
:It is an "or" selector - if you specify more than one category, and it will collate posts from each category together. If unspecified, it defaults to show all categorized ''and'' uncategorized posts.
 
:To use it type:
 
:To use it type:
  +
 
<pre>
 
<pre>
<category>Author1</category>
+
<category>Category1</category>
<category>Author2</category>
+
<category>Category2</category>
<category>Author3</category>
+
<category>Category3</category>
 
</pre>
 
</pre>
   
 
;count
 
;count
:This is the number of posts shown. Takes a number (integer) input. Defaults to 5.
+
:This specifies the number of posts to query.
  +
:Takes a number input. If unspecified, it defaults to 5.
:For example: <code><bloglist count=3></code>
+
:For example: <code>&lt;bloglist count=3&gt;</code>
  +
  +
;displaycount
  +
:This specifies the number of posts to display. Normally this shouldn't be used, unless there is some reason you want to query the database for more results than are actually shown on the page.
  +
:Takes a number input. If unspecified, it defaults to 5.
 
:For example: <code>&lt;bloglist displaycount=3&gt;</code>
   
 
;summary
 
;summary
:Whether a section of the blog post is shown on the listing. Boolean, defaults to false. If true, shows first 200 characters.
+
:This specifies whether a section of the blog post is shown on the listing. Please note it is not intended to show full blog posts - it shows only sections, stripped of formatting.
  +
:Inputs are <code>true</code> or <code>false</code>, defaulting to false. If true, it shows first 200 characters of the blog post.
:For example: <code><bloglist summary=true></code>
 
 
:For example: <code>&lt;bloglist summary=true&gt;</code>
   
 
;summarylength
 
;summarylength
:Allows you to specify length of the text quoted in characters, if summary=true.
+
:This allows you to specify length of the text quoted in characters, if <code>summary=true</code>. If not specified, it defaults to 200 characters.
:For example: <code><bloglist summary=true summarylength=300></code>
+
:For example: <code>&lt;bloglist summary=true summarylength=300&gt;</code>
   
  +
[[File:Bloglist - type box.png|thumb|An example of type=box]]
 
;type
 
;type
:Choose the output style - either box or plain. Defaults to box. Plain is just the content, without box styling.
+
:Choose the general output style.
  +
:Inputs are either <code>box</code> or <code>plain</code>. If unspecified, it defaults to <code>box</code>. <code>Box</code> will include the "Create Blog Post" button at the top of the list and the "<u>See More ></u>" link at the bottom by default.
:For example: <code><bloglist type=plain></code>
 
  +
::<code>box</code> - places the listing in a pre-stylized box.
  +
::<code>plain</code> - is just the list without any styling.
 
:For example: <code>&lt;bloglist type=plain&gt;</code>
   
 
;title
 
;title
:When posts are shown in a box, this is shown as the box title. If it uses multiple words, the text must be written in quote marks.
+
:This specifies the title when posts are shown with <code>type=box</code>. If it uses multiple words, the text must be written in quote marks.
:For example: <code><bloglist title="Evil draws close"></code>
+
:For example: <code>&lt;bloglist title="Evil draws close"&gt;</code>
 
;style
 
:This allows the addition of extra style parameters for the listing, and works like normal CSS styling. Defaults to nothing.
 
:For example :<code><bloglist style="float:right;clear:left;"></code>
 
   
 
;order
 
;order
:How the post are sorted. Inputs are date, author. Defaults to date.
+
:This specifies how the posts are sorted.
  +
:Inputs are <code>date</code>, <code>author</code>, or <code>comments</code>. If unspecified, it defaults to date.
:For example :<code><bloglist order=date></code>
 
 
:For example: <code>&lt;bloglist order=author&gt;</code>
   
 
;ordertype
 
;ordertype
:What direction to sort in. Inputs are descending, ascending. Defaults to descending.
+
:This specifies what direction to sort in.
  +
:Inputs are <code>desc</code> (meaning "descending") or <code>asc</code> (meaning "ascending"). If unspecified, it defaults to descending order.
:For example :<code><bloglist ordertype=descending></code>
+
:For example: <code>&lt;bloglist ordertype=desc&gt;</code>
  +
  +
;create_timestamp
  +
:Allows for only showing posts that have been ''created'' more recently than a specified date.
  +
:Input is a timestamp of the form YYYYMMDDHHMMSS (year, month, day, hours, minutes, seconds)
 
:For example: <code>&lt;bloglist create_timestamp=20140101000000&gt;</code>
   
 
;timestamp
 
;timestamp
  +
:Allows for only showing posts that have been ''edited'' more recently than a specified date.
:Whether a timestamp is shown. Boolean, defaults to false.
 
  +
:Input is a timestamp of the form YYYYMMDDHHMMSS (year, month, day, hours, minutes, seconds)
:For example :<code><bloglist timestamp=true></code>
 
 
:For example: <code>&lt;bloglist timestamp=20140101000000&gt;</code>
   
  +
;seemore
<!--
 
  +
:This specifies the URL that the "See More >" link should go to.
;comments
 
  +
:For example: <code>&lt;bloglist seemore="https://lyrics.fandom.com"&gt;</code>
:Whether comments are shown. Boolean, defaults to false.
 
:For example :<code><bloglist comments=true></code>
 
-->
 
   
===Sample code===
+
==Other notes==
  +
* If no valid posts are found, the following message will be displayed: "No posts found. Write one!"
<pre>
 
  +
<bloglist count=3 summary=true summarylength=250 type=plain title="Sample code" timestamp=true order=date>
 
  +
==See also==
<category>Blog</category>
 
  +
*[[Help:Blogs]]
<category>Glob</category>
 
  +
*[[Help:Editing]]
<author>Kirkburn</author>
 
<author>Legolas</author>
 
<author>Drizzt</author>
 
</bloglist>
 
</pre>
 
   
  +
==Further Help & Feedback==
  +
{{Help and feedback section}}[[be:Даведка:Блог/Bloglist]]
  +
[[de:Hilfe:Blog-Artikel/Bloglist]]
  +
[[es:Ayuda:Blogs/Lista de Blogs]]
  +
[[fr:Aide:Blogs/Liste de blog]]
  +
[[ja:ヘルプ:ブログ/ブログリスト]]
  +
[[pl:Pomoc:Blogi/bloglist]]
  +
[[pt:Ajuda:Blogs/Lista de blogs]]
  +
[[ru:Справка:Блог/Bloglist]]
  +
[[tr:Yardım:Bloglar/Blog listesi]]
  +
[[uk:Довідка:Блог/Bloglist]]
  +
[[zh:Help:博客列表]]
 
[[Category:Help|{{PAGENAME}}]]
 
[[Category:Help|{{PAGENAME}}]]

Revision as of 16:22, 10 September 2020

Bloglist example update

A blog list

This extension is enabled by default on Fandom.

The bloglist feature allows you to embed a list of blogs within a normal article.

Step-by-Step

  • Decide which page you'd like to display the list of blogs on, and open that page for editing.
  • Switch to source mode and enter the following code on the page: <bloglist/>
  • The <bloglist/> tag without further customization will display all of the recent blog posts on the wiki, and look something like the image to the right.

Customizing Your Bloglist

There are a number of parameters you can define to change the content of your blog list so it works for different content pages. Though this may seem complex at first, you can specify up to ten parameters as you wish. Those you don't specify will use the default setting.

Here's an example of customization:

<bloglist count=3 summary=true summarylength=250 type=plain title="Sample code" timestamp=true order=date>
<category>News</category>
<category>Opinion</category>
<author>User1</author>
<author>User2</author>
<author>User3</author>
</bloglist>

Categories and authors

Note how the category and author sections are written differently to other inputs - this is because they can take multiple inputs. Using author and category together gives you any posts by the selected authors from the selected categories.

List of parameters

author
This specifies which authors posts are selected from.
It is an "or" selector - if you specify more than one author, it will collate posts from each author together. If unspecified, it defaults to all authors.
To use it type:
<author>Author1</author>
<author>Author2</author>
<author>Author3</author>
category
This specifies which categories posts are pulled from.
It is an "or" selector - if you specify more than one category, and it will collate posts from each category together. If unspecified, it defaults to show all categorized and uncategorized posts.
To use it type:
<category>Category1</category>
<category>Category2</category>
<category>Category3</category>
count
This specifies the number of posts to query.
Takes a number input. If unspecified, it defaults to 5.
For example: <bloglist count=3>
displaycount
This specifies the number of posts to display. Normally this shouldn't be used, unless there is some reason you want to query the database for more results than are actually shown on the page.
Takes a number input. If unspecified, it defaults to 5.
For example: <bloglist displaycount=3>
summary
This specifies whether a section of the blog post is shown on the listing. Please note it is not intended to show full blog posts - it shows only sections, stripped of formatting.
Inputs are true or false, defaulting to false. If true, it shows first 200 characters of the blog post.
For example: <bloglist summary=true>
summarylength
This allows you to specify length of the text quoted in characters, if summary=true. If not specified, it defaults to 200 characters.
For example: <bloglist summary=true summarylength=300>
Bloglist - type box

An example of type=box

type
Choose the general output style.
Inputs are either box or plain. If unspecified, it defaults to box. Box will include the "Create Blog Post" button at the top of the list and the "See More >" link at the bottom by default.
box - places the listing in a pre-stylized box.
plain - is just the list without any styling.
For example: <bloglist type=plain>
title
This specifies the title when posts are shown with type=box. If it uses multiple words, the text must be written in quote marks.
For example: <bloglist title="Evil draws close">
order
This specifies how the posts are sorted.
Inputs are date, author, or comments. If unspecified, it defaults to date.
For example: <bloglist order=author>
ordertype
This specifies what direction to sort in.
Inputs are desc (meaning "descending") or asc (meaning "ascending"). If unspecified, it defaults to descending order.
For example: <bloglist ordertype=desc>
create_timestamp
Allows for only showing posts that have been created more recently than a specified date.
Input is a timestamp of the form YYYYMMDDHHMMSS (year, month, day, hours, minutes, seconds)
For example: <bloglist create_timestamp=20140101000000>
timestamp
Allows for only showing posts that have been edited more recently than a specified date.
Input is a timestamp of the form YYYYMMDDHHMMSS (year, month, day, hours, minutes, seconds)
For example: <bloglist timestamp=20140101000000>
seemore
This specifies the URL that the "See More >" link should go to.
For example: <bloglist seemore="https://lyrics.fandom.com">

Other notes

  • If no valid posts are found, the following message will be displayed: "No posts found. Write one!"

See also

Further Help & Feedback