<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="vi">
	<id>https://wikibeta.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Maintenance+script</id>
	<title>Wikibeta, Bách khoa tri thức mở - Đóng góp của người dùng [vi]</title>
	<link rel="self" type="application/atom+xml" href="https://wikibeta.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Maintenance+script"/>
	<link rel="alternate" type="text/html" href="https://wikibeta.org/wiki/%C4%90%E1%BA%B7c_bi%E1%BB%87t:%C4%90%C3%B3ng_g%C3%B3p/Maintenance_script"/>
	<updated>2026-08-07T15:23:54Z</updated>
	<subtitle>Đóng góp của người dùng</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://wikibeta.org/index.php?title=MediaWiki:Common.css&amp;diff=118</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=MediaWiki:Common.css&amp;diff=118"/>
		<updated>2025-04-09T12:51:33Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Remove unused Parsoid Cite group styles, see https://phabricator.wikimedia.org/T386182&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .mw-special-Watchlist #watchlist-message,&lt;br /&gt;
.client-js .collapsible:not(.mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not(.mw-made-collapsible) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not(.mw-made-collapsible) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not(.mw-made-collapsible) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not(.mw-made-collapsible) tr:not(:first-child),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not(.mw-made-collapsible) .mw-collapsible-content {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations for Parsoid&lt;br /&gt;
 * Once everything uses the one true parser these are just customizations&lt;br /&gt;
 */&lt;br /&gt;
span[rel=&amp;quot;mw:referencedBy&amp;quot;] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[rel=&amp;quot;mw:referencedBy&amp;quot;] &amp;gt; a::before {&lt;br /&gt;
	content: counter(mw-ref-linkback, lower-alpha);&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[rel=&amp;quot;mw:referencedBy&amp;quot;]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[rel=&amp;quot;mw:referencedBy&amp;quot;]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Styling for JQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background-image: url(https://upload.wikimedia.org/wikipedia/commons/6/6c/PDF_icon.svg);&lt;br /&gt;
	background-size: 16px;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: #fc3;&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&amp;quot;mw:File/Thumb&amp;quot;],&lt;br /&gt;
	figure[typeof~=&amp;quot;mw:File/Frame&amp;quot;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid #a2a9b1;&lt;br /&gt;
	color: black;&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		background-color: #f8f9fa;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin: 0.5em 0 0.5em 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* @deprecated (2024-12-16) */&lt;br /&gt;
.infobox.bordered {&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered td,&lt;br /&gt;
.infobox.bordered th {&lt;br /&gt;
	border: 1px solid #a2a9b1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered .borderless td,&lt;br /&gt;
.infobox.bordered .borderless th {&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered .mergedtoprow td,&lt;br /&gt;
.infobox.bordered .mergedtoprow th {&lt;br /&gt;
	border: 0;&lt;br /&gt;
	border-top: 1px solid #a2a9b1;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	border-right: 1px solid #a2a9b1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.bordered .mergedrow td,&lt;br /&gt;
.infobox.bordered .mergedrow th {&lt;br /&gt;
	border: 0;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	border-right: 1px solid #a2a9b1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=&amp;quot;row&amp;quot;],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=&amp;quot;rowgroup&amp;quot;] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*************** VIWIKI ***************/&lt;br /&gt;
&lt;br /&gt;
/* Phông chữ cho tiêu đề cấp 1, 2 */&lt;br /&gt;
.mw-body #firstHeading,&lt;br /&gt;
.mw-body h1,&lt;br /&gt;
.mw-body h2,&lt;br /&gt;
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading1 .oo-ui-tool-title,&lt;br /&gt;
.oo-ui-menuToolGroup-tools .oo-ui-tool-name-heading2 .oo-ui-tool-title,&lt;br /&gt;
.vector-sticky-header-context-bar-primary,&lt;br /&gt;
.vector-feature-zebra-design-enabled .vector-sticky-header-context-bar-primary {&lt;br /&gt;
	font-family: &amp;quot;Linux Libertine&amp;quot;, &amp;quot;Palatino Linotype&amp;quot;, &amp;quot;Palatino&amp;quot;, &amp;quot;Times New Roman&amp;quot;, &amp;quot;Times&amp;quot;, serif;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*************** DEPRECATED ***************/&lt;br /&gt;
&lt;br /&gt;
/* Kiểu cách cho các &amp;quot;hộp thông báo&amp;quot;&lt;br /&gt;
&lt;br /&gt;
   @deprecated (2024-12-16)&lt;br /&gt;
*/&lt;br /&gt;
.notice {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	text-align: justify;&lt;br /&gt;
	margin: 1em 0.5em;&lt;br /&gt;
	padding: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.meta-notice {&lt;br /&gt;
	border-top: 3px double #ccc;&lt;br /&gt;
	border-bottom: 3px double #ccc;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Kiểu cách cho bản mẫu hợp nhất&lt;br /&gt;
&lt;br /&gt;
   @deprecated (2024-12-16)&lt;br /&gt;
*/&lt;br /&gt;
.messagebox {&lt;br /&gt;
	border: 1px solid #aaa;&lt;br /&gt;
	background-color: #f9f9f9;&lt;br /&gt;
	width: 80%;&lt;br /&gt;
	margin: 0 auto 1em auto;&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.messagebox.merge {&lt;br /&gt;
	border: 1px solid #c0b8cc;&lt;br /&gt;
	background-color: #f0e5ff;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.messagebox.cleanup {&lt;br /&gt;
	border: 1px solid #9f9fff;&lt;br /&gt;
	background-color: #efefff;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.messagebox.standard-talk {&lt;br /&gt;
	border: 1px solid #c0c090;&lt;br /&gt;
	background-color: #f8eaba;&lt;br /&gt;
	margin: 4px auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Kiểu hộp thông báo cấm thành viên&lt;br /&gt;
&lt;br /&gt;
   @deprecated (2024-12-16)&lt;br /&gt;
*/&lt;br /&gt;
.user-block {&lt;br /&gt;
	padding: 5px;&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
	border: 1px solid #a9a9a9;&lt;br /&gt;
	background-color: #ffefd5;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=MediaWiki:GrowthExperimentsCommunityUpdates.json&amp;diff=1999</id>
		<title>MediaWiki:GrowthExperimentsCommunityUpdates.json</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=MediaWiki:GrowthExperimentsCommunityUpdates.json&amp;diff=1999"/>
		<updated>2025-03-27T16:19:34Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Migrating data to new format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{&lt;br /&gt;
	&amp;quot;$version&amp;quot;: &amp;quot;2.0.3&amp;quot;,&lt;br /&gt;
	&amp;quot;GEHomepageCommunityUpdatesCallToAction&amp;quot;: {&lt;br /&gt;
		&amp;quot;pageTitle&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
		&amp;quot;buttonText&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;GEHomepageCommunityUpdatesContentBody&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
	&amp;quot;GEHomepageCommunityUpdatesContentTitle&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
	&amp;quot;GEHomepageCommunityUpdatesEnabled&amp;quot;: false,&lt;br /&gt;
	&amp;quot;GEHomepageCommunityUpdatesMinEdits&amp;quot;: 0,&lt;br /&gt;
	&amp;quot;GEHomepageCommunityUpdatesThumbnailAddDarkModeBackground&amp;quot;: false,&lt;br /&gt;
	&amp;quot;GEHomepageCommunityUpdatesThumbnailFile&amp;quot;: {&lt;br /&gt;
		&amp;quot;title&amp;quot;: &amp;quot;&amp;quot;,&lt;br /&gt;
		&amp;quot;url&amp;quot;: &amp;quot;&amp;quot;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Yanh~viwiki&amp;diff=17455</id>
		<title>Thảo luận Thành viên:Yanh~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Yanh~viwiki&amp;diff=17455"/>
		<updated>2015-07-13T21:43:02Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Yanh thành Thảo luận Thành viên:Yanh~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Yanh…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Xin chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]], và hoan nghênh bạn đã tham gia vào dự án này! Dưới đây là một số liên kết có thể có ích cho bạn:&lt;br /&gt;
&lt;br /&gt;
*[[Wikipedia:Câu thường hỏi|Các câu thường hỏi]]&lt;br /&gt;
*[[Wikipedia:Viết trang mới|Cách viết bài mới]]&lt;br /&gt;
*[[Wikipedia:Sách hướng dẫn|Sách hướng dẫn]]&lt;br /&gt;
*[[Help:Sửa đổi|Cách soạn thảo bài]]&lt;br /&gt;
*[[Wikipedia:Hướng dẫn cách trình bày |Cách trình bày bài]]&lt;br /&gt;
&lt;br /&gt;
Bạn có thể tham khảo, và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn cần thêm trợ giúp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Đặc biệt:&#039;&#039;&#039; Để thử sửa đổi, định dạng... mời bạn vào [[Wikipedia:Chỗ thử]], xin đừng thử vào bài có sẵn. &lt;br /&gt;
&lt;br /&gt;
Mong bạn đóng góp nhiều vào dự án. Xin cám ơn.&lt;br /&gt;
&lt;br /&gt;
Welcome to the Vietnamese Wikipedia. If you do not speak Vietnamese, please feel free to read [[Wikipedia:Guestbook for non-Vietnamese speakers|guestbook for non-Vietnamese speakers]]. Again, thank you and welcome!&amp;amp;nbsp;&lt;br /&gt;
&amp;amp;ndash; [[Thành_viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 12:56, ngày 04 tháng 11 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Pmphuong~viwiki&amp;diff=16996</id>
		<title>Thảo luận Thành viên:Pmphuong~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Pmphuong~viwiki&amp;diff=16996"/>
		<updated>2015-07-13T21:42:57Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Pmphuong thành Thảo luận Thành viên:Pmphuong~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/Pmp…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này. Nếu có thắc mắc, bạn xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn cần thêm trợ giúp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Đặc biệt:&#039;&#039;&#039; Để thử sửa đổi, định dạng... bạn vui lòng dùng [[Wikipedia:Chỗ thử]], xin đừng thử vào bài có sẵn. &lt;br /&gt;
&lt;br /&gt;
Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
&lt;br /&gt;
If you do not use Vietnamese, please feel free to read [[Wikipedia:Guestbook for non-Vietnamese speakers]]. Best regards.&lt;br /&gt;
&lt;br /&gt;
--[[Thành_viên:Vietbio|Vietbio]] 16:02, ngày 01 tháng 11 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Phuocthanh~viwiki&amp;diff=15894</id>
		<title>Thảo luận Thành viên:Phuocthanh~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Phuocthanh~viwiki&amp;diff=15894"/>
		<updated>2015-07-13T21:42:57Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Phuocthanh thành Thảo luận Thành viên:Phuocthanh~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này. Nếu cần trợ giúp, mời bạn xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn vẫn có thắc mắc chưa được giải đáp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;ndash; [[Thành_viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 22:58, ngày 19 tháng 10 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:QuocThanhNgo~viwiki&amp;diff=15789</id>
		<title>Thảo luận Thành viên:QuocThanhNgo~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:QuocThanhNgo~viwiki&amp;diff=15789"/>
		<updated>2015-07-13T21:42:57Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:QuocThanhNgo thành Thảo luận Thành viên:QuocThanhNgo~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:Central…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này. Nếu cần trợ giúp, mời bạn xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn vẫn có thắc mắc chưa được giải đáp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;ndash; [[Thành_viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 09:03, ngày 19 tháng 10 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Quoc~viwiki&amp;diff=15662</id>
		<title>Thảo luận Thành viên:Quoc~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Quoc~viwiki&amp;diff=15662"/>
		<updated>2015-07-13T21:42:57Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Quoc thành Thảo luận Thành viên:Quoc~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Quoc…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này. Nếu cần trợ giúp, mời bạn xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn vẫn có thắc mắc chưa được giải đáp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;ndash; [[Thành_viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 11:17, ngày 18 tháng 10 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Glass-rose~viwiki&amp;diff=18005</id>
		<title>Thảo luận Thành viên:Glass-rose~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Glass-rose~viwiki&amp;diff=18005"/>
		<updated>2015-07-13T21:42:56Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Glass-rose thành Thảo luận Thành viên:Glass-rose~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Xin chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]], và hoan nghênh bạn đã tham gia vào dự án này! Dưới đây là một số liên kết có thể có ích cho bạn:&lt;br /&gt;
&lt;br /&gt;
*[[Wikipedia:Câu thường hỏi|Các câu thường hỏi]]&lt;br /&gt;
*[[Wikipedia:Viết trang mới|Cách viết bài mới]]&lt;br /&gt;
*[[Wikipedia:Sách hướng dẫn|Sách hướng dẫn]]&lt;br /&gt;
*[[Help:Sửa đổi|Cách soạn thảo bài]]&lt;br /&gt;
*[[Wikipedia:Hướng dẫn cách trình bày |Cách trình bày bài]]&lt;br /&gt;
&lt;br /&gt;
Bạn có thể tham khảo, và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn cần thêm trợ giúp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Đặc biệt:&#039;&#039;&#039; Để thử sửa đổi, định dạng... mời bạn vào [[Wikipedia:Chỗ thử]], xin đừng thử vào bài có sẵn. &lt;br /&gt;
&lt;br /&gt;
Mong bạn đóng góp nhiều vào dự án. Xin cám ơn.&lt;br /&gt;
&lt;br /&gt;
Welcome to the Vietnamese Wikipedia. If you do not speak Vietnamese, please feel free to read [[Wikipedia:Guestbook for non-Vietnamese speakers|guestbook for non-Vietnamese speakers]]. Again, thank you and welcome!&amp;amp;nbsp;&lt;br /&gt;
&amp;amp;ndash; [[Thành_viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 11:55, ngày 09 tháng 11 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Jollyghost1986~viwiki&amp;diff=16401</id>
		<title>Thảo luận Thành viên:Jollyghost1986~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Jollyghost1986~viwiki&amp;diff=16401"/>
		<updated>2015-07-13T21:42:56Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Jollyghost1986 thành Thảo luận Thành viên:Jollyghost1986~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:Cen…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này. Nếu có thắc mắc, bạn xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn cần thêm trợ giúp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Đặc biệt:&#039;&#039;&#039; Để thử sửa đổi, định dạng... bạn vui lòng dùng [[Wikipedia:Chỗ thử]], xin đừng thử vào bài có sẵn. &lt;br /&gt;
&lt;br /&gt;
Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
&lt;br /&gt;
[[Thành_viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 15:17, ngày 24 tháng 10 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Love_hotelhot~viwiki&amp;diff=15964</id>
		<title>Thảo luận Thành viên:Love hotelhot~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Love_hotelhot~viwiki&amp;diff=15964"/>
		<updated>2015-07-13T21:42:56Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Love hotelhot thành Thảo luận Thành viên:Love hotelhot~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:Centr…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này. Nếu cần trợ giúp, mời bạn xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn vẫn có thắc mắc chưa được giải đáp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;ndash; [[Thành_viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 08:39, ngày 20 tháng 10 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Evilshadow~viwiki&amp;diff=15524</id>
		<title>Thảo luận Thành viên:Evilshadow~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Evilshadow~viwiki&amp;diff=15524"/>
		<updated>2015-07-13T21:42:56Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Evilshadow thành Thảo luận Thành viên:Evilshadow~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này. Nếu cần trợ giúp, mời bạn xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn vẫn có thắc mắc chưa được giải đáp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;ndash;&amp;amp;nbsp;[[Thành viên:Mxn|Nguyễn Xuân Minh]] &amp;lt;small class=&amp;quot;plainlinks&amp;quot;&amp;gt;([[Thảo luận Thành viên:Mxn|thảo luận]], [http://mxn.f2o.org/ nhật ký])&amp;lt;/small&amp;gt; 01:31, ngày 18 tháng 10 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:LMH~viwiki&amp;diff=15445</id>
		<title>Thảo luận Thành viên:LMH~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:LMH~viwiki&amp;diff=15445"/>
		<updated>2015-07-13T21:42:56Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:LMH thành Thảo luận Thành viên:LMH~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “LMH”…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này. Nếu cần trợ giúp, mời bạn xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn vẫn có thắc mắc chưa được giải đáp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;ndash; [[Thành_viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 15:08, ngày 17 tháng 10 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Contrarin~viwiki&amp;diff=14986</id>
		<title>Thảo luận Thành viên:Contrarin~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Contrarin~viwiki&amp;diff=14986"/>
		<updated>2015-07-13T21:42:56Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Contrarin thành Thảo luận Thành viên:Contrarin~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/C…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này. Nếu cần trợ giúp, mời bạn xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn vẫn có thắc mắc chưa được giải đáp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
&lt;br /&gt;
[[Thành_viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 00:15, ngày 17 tháng 10 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Chipheo~viwiki&amp;diff=14979</id>
		<title>Thảo luận Thành viên:Chipheo~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Chipheo~viwiki&amp;diff=14979"/>
		<updated>2015-07-13T21:42:56Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Chipheo thành Thảo luận Thành viên:Chipheo~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/Chiph…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này. Nếu cần trợ giúp, mời bạn xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn vẫn có thắc mắc chưa được giải đáp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;ndash;&amp;amp;nbsp;[[Thành viên:Mxn|Nguyễn Xuân Minh]] &amp;lt;small class=&amp;quot;plainlinks&amp;quot;&amp;gt;([[Thảo luận Thành viên:Mxn|thảo luận]], [http://mxn.f2o.org/ nhật ký])&amp;lt;/small&amp;gt; 00:12, ngày 17 tháng 10 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Nguyenlephuong2001~viwiki&amp;diff=13024</id>
		<title>Thảo luận Thành viên:Nguyenlephuong2001~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Nguyenlephuong2001~viwiki&amp;diff=13024"/>
		<updated>2015-07-13T21:42:56Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Nguyenlephuong2001 thành Thảo luận Thành viên:Nguyenlephuong2001~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Spe…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]],&lt;br /&gt;
&lt;br /&gt;
Hoan nghênh bạn đã tham gia vào dự án này.  Nếu bạn cần trợ giúp xin bạn hãy xem [[Wikipedia:Câu thường hỏi|các câu thường hỏi]] hay [[Wikipedia:Sách hướng dẫn|sách hướng dẫn]]. Mời bạn tham khảo [[Wikipedia:Viết trang mới|cách viết trang mới]], [[Help:Sửa đổi|cách soạn thảo bài]] và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Mong bạn đóng góp nhiều vào dự án. Thân mến.&lt;br /&gt;
[[Thành_viên:Vương Ngân Hà|Vương Ngân Hà]] 02:16, ngày 19 tháng 9 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:0~viwiki&amp;diff=39814</id>
		<title>Thảo luận Thành viên:0~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:0~viwiki&amp;diff=39814"/>
		<updated>2015-04-30T21:24:38Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:0 thành Thảo luận Thành viên:0~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “0” thành…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[0]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:0~viwiki&amp;diff=39813</id>
		<title>Thành viên:0~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:0~viwiki&amp;diff=39813"/>
		<updated>2015-04-30T21:24:38Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:0 thành Thành viên:0~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “0” thành “[[Special:CentralAuth/0~vi…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[0]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:4eyes~viwiki&amp;diff=32208</id>
		<title>Thảo luận Thành viên:4eyes~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:4eyes~viwiki&amp;diff=32208"/>
		<updated>2015-04-30T21:24:38Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:4eyes thành Thảo luận Thành viên:4eyes~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/4eyes|4ey…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Xin chào]] [[Thành viên:{{PAGENAME}}|{{{1|{{PAGENAME}}}}}]], và hoan nghênh bạn đã tham gia vào Wikipedia tiếng Việt! Sau đây là một số liên kết có ích cho bạn:&lt;br /&gt;
&lt;br /&gt;
*[[Wikipedia:Câu thường hỏi|Các câu thường hỏi]]&lt;br /&gt;
*&#039;&#039;&#039;[[Wikipedia:Viết trang mới|Viết bài mới]]&#039;&#039;&#039;&lt;br /&gt;
*[[Trợ giúp:Mục lục|Tất cả các hướng dẫn cách dùng Wikipedia]]&lt;br /&gt;
*[[Trợ giúp:Sửa đổi|Cách soạn thảo bài]]&lt;br /&gt;
*[[Wikipedia:Cẩm nang về văn phong|Cách trình bày bài]]&lt;br /&gt;
*[[Wikipedia:Chú thích nguồn gốc|Chú thích nguồn tham khảo]]&lt;br /&gt;
*[[Trợ giúp:Hình ảnh|Dùng hình ảnh trong bài]]&lt;br /&gt;
*[[Trợ giúp:Truyền lên tập tin|Cách truyền lên tập tin]]&lt;br /&gt;
&lt;br /&gt;
Bạn nên tham khảo, và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi [[Wikipedia:Trang thảo luận|thảo luận]], bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn cần thêm trợ giúp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. &lt;br /&gt;
&lt;br /&gt;
Mời bạn tự giới thiệu về bản thân trên &#039;&#039;[[User:{{PAGENAME}}|trang thành viên]]&#039;&#039; của mình. Trang này dành cho thông tin và tiện ích cá nhân trong quá trình làm việc với Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Đặc biệt:&#039;&#039;&#039; Để thử sửa đổi, định dạng... mời bạn vào [[Wikipedia:Chỗ thử]], xin đừng thử vào bài có sẵn. Nếu không có sẵn bộ gõ tiếng Việt (Unikey hoặc Vietkey...) bạn dùng chức năng gõ tiếng Việt ở cột bên trái màn hình. &lt;br /&gt;
&lt;br /&gt;
Mong bạn đóng góp nhiều vào dự án. Xin cám ơn. [[User:DHN|Nguyễn Hữu D]]ụ[[User talk:DHN|ng]] 02:54, ngày 04 tháng 4 năm 2006 (UTC)&lt;br /&gt;
&lt;br /&gt;
==Bản quyền==&lt;br /&gt;
Xin bạn ngừng tay đừng chép nội dung trên web vào Wikipedia và tìm hiểu kỹ các thông tin cung cấp phía trên, đặc biệt là vấn đề [[Wikipedia:Quyền tác giả|bản quyền]]. &lt;br /&gt;
&lt;br /&gt;
Trên [[VnExpress]] có ghi câu: &amp;quot;© Copyright 1997-2006 VnExpress.net, All rights reserved.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Thành viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 11:17, ngày 05 tháng 4 năm 2006 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:!_God~viwiki&amp;diff=29807</id>
		<title>Thành viên:! God~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:!_God~viwiki&amp;diff=29807"/>
		<updated>2015-04-30T21:24:38Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:! God thành Thành viên:! God~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “! God” thành “[[Special:…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;! God = No God&lt;br /&gt;
&lt;br /&gt;
I have some expiriense in Internet. I like make an interesting sites ([http://www.bible-verse.info/ Beautiful King James Bible], [http://www.sciletter.com/ Scientific Letter], [http://www.rentaguru.ru/ Rentaguru], [http://www.1000names.ru/ Хостинг сайта]) in many areas of human knoledge. I am ufologists and cosmologist and wrote some papers in Wikipedia (russian and english) on UFO, astronomy and theology.&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:7loves~viwiki&amp;diff=17441</id>
		<title>Thảo luận Thành viên:7loves~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:7loves~viwiki&amp;diff=17441"/>
		<updated>2015-04-30T21:24:38Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:7loves thành Thảo luận Thành viên:7loves~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/7loves|…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hoan nghênh==&lt;br /&gt;
[[Wikipedia:Chào mừng người mới đến|Xin chào]] [[User:{{PAGENAME}}|{{PAGENAME}}]], và hoan nghênh bạn đã tham gia vào dự án này! Dưới đây là một số liên kết có thể có ích cho bạn:&lt;br /&gt;
&lt;br /&gt;
*[[Wikipedia:Câu thường hỏi|Các câu thường hỏi]]&lt;br /&gt;
*[[Wikipedia:Viết trang mới|Cách viết bài mới]]&lt;br /&gt;
*[[Wikipedia:Sách hướng dẫn|Sách hướng dẫn]]&lt;br /&gt;
*[[Help:Sửa đổi|Cách soạn thảo bài]]&lt;br /&gt;
*[[Wikipedia:Hướng dẫn cách trình bày |Cách trình bày bài]]&lt;br /&gt;
&lt;br /&gt;
Bạn có thể tham khảo, và xem qua một số bài đã có để biết cách tạo một mục từ hợp lệ. Dù là viết bài mới hay đóng góp vào những bài đã có, rất mong bạn lưu ý về [[Wikipedia:Quyền tác giả|quyền tác giả]]. Khi thảo luận, bạn nhớ ký tên bằng cách dùng 4 dấu ngã (&amp;lt;code&amp;gt;~~&amp;lt;!-- --&amp;gt;~~&amp;lt;/code&amp;gt;). Trong quá trình sử dụng, nếu bạn cần thêm trợ giúp, mời vào [[Wikipedia:Bàn giúp đỡ|bàn giúp đỡ]]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Đặc biệt:&#039;&#039;&#039; Để thử sửa đổi, định dạng... mời bạn vào [[Wikipedia:Chỗ thử]], xin đừng thử vào bài có sẵn. &lt;br /&gt;
&lt;br /&gt;
Mong bạn đóng góp nhiều vào dự án. Xin cám ơn.&lt;br /&gt;
&lt;br /&gt;
Welcome to the Vietnamese Wikipedia. If you do not speak Vietnamese, please feel free to read [[Wikipedia:Guestbook for non-Vietnamese speakers|guestbook for non-Vietnamese speakers]]. Again, thank you and welcome!&amp;amp;nbsp;&lt;br /&gt;
&amp;amp;ndash; [[Thành_viên:Nguyễn Thanh Quang|Nguyễn Thanh Quang]] 12:49, ngày 04 tháng 11 năm 2005 (UTC)&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Bggoldie~viwiki&amp;diff=37245</id>
		<title>Thành viên:Bggoldie~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Bggoldie~viwiki&amp;diff=37245"/>
		<updated>2015-04-30T20:57:00Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Bggoldie thành Thành viên:Bggoldie~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Bggoldie” thành…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Babel-5|bg|en-3|ru-3|nl-1|vi-0}}&lt;br /&gt;
&lt;br /&gt;
[[bg:Потребител:Bggoldie]]&lt;br /&gt;
[[en:User:Bggoldie]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Bggoldie~viwiki&amp;diff=37244</id>
		<title>Thảo luận Thành viên:Bggoldie~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%E1%BA%A3o_lu%E1%BA%ADn_Th%C3%A0nh_vi%C3%AAn:Bggoldie~viwiki&amp;diff=37244"/>
		<updated>2015-04-30T20:57:00Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thảo luận Thành viên:Bggoldie thành Thảo luận Thành viên:Bggoldie~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/Bgg…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[:bg:Потребител беседа:Bggoldie]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:%D7%90%D7%A8%D7%99%D7%90%D7%95%D7%9C~viwiki&amp;diff=11188</id>
		<title>Thành viên:אריאול~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:%D7%90%D7%A8%D7%99%D7%90%D7%95%D7%9C~viwiki&amp;diff=11188"/>
		<updated>2015-04-21T04:13:27Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:אריאול thành Thành viên:אריאול~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/אריאול|אריאו…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:%E3%81%A3~viwiki&amp;diff=8955</id>
		<title>Thành viên:っ~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:%E3%81%A3~viwiki&amp;diff=8955"/>
		<updated>2015-04-21T04:13:26Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:っ thành Thành viên:っ~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “っ” thành “[[Special:CentralA…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[ja:利用者:っ]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Zhaoway~viwiki&amp;diff=28590</id>
		<title>Thành viên:Zhaoway~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Zhaoway~viwiki&amp;diff=28590"/>
		<updated>2015-04-21T04:13:16Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Zhaoway thành Thành viên:Zhaoway~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Zhaoway” thành “[[…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[bg:Потребител:Zhaoway]]&lt;br /&gt;
[[bn:ব্যবহারকারী:Zhaoway]]&lt;br /&gt;
[[de:Benutzer:Zhaoway]]&lt;br /&gt;
[[el:User:Zhaoway]]&lt;br /&gt;
[[en:User:Zhaoway]]&lt;br /&gt;
[[es:Usuario:Zhaoway]]&lt;br /&gt;
[[fr:Utilisateur:Zhaoway]]&lt;br /&gt;
[[he:משתמש:Zhaoway]]&lt;br /&gt;
[[hi:सदस्य:Zhaoway]]&lt;br /&gt;
[[ja:利用者:Zhaoway]]&lt;br /&gt;
[[ms:Pengguna:Zhaoway]]&lt;br /&gt;
[[ta:பயனர்:Zhaoway]]&lt;br /&gt;
[[th:ผู้ใช้:Zhaoway]]&lt;br /&gt;
[[zh:User:Zhaoway]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Zhaoway~viwiki&amp;diff=10006</id>
		<title>Thành viên:Zhaoway~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Zhaoway~viwiki&amp;diff=10006"/>
		<updated>2015-04-21T04:13:16Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Zhaoway thành Thành viên:Zhaoway~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Zhaoway” thành “[[…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[bg:Потребител:Zhaoway]]&lt;br /&gt;
[[bn:ব্যবহারকারী:Zhaoway]]&lt;br /&gt;
[[de:Benutzer:Zhaoway]]&lt;br /&gt;
[[el:User:Zhaoway]]&lt;br /&gt;
[[en:User:Zhaoway]]&lt;br /&gt;
[[es:Usuario:Zhaoway]]&lt;br /&gt;
[[fr:Utilisateur:Zhaoway]]&lt;br /&gt;
[[he:משתמש:Zhaoway]]&lt;br /&gt;
[[hi:सदस्य:Zhaoway]]&lt;br /&gt;
[[ja:利用者:Zhaoway]]&lt;br /&gt;
[[ms:Pengguna:Zhaoway]]&lt;br /&gt;
[[ta:பயனர்:Zhaoway]]&lt;br /&gt;
[[th:ผู้ใช้:Zhaoway]]&lt;br /&gt;
[[zh:User:Zhaoway]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Zhaoway~viwiki&amp;diff=5621</id>
		<title>Thành viên:Zhaoway~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Zhaoway~viwiki&amp;diff=5621"/>
		<updated>2015-04-21T04:13:16Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Zhaoway thành Thành viên:Zhaoway~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Zhaoway” thành “[[…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[bg:Потребител:Zhaoway]]&lt;br /&gt;
[[bn:ব্যবহারকারী:Zhaoway]]&lt;br /&gt;
[[de:Benutzer:Zhaoway]]&lt;br /&gt;
[[el:User:Zhaoway]]&lt;br /&gt;
[[en:User:Zhaoway]]&lt;br /&gt;
[[es:Usuario:Zhaoway]]&lt;br /&gt;
[[fr:Utilisateur:Zhaoway]]&lt;br /&gt;
[[he:משתמש:Zhaoway]]&lt;br /&gt;
[[hi:सदस्य:Zhaoway]]&lt;br /&gt;
[[ja:利用者:Zhaoway]]&lt;br /&gt;
[[ms:Pengguna:Zhaoway]]&lt;br /&gt;
[[ta:பயனர்:Zhaoway]]&lt;br /&gt;
[[th:ผู้ใช้:Zhaoway]]&lt;br /&gt;
[[zh:User:Zhaoway]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Yk~viwiki&amp;diff=24524</id>
		<title>Thành viên:Yk~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Yk~viwiki&amp;diff=24524"/>
		<updated>2015-04-21T04:12:56Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Yk thành Thành viên:Yk~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Yk” thành “[[Special:CentralAuth/…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;y&amp;lt;/font&amp;gt;[[Thảo luận Thành viên:yk|&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;k&amp;lt;/font&amp;gt;]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Yahoo~viwiki&amp;diff=11274</id>
		<title>Thành viên:Yahoo~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Yahoo~viwiki&amp;diff=11274"/>
		<updated>2015-04-21T04:12:50Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Yahoo thành Thành viên:Yahoo~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Yahoo” thành “[[Special:…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tôi là lập trình viên đến từ Việt Nam, sinh năm 1976&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Wonderfool~viwiki&amp;diff=33401</id>
		<title>Thành viên:Wonderfool~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Wonderfool~viwiki&amp;diff=33401"/>
		<updated>2015-04-21T04:12:32Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Wonderfool thành Thành viên:Wonderfool~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Wonderfool”…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{User vi-0}}&lt;br /&gt;
[[li:User:Wonderfool]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Webkid~viwiki&amp;diff=5580</id>
		<title>Thành viên:Webkid~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Webkid~viwiki&amp;diff=5580"/>
		<updated>2015-04-21T04:12:06Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Webkid thành Thành viên:Webkid~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Webkid” thành “[[Spec…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi, I&#039;m a Bulgarian.&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Vanman~viwiki&amp;diff=34472</id>
		<title>Thành viên:Vanman~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Vanman~viwiki&amp;diff=34472"/>
		<updated>2015-04-21T04:11:02Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Vanman thành Thành viên:Vanman~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Vanman” thành “[[Spec…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Tôi là một sử giả amateur, thích sử VN và sử Trung Quốc từ hồi nhỏ, ngành chính của tôi là kỹ sư Điện Toán và đã hành nghề hơn 15 năm .&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Tobias_Conradi~viwiki&amp;diff=9524</id>
		<title>Thành viên:Tobias Conradi~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Tobias_Conradi~viwiki&amp;diff=9524"/>
		<updated>2015-04-21T04:09:32Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Tobias Conradi thành Thành viên:Tobias Conradi~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/Tobias Conradi|Tobi…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[en:User:Tobias Conradi]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Tnguyen~viwiki&amp;diff=6022</id>
		<title>Thành viên:Tnguyen~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Tnguyen~viwiki&amp;diff=6022"/>
		<updated>2015-04-21T04:09:29Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Tnguyen thành Thành viên:Tnguyen~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Tnguyen” thành “[[…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Tnguyen~viwiki/&amp;diff=6015</id>
		<title>Thành viên:Tnguyen~viwiki/</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Tnguyen~viwiki/&amp;diff=6015"/>
		<updated>2015-04-21T04:09:29Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Tnguyen/ thành Thành viên:Tnguyen~viwiki/ (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Tnguyen” thành “…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Thelight~viwiki&amp;diff=39693</id>
		<title>Thành viên:Thelight~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Thelight~viwiki&amp;diff=39693"/>
		<updated>2015-04-21T04:08:35Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Thelight thành Thành viên:Thelight~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Thelight” thành…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Chúa trong lòng con&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:TC~viwiki&amp;diff=5946</id>
		<title>Thành viên:TC~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:TC~viwiki&amp;diff=5946"/>
		<updated>2015-04-21T04:07:43Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:TC thành Thành viên:TC~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “TC” thành “[[Special:CentralAuth/…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Xin phép có vài lời giới thiệu.&lt;br /&gt;
Từ nhỏ, tôi được gọi tên là Ba Chày. Từ lúc vô Nam làm việc thì Ba lại trở thành Tư, nên nay tôi vẫn thường được gọi là Tư Cối.&lt;br /&gt;
&lt;br /&gt;
Tham gia đội, đoàn từ nhỏ, luôn ca ngợi Bác và Đảng lãnh đạo đất nước. Khi trưởng thành và biết suy nghĩ, không thích nịnh bợ, thấy đúng thì khen, thấy sai thì phê bình. Vì thế, cuộc sống ba chìm bẩy nổi bốn cái lênh đênh.&lt;br /&gt;
&lt;br /&gt;
Được đi và làm việc ở nhiều miền của đất nước, thấy nhiều cái hay tốt của nền xã hội chủ nghĩa nước ta, nghe nhiều về cái dở của các nước khác. Có một số dịp ra nước ngoài, sự hiểu biết được bổ sung, thấy nhiều cái hay đẹp của nền dân chủ các nước và ý thức được một số cái xấu kém của nền xã hội chủ nghĩa. Nói chung ở tôi là một sự tổng hợp Bắc Trung Nam, xã hội chủ nghĩa và không xã hội chủ nghĩa.&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Sirius_Zwarts_Bot~viwiki&amp;diff=40751</id>
		<title>Thành viên:Sirius Zwarts Bot~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Sirius_Zwarts_Bot~viwiki&amp;diff=40751"/>
		<updated>2015-04-21T04:06:23Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Sirius Zwarts Bot thành Thành viên:Sirius Zwarts Bot~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/Sirius Zwarts…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Tóm tắt về robot Wikipedia |&lt;br /&gt;
  Tên                        = Sirius Zwarts Bot |&lt;br /&gt;
  Người chủ                  = [[:nl:Gebruiker:Sirius Zwarts|Sirius Zwarts]] |&lt;br /&gt;
  Thư viện                   = |&lt;br /&gt;
  Ngôn ngữ                   = |&lt;br /&gt;
  Môi trường                 = |&lt;br /&gt;
  Bắt đầu                    = [[29 tháng 6]], [[2006]] |&lt;br /&gt;
  Tổng số sửa đổi            = 2 |&lt;br /&gt;
  Cập nhật tổng số sửa đổi   = 02:49, ngày 4 tháng 7 năm 2006 (UTC) |&lt;br /&gt;
  Cờ robot                   = Chưa có&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[en:Gebruiker:Sirius Zwarts Bot]]&lt;br /&gt;
[[nl:Gebruiker:Sirius Zwarts Bot]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Sarazyn~viwiki&amp;diff=36779</id>
		<title>Thành viên:Sarazyn~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Sarazyn~viwiki&amp;diff=36779"/>
		<updated>2015-04-21T04:05:32Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Sarazyn thành Thành viên:Sarazyn~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Sarazyn” thành “[[…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Babel-3|vi-0|de|en-3}}&lt;br /&gt;
&lt;br /&gt;
[[de:Benutzer:Sarazyn]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Saperaud~viwiki&amp;diff=12204</id>
		<title>Thành viên:Saperaud~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Saperaud~viwiki&amp;diff=12204"/>
		<updated>2015-04-21T04:05:30Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Saperaud thành Thành viên:Saperaud~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Saperaud” thành…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;margin: 0; margin-top:10px; margin-right:10px; border: 1px solid #FFCC99; padding: 0 1em 1em 1em; background-color:#FFFFFF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot; style=&amp;quot;margin: 0em 0em;&amp;quot;&amp;gt;&amp;lt;font style=&amp;quot;font-family: serif; font-size: 175%;&amp;quot;&amp;gt;[[w:de:Glück auf|Glück auf!]] and welcome to my user page on {{CURRENTMONTH}}/{{CURRENTDAY}}/{{CURRENTYEAR}} at {{CURRENTTIME}} [[w:en:Coordinated Universal Time|UTC]]&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;background-color:#FFFFFF;&amp;quot; cellpadding=&amp;quot;5&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; align=&amp;quot;center&amp;quot; |&lt;br /&gt;
{| cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot; rules=&amp;quot;all&amp;quot; style=&amp;quot;width:80%; margin:1em 1em; font-size: 95%; border:4px solid #228B22;&amp;quot; &lt;br /&gt;
 |- align=&amp;quot;left&amp;quot;&lt;br /&gt;
 | width=&amp;quot;40%&amp;quot; | [[w:en:name|name]]&lt;br /&gt;
 | width=&amp;quot;60%&amp;quot; | [[w:en:Marcus|Marcus]]&lt;br /&gt;
 |- align=&amp;quot;left&amp;quot;&lt;br /&gt;
 | [[w:en:birthday|birthday]] &lt;br /&gt;
 | [[w:en:January 22|22 January]] [[w:en:1984|1984]]&lt;br /&gt;
 |- align=&amp;quot;left&amp;quot;&lt;br /&gt;
 | [[w:en:activity|activity]]&lt;br /&gt;
 | student of [[w:en:earth system science|earth system science]]&amp;lt;br/&amp;gt; at [[w:en:Freiberg University of Mining and Technology|Freiberg University]]&lt;br /&gt;
 |- align=&amp;quot;left&amp;quot;&lt;br /&gt;
 | [[w:en:Rubicon|at Wikipedia since]]&lt;br /&gt;
 | [[w:en:November 2004|November 2004]]&lt;br /&gt;
 |}&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; |&lt;br /&gt;
{| style=&amp;quot;background-color:#FFFFFF;&amp;quot; cellpadding=&amp;quot;5&amp;quot; width=&amp;quot;80%&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 ! colspan=&amp;quot;4&amp;quot; align=&amp;quot;center&amp;quot; bgcolor=&amp;quot;#CAD2ff&amp;quot; | informations and contact&lt;br /&gt;
 |- align=&amp;quot;center&amp;quot;&lt;br /&gt;
 | width=&amp;quot;25%&amp;quot;| [[Image:UserIconE-Mail.png]]&lt;br /&gt;
 | width=&amp;quot;25%&amp;quot;| [[Image:UserIconDiscussion.png]]&lt;br /&gt;
 | width=&amp;quot;25%&amp;quot;| [[Image:UserIconContributions.png]]&lt;br /&gt;
 | width=&amp;quot;25%&amp;quot;| [[Image:UserIconActivities.png]]&lt;br /&gt;
 |- bgcolor=&amp;quot;#CAD2ff&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 | [[Special:Emailuser/Saperaud|e-mail]]&lt;br /&gt;
 | [[User talk:Saperaud|discussion]]&lt;br /&gt;
 | [[Special:Contributions/Saperaud|contributions]]&lt;br /&gt;
 | [[Special:Whatlinkshere/User:Saperaud|activities]]&lt;br /&gt;
 |-&lt;br /&gt;
 | colspan=&amp;quot;4&amp;quot; width=&amp;quot;400px&amp;quot; |&lt;br /&gt;
&amp;lt;div align=&amp;quot;center&amp;quot; class=&amp;quot;usermessage&amp;quot;&amp;gt;&#039;&#039;&#039;[http://de.wikipedia.org/w/wiki.phtml?title=Benutzer_Diskussion:Saperaud&amp;amp;action=edit&amp;amp;section=new  Here you can leave me a new message.]&#039;&#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
 |}&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
{| style=&amp;quot;background-color:#FFFFFF;&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;90%&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
 | colspan=&amp;quot;9&amp;quot; align=&amp;quot;center&amp;quot; bgcolor=&amp;quot;#CAD2ff&amp;quot; | &#039;&#039;&#039;Saperaud&#039;&#039;&#039; at Wikimedia-Projects&lt;br /&gt;
 |- align=&amp;quot;center&amp;quot;&lt;br /&gt;
 | width=&amp;quot;70&amp;quot; | [[Image:Wikimedia-logo.png|50px]] &lt;br /&gt;
 | width=&amp;quot;70&amp;quot; | [[Image:Commons-logo.svg|50px]]&lt;br /&gt;
 | width=&amp;quot;70&amp;quot; | [[Image:Wikinews-logo.png|50px]]&lt;br /&gt;
 | width=&amp;quot;70&amp;quot; | [[Image:Wiktionary-logo-de.png|50px]]&lt;br /&gt;
 | width=&amp;quot;70&amp;quot; | [[Image:Wikisource-logo.png|50px]] &lt;br /&gt;
 | width=&amp;quot;70&amp;quot; | [[Image:Wikiquote-logo.svg|50px]]&lt;br /&gt;
 | width=&amp;quot;70&amp;quot; | [[Image:Wikibooks-logo.png|50px]]&lt;br /&gt;
 | width=&amp;quot;70&amp;quot; | [[Image:Wikipedia-logo.png|50px]]&lt;br /&gt;
 | width=&amp;quot;70&amp;quot; | [[Image:Wikipedia-logo.png|50px]]&lt;br /&gt;
 |- bgcolor=&amp;quot;#CAD2ff&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 | [[meta:User:Saperaud|Meta-Wiki]]&lt;br /&gt;
 | &#039;&#039;&#039;[[commons:User:Saperaud|Commons]]&#039;&#039;&#039;&lt;br /&gt;
 | [[n:de:Benutzer:Saperaud|Wikinews]]&lt;br /&gt;
 | [[wikt:de:Benutzer:Saperaud|Wiktionary]]&lt;br /&gt;
 | [[wikisource:User:Saperaud|Wikisource]]&lt;br /&gt;
 | [[q:de:User:Saperaud|Wikiquote]]&lt;br /&gt;
 | [[b:de:Benutzer:Saperaud|Wikibooks]]&lt;br /&gt;
 | [[:de:Benutzer:Saperaud|&#039;&#039;&#039;Wikipedia(de)&#039;&#039;&#039;]]&lt;br /&gt;
 | [[:en:User:Saperaud|Wikipedia(en)]]&lt;br /&gt;
 |}&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; style=&amp;quot;background-color:#FFFFFF;&amp;quot;&lt;br /&gt;
 |- align=&amp;quot;center&amp;quot;&lt;br /&gt;
 | {{user de}}&lt;br /&gt;
 | {{user en-3}}&lt;br /&gt;
 | {{user vi-0}}&lt;br /&gt;
 |}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[af:Gebruiker:Saperaud]]&lt;br /&gt;
[[als:Benutzer:Saperaud]]&lt;br /&gt;
[[bg:Потребител:Saperaud]]&lt;br /&gt;
[[ca:Usuari:Saperaud]]&lt;br /&gt;
[[cs:Wikipedista:Saperaud]]&lt;br /&gt;
[[cy:Defnyddiwr:Saperaud]]&lt;br /&gt;
[[da:Bruger:Saperaud]]&lt;br /&gt;
[[de:Benutzer:Saperaud]]&lt;br /&gt;
[[el:Χρήστης:Saperaud]]&lt;br /&gt;
[[en:User:Saperaud]]&lt;br /&gt;
[[eo:Vikipediisto:Saperaud]]&lt;br /&gt;
[[es:Usuario:Saperaud]]&lt;br /&gt;
[[et:Kasutaja:Saperaud]]&lt;br /&gt;
[[eu:Lankide:Saperaud]]&lt;br /&gt;
[[fi:Käyttäjä:Saperaud]]&lt;br /&gt;
[[fr:Utilisateur:Saperaud]]&lt;br /&gt;
[[ga:Úsáideoir:Saperaud]]&lt;br /&gt;
[[gl:User:Saperaud]]&lt;br /&gt;
[[hr:Suradnik:Saperaud]]&lt;br /&gt;
[[hu:User:Saperaud]]&lt;br /&gt;
[[id:Pengguna:Saperaud]]&lt;br /&gt;
[[io:User:Saperaud]]&lt;br /&gt;
[[is:Notandi:Saperaud]]&lt;br /&gt;
[[it:Utente:Saperaud]]&lt;br /&gt;
[[ja:利用者:Saperaud]]&lt;br /&gt;
[[ko:사용자:Saperaud]]&lt;br /&gt;
[[ku:Bikarhêner:Saperaud]]&lt;br /&gt;
[[la:Usor:Saperaud]]&lt;br /&gt;
[[lt:User:Saperaud]]&lt;br /&gt;
[[lv:User:Saperaud]]&lt;br /&gt;
[[mk:Корисник:Saperaud]]&lt;br /&gt;
[[ms:Pengguna:Saperaud]]&lt;br /&gt;
[[nds:Bruker:Saperaud]]&lt;br /&gt;
[[nl:Gebruiker:Saperaud]]&lt;br /&gt;
[[nn:Brukardiskusjon:Saperaud]]&lt;br /&gt;
[[no:Bruker:Saperaud]]&lt;br /&gt;
[[pl:Wikipedysta:Saperaud]]&lt;br /&gt;
[[pt:Usuário:Saperaud]]&lt;br /&gt;
[[ru:Участник:Saperaud]]&lt;br /&gt;
[[simple:User:Saperaud]]&lt;br /&gt;
[[sl:Uporabnik:Saperaud]]&lt;br /&gt;
[[sk:Redaktor:Saperaud]]&lt;br /&gt;
[[sq:Përdoruesi:Saperaud]]&lt;br /&gt;
[[sr:Корисник:Saperaud]]&lt;br /&gt;
[[su:User:Saperaud]]&lt;br /&gt;
[[sv:Användare:Saperaud]]&lt;br /&gt;
[[uk:Користувач:Saperaud]]&lt;br /&gt;
[[zh:User:Saperaud]]&lt;br /&gt;
[[zh-min-nan:User:Saperaud]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuel~viwiki&amp;diff=28570</id>
		<title>Thành viên:Samuel~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuel~viwiki&amp;diff=28570"/>
		<updated>2015-04-21T04:05:24Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Samuel thành Thành viên:Samuel~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Samuel” thành “[[Spec…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[en:User:Samuel]][[es:Usuario:Samuelo]][[fr:Utilisateur:Samuelo]][[ja:利用者:Samuel]][[zh:User:Samuel]]&lt;br /&gt;
&lt;br /&gt;
Hi, I am &#039;&#039;&#039;Samuel&#039;&#039;&#039;. I am from China. I don&#039;t speak Vietnamese, but I hope I can help with making interwiki links. I found out this new language version as soon as it was created, as one user made an interwiki link in Chinese version (and I added a link to Vietnamese in the [http://zh.wikipedia.org Main Page] in Chinese version). I speak Cantonese, does that help? :p Leave me message if I can help since I&#039;ve been working for Chinese version for a long time, I think I have some experience...&lt;br /&gt;
&lt;br /&gt;
Leave me message [[User Talk:Samuel|here]], thanks!&lt;br /&gt;
&lt;br /&gt;
大家好！我叫Samuel，來自中國。我不會說越南語，但是我希望能幫忙做跨語言鏈接。我在這個語言版本建立后不久就發現了這個新的版本，因爲有一個參與者在中文版本那裏做了越南語鏈接（我現在已經在中文版本的主葉上添加了越南語鏈接了）。我會說廣東話，那有幫助嗎？:p 請給我留言，如果我能幫上什麽忙的話，因爲我已經在中文版的維基上工作了一段時間，應該也算是有經驗的……。&lt;br /&gt;
&lt;br /&gt;
請在[[User Talk:Samuel|這裡]]給我留言，謝謝！&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuel~viwiki&amp;diff=9986</id>
		<title>Thành viên:Samuel~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuel~viwiki&amp;diff=9986"/>
		<updated>2015-04-21T04:05:24Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Samuel thành Thành viên:Samuel~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Samuel” thành “[[Spec…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[en:User:Samuel]][[es:Usuario:Samuelo]][[fr:Utilisateur:Samuelo]][[ja:利用者:Samuel]][[zh:User:Samuel]]&lt;br /&gt;
&lt;br /&gt;
Hi, I am &#039;&#039;&#039;Samuel&#039;&#039;&#039;. I am from China. I don&#039;t speak Vietnamese, but I hope I can help with making interwiki links. I found out this new language version as soon as it was created, as one user made an interwiki link in Chinese version (and I added a link to Vietnamese in the [http://zh.wikipedia.org Main Page] in Chinese version). I speak Cantonese, does that help? :p Leave me message if I can help since I&#039;ve been working for Chinese version for a long time, I think I have some experience...&lt;br /&gt;
&lt;br /&gt;
Leave me message [[User Talk:Samuel|here]], thanks!&lt;br /&gt;
&lt;br /&gt;
大家好！我叫Samuel，來自中國。我不會說越南語，但是我希望能幫忙做跨語言鏈接。我在這個語言版本建立后不久就發現了這個新的版本，因爲有一個參與者在中文版本那裏做了越南語鏈接（我現在已經在中文版本的主葉上添加了越南語鏈接了）。我會說廣東話，那有幫助嗎？:p 請給我留言，如果我能幫上什麽忙的話，因爲我已經在中文版的維基上工作了一段時間，應該也算是有經驗的……。&lt;br /&gt;
&lt;br /&gt;
請在[[User Talk:Samuel|這裡]]給我留言，謝謝！&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuelsen~viwiki&amp;diff=9009</id>
		<title>Thành viên:Samuelsen~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuelsen~viwiki&amp;diff=9009"/>
		<updated>2015-04-21T04:05:24Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Samuelsen thành Thành viên:Samuelsen~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Samuelsen” thà…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[en:User:Samuelsen]]&lt;br /&gt;
[[no:Bruker:Samuelsen]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuel~viwiki&amp;diff=5293</id>
		<title>Thành viên:Samuel~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuel~viwiki&amp;diff=5293"/>
		<updated>2015-04-21T04:05:24Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Samuel thành Thành viên:Samuel~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Samuel” thành “[[Spec…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[en:User:Samuel]][[es:Usuario:Samuelo]][[fr:Utilisateur:Samuelo]][[ja:利用者:Samuel]][[zh:User:Samuel]]&lt;br /&gt;
&lt;br /&gt;
Hi, I am &#039;&#039;&#039;Samuel&#039;&#039;&#039;. I am from China. I don&#039;t speak Vietnamese, but I hope I can help with making interwiki links. I found out this new language version as soon as it was created, as one user made an interwiki link in Chinese version (and I added a link to Vietnamese in the [http://zh.wikipedia.org Main Page] in Chinese version). I speak Cantonese, does that help? :p Leave me message if I can help since I&#039;ve been working for Chinese version for a long time, I think I have some experience...&lt;br /&gt;
&lt;br /&gt;
Leave me message [[User Talk:Samuel|here]], thanks!&lt;br /&gt;
&lt;br /&gt;
大家好！我叫Samuel，來自中國。我不會說越南語，但是我希望能幫忙做跨語言鏈接。我在這個語言版本建立后不久就發現了這個新的版本，因爲有一個參與者在中文版本那裏做了越南語鏈接（我現在已經在中文版本的主葉上添加了越南語鏈接了）。我會說廣東話，那有幫助嗎？:p 請給我留言，如果我能幫上什麽忙的話，因爲我已經在中文版的維基上工作了一段時間，應該也算是有經驗的……。&lt;br /&gt;
&lt;br /&gt;
請在[[User Talk:Samuel|這裡]]給我留言，謝謝！&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuel~viwiki&amp;diff=5115</id>
		<title>Thành viên:Samuel~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuel~viwiki&amp;diff=5115"/>
		<updated>2015-04-21T04:05:24Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Samuel thành Thành viên:Samuel~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Samuel” thành “[[Spec…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[en:User:Samuel]][[es:Usuario:Samuelo]][[fr:Utilisateur:Samuelo]][[ja:利用者:Samuel]][[zh:User:Samuel]]&lt;br /&gt;
&lt;br /&gt;
Hi, I am &#039;&#039;&#039;Samuel&#039;&#039;&#039;. I am from China. I don&#039;t speak Vietnamese, but I hope I can help with making interwiki links. I found out this new language version as soon as it was created, as one user made an interwiki link in Chinese version (and I added a link to Vietnamese in the [http://zh.wikipedia.org Main Page] in Chinese version). I speak Cantonese, does that help? :p Leave me message if I can help since I&#039;ve been working for Chinese version for a long time, I think I have some experience...&lt;br /&gt;
&lt;br /&gt;
Leave me message [[User Talk:Samuel|here]], thanks!&lt;br /&gt;
&lt;br /&gt;
大家好！我叫Samuel，來自中國。我不會說越南語，但是我希望能幫忙做跨語言鏈接。我在這個語言版本建立后不久就發現了這個新的版本，因爲有一個參與者在中文版本那裏做了越南語鏈接（我現在已經在中文版本的主葉上添加了越南語鏈接了）。我會說廣東話，那有幫助嗎？:p 請給我留言，如果我能幫上什麽忙的話，因爲我已經在中文版的維基上工作了一段時間，應該也算是有經驗的……。&lt;br /&gt;
&lt;br /&gt;
請在[[User Talk:Samuel|這裡]]給我留言，謝謝！&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuel~viwiki&amp;diff=5107</id>
		<title>Thành viên:Samuel~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Samuel~viwiki&amp;diff=5107"/>
		<updated>2015-04-21T04:05:24Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Samuel thành Thành viên:Samuel~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Samuel” thành “[[Spec…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[en:User:Samuel]][[es:Usuario:Samuelo]][[fr:Utilisateur:Samuelo]][[ja:利用者:Samuel]][[zh:User:Samuel]]&lt;br /&gt;
&lt;br /&gt;
Hi, I am &#039;&#039;&#039;Samuel&#039;&#039;&#039;. I am from China. I don&#039;t speak Vietnamese, but I hope I can help with making interwiki links. I found out this new language version as soon as it was created, as one user made an interwiki link in Chinese version (and I added a link to Vietnamese in the [http://zh.wikipedia.org Main Page] in Chinese version). I speak Cantonese, does that help? :p Leave me message if I can help since I&#039;ve been working for Chinese version for a long time, I think I have some experience...&lt;br /&gt;
&lt;br /&gt;
Leave me message [[User Talk:Samuel|here]], thanks!&lt;br /&gt;
&lt;br /&gt;
大家好！我叫Samuel，來自中國。我不會說越南語，但是我希望能幫忙做跨語言鏈接。我在這個語言版本建立后不久就發現了這個新的版本，因爲有一個參與者在中文版本那裏做了越南語鏈接（我現在已經在中文版本的主葉上添加了越南語鏈接了）。我會說廣東話，那有幫助嗎？:p 請給我留言，如果我能幫上什麽忙的話，因爲我已經在中文版的維基上工作了一段時間，應該也算是有經驗的……。&lt;br /&gt;
&lt;br /&gt;
請在[[User Talk:Samuel|這裡]]給我留言，謝謝！&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:S.P~viwiki&amp;diff=33178</id>
		<title>Thành viên:S.P~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:S.P~viwiki&amp;diff=33178"/>
		<updated>2015-04-21T04:05:12Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:S.P thành Thành viên:S.P~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “S.P” thành “[[Special:CentralA…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#Tên thật: &#039;&#039;&#039;Sùng&#039;&#039;&#039;&lt;br /&gt;
#Tham gia wikipedia với mục đích tìm hiểu khả năng sử dụng tiếng Việt của chính mình.&lt;br /&gt;
#Không thông thạo các bảng mã wikipedia.&lt;br /&gt;
#Có cảm tưởng những thành viên quản lý wikipedi không sống ở Việt Nam, và cái mà mọi người gọi là thái độ trung lập trong nguyên tắc viết bài dường như không cao lắm.&lt;br /&gt;
#Yêu thích một chút wikipedia nhưng hy vọng [[thiện cảm]] sẽ được cải tiến.&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Robin_Hood~viwiki/monobook.css&amp;diff=9155</id>
		<title>Thành viên:Robin Hood~viwiki/monobook.css</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Robin_Hood~viwiki/monobook.css&amp;diff=9155"/>
		<updated>2015-04-21T04:04:56Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Robin Hood/monobook.css thành Thành viên:Robin Hood~viwiki/monobook.css (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/R…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#bodyContent pre {border: 1px solid #aaa;}&lt;br /&gt;
&lt;br /&gt;
#bodyContent a[href ^=&amp;quot;http://&amp;quot;] {background: url(); padding-right: 0}&lt;br /&gt;
#bodyContent a[href ^=&amp;quot;gopher://&amp;quot;] {background: url(); padding-right: 0}&lt;br /&gt;
#bodyContent a[href ^=&amp;quot;https://&amp;quot;], .link-https {background: url(); padding-right: 0}&lt;br /&gt;
#bodyContent a[href ^=&amp;quot;mailto:&amp;quot;], .link-mailto {background: url(); padding-right: 0}&lt;br /&gt;
#bodyContent a[href ^=&amp;quot;news://&amp;quot;] {background: url(); padding-right: 0}&lt;br /&gt;
#bodyContent a[href ^=&amp;quot;ftp://&amp;quot;], .link-ftp {background: url(); padding-right: 0}&lt;br /&gt;
#bodyContent a[href ^=&amp;quot;irc://&amp;quot;], .link-irc {background: url(); padding-right: 0}&lt;br /&gt;
&lt;br /&gt;
* {font-family:&amp;quot;Microsoft Sans Serif&amp;quot;}&lt;br /&gt;
textarea {font-family:&amp;quot;Courier New&amp;quot;}&lt;br /&gt;
pre, code, tt {font-family:&amp;quot;Courier New&amp;quot;}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Riboflavin~viwiki&amp;diff=38731</id>
		<title>Thành viên:Riboflavin~viwiki</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Riboflavin~viwiki&amp;diff=38731"/>
		<updated>2015-04-21T04:04:46Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Riboflavin thành Thành viên:Riboflavin~viwiki (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “Riboflavin”…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Giới Thiệu==&lt;br /&gt;
===Sơ yếu lý kịch===&lt;br /&gt;
 * Tên Họ          ; Quảng Văn Hải.&lt;br /&gt;
 * Ngày Sinh       ; 10_02_1984&lt;br /&gt;
 * [[Quê quán]]    ; [[Bình tân]]_[[Bình sơn]]_[[Quảng ngãi]].&lt;br /&gt;
 * [[Nghề nghiệp]] ; [[Sinh viên]].&lt;br /&gt;
 * [[sở thích]]    ; Đọc [[sách]].&lt;br /&gt;
===Tiểu sử===&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Qwertzy2~viwiki/monobook.js&amp;diff=13448</id>
		<title>Thành viên:Qwertzy2~viwiki/monobook.js</title>
		<link rel="alternate" type="text/html" href="https://wikibeta.org/index.php?title=Th%C3%A0nh_vi%C3%AAn:Qwertzy2~viwiki/monobook.js&amp;diff=13448"/>
		<updated>2015-04-21T04:04:26Z</updated>

		<summary type="html">&lt;p&gt;Maintenance script: Maintenance script đã đổi Thành viên:Qwertzy2/monobook.js thành Thành viên:Qwertzy2~viwiki/monobook.js (đã tắt đổi hướng): Tự động di chuyển trang trong việc đổi tên thành viên “[[Special:CentralAuth/Qwertzy…&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;method = 1; on_off = 1; dockspell = 0; dauCu = 0; useCookie = 0; radio = true;&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>