Difference between pages "Test" and "Form:Article"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
== Table test ==
<noinclude>
<div class="table-responsive"><table class="table"><tr><td>Hello</td></tr></table></div>
__NOTOC__


== Testing error on Show ==
== Create an Article ==


* {{#show:User:JanZhou|?full name}}
{{#forminput:form=Article}}
* {{#show:User:Drobbins|?full name}}
</noinclude><includeonly>
{{{for template|Article}}}
{{TableStart}}
<tr><th class="active">Subtitle</th><td>{{{field|Subtitle|input type=textarea|placeholder=Subtitle, if any}}}</td></tr>
<tr><th class="active">Summary</th><td>{{{field|Summary|input type=textarea|placeholder=Specify an article abstract.}}}</td></tr>
<tr><th class="active">Category</th><td>{{{field|Article Category|input type=dropdown|values=Security,Infrastructure,General,Development,Packages}}}</td></tr>
<tr><th class="active">Author</th><td>{{{field|Author|autocomplete on namespace=User|size=100|placeholder=Specify username|default=current user}}}</td></tr>
<tr><th class="active">Previous in Series</th><td>{{{field|Previous in Series|property=Previous in Series|values from namespace=|placeholder=If a series, this points to the next article.|size=100}}}</td></tr>
<tr><th class="active">Next in Series</th><td>{{{field|Next in Series|property=Next in Series|values from namespace=|placeholder=If a series, this points to the previous article.|size=100}}}</td></tr>
<tr><th class="active">Icon</th><td>{{{field|Icon|uploadable|placeholder=Image file. Leave blank to use your gravatar|values from namespace=File|size=100}}}</td></tr>
{{TableEnd}}
{{{end template}}}
== Documentation ==


If an extended news item, enter info here:


{{DISPLAYTITLE:Bob Boblaw}}
{{{standard input|free text|rows=30}}}
[[Category:Test]]


Adding some text
{{{for template|ArticleFooter}}}
{{{end template}}}


== Testing External Data ==
{{{standard input|summary}}}


{{{standard input|minor edit}}} {{{standard input|watch}}}


{{#get_web_data:url=http://auth.funtoo.org:9093/static/members.xml|format=xml|use xpath|data=ircnick=/members/user/ircnick,fullname=/members/user/fullname}}
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}
 
{{#display_external_table:template=MemberDisplay|data=ircnick,fullname}}
 
Daniel Robbins:drobbins:bdfl
 
{{file|name=foobar|lang=python|desc=foobarosity|body=
import system
}}
 
{{file|name=/etc/foo.conf|desc=My foo.conf file|body=
# /etc/host.conf:
# $Header: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/host.conf,v 1.1 2006/09/29 23:52:23 vapier Exp $
 
# The  file /etc/host.conf contains configuration information specific to
# the resolver library.  It should contain one configuration keyword  per
# line,  followed by appropriate configuration information.  The keywords
# recognized are order, trim, mdns, multi, nospoof, spoof, and reorder.
 
 
 
# This keyword specifies how host lookups are to be performed. It
# should be followed by one or more lookup methods, separated by
# commas.  Valid methods are bind, hosts, and nis.
#
order hosts, bind
 
 
# Valid  values are on and off.  If set to on, the resolv+ library
# will return all valid addresses for a host that appears  in  the
# /etc/hosts  file,  instead  of  only  the first.  This is off by
# default, as it may cause a substantial performance loss at sites
# with large hosts files.
#
multi on
}}

Revision as of 07:37, December 31, 2014


Create an Article