Form:Wiki: Difference between revisions

60 bytes removed ,  4 April 2012
removing wiki_ prefix in parameters, im going to unify all template usages
No edit summary
(removing wiki_ prefix in parameters, im going to unify all template usages)
Line 12: Line 12:
{| class="formtable"
{| class="formtable"
! <span style="color:#FF0000;">Name:</span>
! <span style="color:#FF0000;">Name:</span>
| {{{field|wiki_name|mandatory}}}{{#info:This entry is mandatory.}}
| {{{field|name|mandatory}}}{{#info:This entry is mandatory.}}
|-
|-
! <span style="color:#FF0000;">URL:</span>
! <span style="color:#FF0000;">URL:</span>
| {{{field|wiki_URL|size=100|mandatory}}}{{#info:URL to your wiki. This entry is mandatory.}}
| {{{field|URL|size=100|mandatory}}}{{#info:URL to your wiki. This entry is mandatory.}}
|-
|-
! Logo URL or Logo:
! Logo URL or Logo:
| {{{field|wiki_logo|size=100}}}{{#info:URL to your wiki's logo or enter you logo like this <nowiki>[[File:Logo of your wiki.png|125px]]</nowiki>. In case your wiki has no logo please enter <nowiki>[[Image:NoLogo.png]]</nowiki>.}}
| {{{field|logo|size=100}}}{{#info:URL to your wiki's logo or enter you logo like this <nowiki>[[File:Logo of your wiki.png|125px]]</nowiki>. In case your wiki has no logo please enter <nowiki>[[Image:NoLogo.png]]</nowiki>.}}
|-
|-
! Recent changes URL:
! Recent changes URL:
| {{{field|wiki_recentchanges_URL|size=100}}}{{#info:URL to recent changes of your wiki}}
| {{{field|recentchanges URL|size=100}}}{{#info:URL to recent changes of your wiki}}
|-
|-
! Wiki node URL:
! Wiki node URL:
| {{{field|wiki_wikinode_URL|size=100|default=No}}}{{#info:URL to the wiki node of your wiki}}
| {{{field|wikinode URL|size=100|default=No}}}{{#info:URL to the wiki node of your wiki}}
|-
|-
! Status:
! Status:
| {{{field|wiki_status|property=Wiki status}}}
| {{{field|status|property=Wiki status}}}
|-
|-
! Language:
! Language:
| {{{field|wiki_language}}}
| {{{field|language}}}
|-
|-
! Edit mode:
! Edit mode:
| {{{field|wiki_editmode|property=Wiki edit mode}}}
| {{{field|editmode|property=Wiki edit mode}}}
|-
|-
! Engine (wiki software):
! Engine (wiki software):
| {{{field|wiki_engine|property=Wiki engine|input type=text with autocomplete|values from property=Wiki engine}}}{{#info:Please enter the software used to run your Wiki. This field allows autocompletion. Just start typing … :)}}
| {{{field|engine|property=Wiki engine|input type=text with autocomplete|values from property=Wiki engine}}}{{#info:Please enter the software used to run your Wiki. This field allows autocompletion. Just start typing … :)}}
|-
|-
! Main topic:
! Main topic:
| {{{field|wiki_maintopic|property=Main topic}}}
| {{{field|maintopic|property=Main topic}}}
|-
|-
! Backup URL:
! Backup URL:
| {{{field|wiki_backupurl|size=100}}}{{#info:URL to the backup of your wiki. See http://code.google.com/p/wikiteam/ for further information on this}}
| {{{field|backupurl|size=100}}}{{#info:URL to the backup of your wiki. See http://code.google.com/p/wikiteam/ for further information on this}}
|-
|-
! Backup date:
! Backup date:
| {{{field|wiki_backupdate|input type=date}}}
| {{{field|backupdate|input type=date}}}
|}
|}
{{{end template}}}
{{{end template}}}