module(..., package.seeall) NODE = { title="Templates", category="_special_pages", prototype="@Lua_Config", } NODE.search_form = [===[ ]===] NODE.content=[=====[--- this is the template that generates the outer tags of the page --- TRANSLATIONS = "Translations:Main" -------------------------------------------------------------------------------- ------- BASIC TEMPLATES -------------------------------------------------------- -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ------- 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[==[ $if_new_date[=[ ]=] $if_edit[=[ ]=] ]==]

$date

_(AUTHOR_SAVED_VERSION) $if_summary[[
  • $summary
]]
]===] COMPLETE_HISTORY = [===[ $do_revisions[==[ $if_new_date[=[ ]=] $if_edit[=[ ]=] ]==]

$date

 $title _(AUTHOR_SAVED_VERSION) $if_summary[[

$summary

]]
_(DIFF) _(HISTORY)
]===] DIFF = [===[ $diff ]===] RSS = [===[ $title $channel_url $items[==[ $link $title $guid $pub_date $author $summary ]==] ]===] RSS_SUMMARY = [===[ $if_summary_exists[[$summary]] $if_no_summary[[_(NO_EDIT_SUMMARY)]]
_(HISTORY) _(SHOW_CHANGES_SINCE_PREVIOUS)]===] LIST_OF_ALL_PAGES = [===[ $do_nodes[[$name
]] ]===] SITEMAP_XML = [===[ $do_urls[[ $url $lastmod $changefreq $priority ]] ]===] -------------------------------------------------------------------------------- ------- MISCELLANEOUS ---------------------------------------------------------- -------------------------------------------------------------------------------- EDIT = [===[
$captcha $if_preview[[

_(PREVIEWING_UNSAVED_CHANGES)

$preview
_(CHANGE)
]] $html_for_fields
]===] EDIT_FORM_HEADER = [[

$label

]] EDIT_FORM_NOTE = [[

$label

]] EDIT_FORM_LABEL = [[]] EDIT_FORM_INLINE_LABEL = [[]] EDIT_FORM_FILE = [[]] EDIT_FORM_HONEYPOT = [[]] EDIT_FORM_TEXT_FIELD = [[]] EDIT_FORM_HIDDEN = [[]] EDIT_FORM_READONLY_TEXT = [[]] EDIT_FORM_PASSWORD = [[]] EDIT_FORM_TEXTAREA = [[]] EDIT_FORM_EDITOR = [[]] EDIT_FORM_BIG_TEXTAREA = [[
expand]] EDIT_FORM_CHECKBOX = [[
]] EDIT_FORM_CHECKBOX_TEXT = [[$text
]] EDIT_FORM_SELECT = [[]] EDIT_FORM_SHOW_ADVANCED = [[
_(SHOW_ADVANCED_OPTIONS)
]] EDIT_FORM_DIV_START = [=[$do_collapse[[

$label

]]
]=] EDIT_FORM_DIV_END = [[
]] LOGIN_FORM = [===[
$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
]]
]===] REGISTRATION = [===[

Create new account

$html_for_fields $captcha
]===] VERSION = [=[

Installer Version

$installer

Specific Rocks

$rocks[[ ]]
$rock $version
]=] ]=====]