module(..., package.seeall) NODE = { prototype = "@Lua_Config", title = "Templates for LuaUsers" } NODE.content= [====[TRANSLATIONS = "Translations:Main" MAIN = [===[ lua-users wiki: $title

$title

lua-users home
wiki
$content
FindPage · RecentChanges edit · history · $if_logged_in[[ logged as $user (logout)]] $if_not_logged_in[[login]] ]===] LOGGED_OUT = [===[_(YOU_ARE_NOW_LOGGED_OUT)]===] -------------------------------------------------------------------------------- ------- HISTORY, ETC ----------------------------------------------------------- -------------------------------------------------------------------------------- DATE_SELECTOR = [===[
_(CHANGES_BY_DATE) ($current_month): $do_dates[=[$if_current_date[[$date]]|[[$date]] ]=]
_(CHOOSE_ANOTHER_MONTH) ($current_year) : $do_months[=[$if_current_month[[$month]]$if_other_month[[$month]] ]=]

]===] HISTORY = [===[


$do_revisions[==[ Revision $version: View . . $timestamp $if_minor[[(minor edit)]] by $author$if_summary[[ [$summary]]]
]==]
]===] COMPLETE_HISTORY = [===[ $do_revisions[==[ Revision $version: View Diff . .$if_minor[[(minor edit)]] by $author$if_summary[[ [$summary]]] in $title
]==] ]===] DIFF = [===[ $diff ]===] RSS = [===[ $title $baseurl $items[[ $link $title $guid $summary ]] ]===] LIST_OF_ALL_PAGES = [===[

Regular Nodes

$do_regular_nodes[[$name
]]

Special Nodes

$do_special_nodes[[$name
]] ]===] SITEMAP_XML = [===[ $do_urls[[ $url $lastmod $changefreq $priority ]] ]===] -------------------------------------------------------------------------------- ------- MISCELLANEOUS ---------------------------------------------------------- -------------------------------------------------------------------------------- EDIT = [===[ $if_try_again[[
$alert

]]
$if_preview[[

_(PREVIEWING_UNSAVED_CHANGES)

$preview
]] $html_for_fields

ATTENTION if your purpose is SEO / search engine optimization / pageranking:


]===] EDIT_FORM_HEADER = [[

$label

]] EDIT_FORM_NOTE = [[

$label

]] EDIT_FORM_LABEL = [[ ]] EDIT_FORM_HONEYPOT = [[]] EDIT_FORM_TEXT_FIELD = [[]] EDIT_FORM_READONLY_TEXT = [[]] EDIT_FORM_PASSWORD = [[]] EDIT_FORM_TEXTAREA = [[]] EDIT_FORM_BIG_TEXTAREA = [[

]] EDIT_FORM_CHECKBOX = [[
]] EDIT_FORM_SELECT = [[]] EDIT_FORM_SHOW_ADVANCED = [[

_(SHOW_ADVANCED_OPTIONS)
]] LOGIN_FORM = [===[ $if_try_again[[
$alert

]]
$html_for_fields
]===] -------------------------------------------------------------------------------- ------- DEALING WITH LUA CODE -------------------------------------------------- -------------------------------------------------------------------------------- LUA_CODE = [===[ $if_ok[[_(THIS_LUA_CODE_PARSES_CORRECTLY)]] $if_errors[[

_(THIS_LUA_CODE_HAS_PROBLEMS)

$errors
]]
$do_lines[[ ]]
$i $line
]===] ACTION_NOT_FOUND = [===[

_(PAGE_DOES_NOT_SUPPORT_ACTION)

$if_custom_actions[[

_(THIS_PAGE_DEFINED_THE_FOLLOWING_ACTIONS)

$actions
]]
]===] ]====]